summaryrefslogtreecommitdiff
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-28Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane
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-27Document that COUNT(*) might not need a seq scan any more.Robert Haas
2012-01-27Document that analyzing an empty table doesn't update the statistics.Robert Haas
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-27Fix copy-paste error in docs.Heikki Linnakangas
2012-01-27Fix wording, per Peter GeogheganMagnus Hagander
2012-01-27Mention in the docs that bgwriter now sleeps longer when it has no work to do.Heikki Linnakangas
2012-01-27Fix pg_upgrade --help text for --user to not use a plural cluster name.Bruce Momjian
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-26Fix sentence in docs: checkpoints are not done by bgwriter anymore.Heikki Linnakangas
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-25Now that the shared library name can be adjusted in the library test,Bruce Momjian
2012-01-25Improve plpython fix comment in pg_upgrade.Bruce Momjian
2012-01-25In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian
2012-01-25Fix new SQL tablespace location function usage in pg_upgrade to properlyBruce Momjian
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-22Typo fixMagnus Hagander
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-20Get rid of itemizedlist inside tableMagnus Hagander
2012-01-20Further doc cleanups from the pg_stat_activity changesMagnus Hagander