aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* doc: Improve search_path mentions in indexPeter Eisentraut2012-12-13
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Make xlog_internal.h includable in frontend context.Heikki Linnakangas2012-12-13
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-12
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-11
* Disable event triggers in standalone mode.Tom Lane2012-12-11
* Fix performance problems with autovacuum truncation in busy workloads.Kevin Grittner2012-12-11
* Fix pg_upgrade for invalid indexesBruce Momjian2012-12-11
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-11
* Fix pg_upgrade -O/-o optionsBruce Momjian2012-12-10
* doc: Remove blastwave.org linkPeter Eisentraut2012-12-10
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Fix the tracking of min recovery point timeline.Heikki Linnakangas2012-12-10
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* Support automatically-updatable views.Tom Lane2012-12-08
* Update iso.org page linkPeter Eisentraut2012-12-08
* Improve pg_upgrade's status displayBruce Momjian2012-12-07
* Correct xmax test for COPY FREEZESimon Riggs2012-12-07
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-07
* Clarify that COPY FREEZE is not a hard rule.Simon Riggs2012-12-07
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-06
* Background worker processesAlvaro Herrera2012-12-06
* Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane2012-12-05
* Update comment at top of index_createAlvaro Herrera2012-12-05
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Add pgstatginindex() function to get the size of the GIN pending list.Heikki Linnakangas2012-12-05
* Attempt to un-break Windows builds with USE_LDAP.Tom Lane2012-12-04
* Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes2012-12-04
* Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas2012-12-04
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* In initdb.c, move auth warning code into main() from secondary function.Bruce Momjian2012-12-04
* In pg_upgrade testing script, turn off command echo at the end so statusBruce Momjian2012-12-04
* Fix build of LDAP URL featurePeter Eisentraut2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Restore set -x in pg_upgrade/test.sh, so the user can see what is beingBruce Momjian2012-12-03
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* In initdb.c, rename some newly created functions, and move the directoryBruce Momjian2012-12-03
* Add initdb --sync-only option to sync the data directory to durableBruce Momjian2012-12-03
* Revert initdb --sync-only patch that had incorrect commit messages.Bruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* dummy commitBruce Momjian2012-12-03
* In pg_upgrade, fix bug where no users were dumped in pg_dumpallBruce Momjian2012-12-03
* Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22.Tom Lane2012-12-03
* Revert "Add mode where contrib installcheck runs each module in a separately ...Andrew Dunstan2012-12-03
* Avoid holding vmbuffer pin after VACUUM.Simon Riggs2012-12-03