index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-01-28
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
Prevent logging "failed to stat file: success" for temp files
Magnus Hagander
2012-01-28
Undo 8.4-era lobotomization of subquery pullup rules.
Tom Lane
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
Show default privileges in information schema
Peter Eisentraut
2012-01-27
Revert unfortunate whitespace change
Peter Eisentraut
2012-01-27
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
Hide most variable-length fields from Form_pg_* structs
Peter Eisentraut
2012-01-27
Do not access indclass through Form_pg_index
Peter Eisentraut
2012-01-27
Initialize the new bgwriterLatch field properly.
Heikki Linnakangas
2012-01-27
pg_dump: Move connection-setup code to a separate function.
Robert Haas
2012-01-26
Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Robert Haas
2012-01-26
Be more clear when a new column name collides with a system column name.
Robert Haas
2012-01-26
Make bgwriter sleep longer when it has no work to do, to save electricity.
Heikki Linnakangas
2012-01-26
Add missing #include, to suppress compiler warning.
Robert Haas
2012-01-26
Fix a copy/pasted typo in several comments
Magnus Hagander
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-26
Damage control for yesterday's CheckIndexCompatible changes.
Robert Haas
2012-01-26
Instrument index-only scans to count heap fetches performed.
Robert Haas
2012-01-25
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
Make CheckIndexCompatible simpler and more bullet-proof.
Robert Haas
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
Add pg_trigger_depth() function
Alvaro Herrera
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
Remove quotes around format_type_be() output
Peter Eisentraut
2012-01-24
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
Tom Lane
2012-01-24
Suppress possibly-uninitialized-variable warning seen with older gcc versions.
Tom Lane
2012-01-24
Reduce tab outdent of "error handling" GUC comments in postgresql.conf,
Bruce Momjian
2012-01-24
Adjustments to regression tests for security_barrier views.
Robert Haas
2012-01-23
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
ALTER <thing> [IF EXISTS] ... allows silent DDL if required,
Simon Riggs
2012-01-21
psql: Add support for tab completion of GRANT/REVOKE role
Peter Eisentraut
2012-01-20
Check number of fields in IDENTIFY_SYSTEM response
Magnus Hagander
2012-01-20
Further doc cleanups from the pg_stat_activity changes
Magnus Hagander
2012-01-19
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
Make pg_relation_size() and friends return NULL if the object doesn't exist.
Heikki Linnakangas
2012-01-18
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-18
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-18
Fix warning about unused variable
Magnus Hagander
2012-01-18
Regression tests for security_barrier views.
Robert Haas
2012-01-18
Catch fatal flex errors in the GUC file lexer.
Robert Haas
2012-01-17
fastgetattr is in access/htup.h, not access/heapam.h
Robert Haas
2012-01-16
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
psql: Fix memory leak
Peter Eisentraut
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-15
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.
Heikki Linnakangas
[next]