aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane2012-01-28
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-28
* Prevent logging "failed to stat file: success" for temp filesMagnus Hagander2012-01-28
* Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv().Tom Lane2012-01-27
* Undo 8.4-era lobotomization of subquery pullup rules.Tom Lane2012-01-27
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Show default privileges in information schemaPeter Eisentraut2012-01-27
* Revert unfortunate whitespace changePeter Eisentraut2012-01-27
* Disallow ALTER DOMAIN on non-domain type everywherePeter Eisentraut2012-01-27
* Hide most variable-length fields from Form_pg_* structsPeter Eisentraut2012-01-27
* Do not access indclass through Form_pg_indexPeter Eisentraut2012-01-27
* Document that COUNT(*) might not need a seq scan any more.Robert Haas2012-01-27
* Document that analyzing an empty table doesn't update the statistics.Robert Haas2012-01-27
* Initialize the new bgwriterLatch field properly.Heikki Linnakangas2012-01-27
* pg_dump: Move connection-setup code to a separate function.Robert Haas2012-01-27
* Fix copy-paste error in docs.Heikki Linnakangas2012-01-27
* Fix wording, per Peter GeogheganMagnus Hagander2012-01-27
* Mention in the docs that bgwriter now sleeps longer when it has no work to do.Heikki Linnakangas2012-01-27
* Fix pg_upgrade --help text for --user to not use a plural cluster name.Bruce Momjian2012-01-26
* Adjust tuplesort.c based on the fact that we never use the OS's qsort().Robert Haas2012-01-26
* Be more clear when a new column name collides with a system column name.Robert Haas2012-01-26
* Fix sentence in docs: checkpoints are not done by bgwriter anymore.Heikki Linnakangas2012-01-26
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-26
* Add missing #include, to suppress compiler warning.Robert Haas2012-01-26
* Fix a copy/pasted typo in several commentsMagnus Hagander2012-01-26
* Add deadlock counter to pg_stat_databaseMagnus Hagander2012-01-26
* Classify DROP operations by whether or not they are user-initiated.Robert Haas2012-01-26
* Track temporary file count and size in pg_stat_databaseMagnus Hagander2012-01-26
* Damage control for yesterday's CheckIndexCompatible changes.Robert Haas2012-01-26
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Have \copy go through SendQueryAlvaro Herrera2012-01-25
* Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas2012-01-25
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Add pg_trigger_depth() functionAlvaro Herrera2012-01-25
* Now that the shared library name can be adjusted in the library test,Bruce Momjian2012-01-25
* Improve plpython fix comment in pg_upgrade.Bruce Momjian2012-01-24
* In pg_upgrade, when checking for the plpython library, we must check forBruce Momjian2012-01-24
* Fix new SQL tablespace location function usage in pg_upgrade to properlyBruce Momjian2012-01-24
* Add new replication mode synchronous_commit = 'write'.Simon Riggs2012-01-24
* Remove quotes around format_type_be() outputPeter Eisentraut2012-01-24
* Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.Tom Lane2012-01-24
* Suppress possibly-uninitialized-variable warning seen with older gcc versions.Tom Lane2012-01-24
* Reduce tab outdent of "error handling" GUC comments in postgresql.conf,Bruce Momjian2012-01-24
* Adjustments to regression tests for security_barrier views.Robert Haas2012-01-24
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-23
* ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs2012-01-23
* Typo fixMagnus Hagander2012-01-22
* psql: Add support for tab completion of GRANT/REVOKE rolePeter Eisentraut2012-01-21
* Check number of fields in IDENTIFY_SYSTEM responseMagnus Hagander2012-01-20
* Get rid of itemizedlist inside tableMagnus Hagander2012-01-20