summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-28Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane
2012-01-28Prevent logging "failed to stat file: success" for temp filesMagnus Hagander
2012-01-28Undo 8.4-era lobotomization of subquery pullup rules.Tom Lane
2012-01-28Use parameterized paths to generate inner indexscans more flexibly.Tom Lane
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-27Revert unfortunate whitespace changePeter Eisentraut
2012-01-27Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut
2012-01-27Hide most variable-length fields from Form_pg_* structsPeter Eisentraut
2012-01-27Do not access indclass through Form_pg_indexPeter Eisentraut
2012-01-27Initialize the new bgwriterLatch field properly.Heikki Linnakangas
2012-01-27pg_dump: Move connection-setup code to a separate function.Robert Haas
2012-01-26Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas
2012-01-26Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas
2012-01-26Add missing #include, to suppress compiler warning.Robert Haas
2012-01-26Fix a copy/pasted typo in several commentsMagnus Hagander
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Classify DROP operations by whether or not they are user-initiated.Robert Haas
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-26Damage control for yesterday's CheckIndexCompatible changes.Robert Haas
2012-01-26Instrument index-only scans to count heap fetches performed.Robert Haas
2012-01-25Have \copy go through SendQueryAlvaro Herrera
2012-01-25Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas
2012-01-25Allow pg_basebackup from standby node with safety checking.Simon Riggs
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-24Add new replication mode synchronous_commit = 'write'.Simon Riggs
2012-01-24Remove quotes around format_type_be() outputPeter Eisentraut
2012-01-24Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane
2012-01-24Suppress possibly-uninitialized-variable warning seen with older gcc versions.Tom Lane
2012-01-24Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian
2012-01-24Adjustments to regression tests for security_barrier views.Robert Haas
2012-01-23Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-21psql: Add support for tab completion of GRANT/REVOKE rolePeter Eisentraut
2012-01-20Check number of fields in IDENTIFY_SYSTEM responseMagnus Hagander
2012-01-20Further doc cleanups from the pg_stat_activity changesMagnus Hagander
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-19Make pg_relation_size() and friends return NULL if the object doesn't exist.Heikki Linnakangas
2012-01-18Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas
2012-01-18Show psql timing output for failed queries as well as successful onesMagnus Hagander
2012-01-18Fix warning about unused variableMagnus Hagander
2012-01-18Regression tests for security_barrier views.Robert Haas
2012-01-18Catch fatal flex errors in the GUC file lexer.Robert Haas
2012-01-17fastgetattr is in access/htup.h, not access/heapam.hRobert Haas
2012-01-16Disallow merging ONLY constraints in children tablesAlvaro Herrera
2012-01-16psql: Fix memory leakPeter Eisentraut
2012-01-16Prevent adding relations to a concurrently dropped schema.Robert Haas
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2012-01-15Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.Heikki Linnakangas