aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane2012-12-16
* Properly copy fmgroids.h after clean on Win32Magnus Hagander2012-12-16
* 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
* 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
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Fix assorted bugs in privileges-for-types patch.Tom Lane2012-12-09
* Update iso.org page linkPeter Eisentraut2012-12-08
* Fix intermittent crash in DROP INDEX CONCURRENTLY.Tom Lane2012-12-05
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Include isinf.o in libecpg if isinf() is not available on the system.Michael Meskes2012-12-04
* Stamp 9.2.2.REL9_2_2Tom Lane2012-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
* Fix documentation of path(polygon) function.Tom Lane2012-12-03
* Translation updatesPeter Eisentraut2012-12-03
* Add mode where contrib installcheck runs each module in a separately named da...Andrew Dunstan2012-12-02
* Update time zone data files to tzdata release 2012j.Tom Lane2012-12-02
* Recommend triggers, not rules, in the CREATE VIEW reference page.Tom Lane2012-12-02
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Fix psql crash while parsing SQL file whose encoding is different fromTatsuo Ishii2012-12-02
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* Make sure sharedir/extension/ directory is created when needed.Tom Lane2012-12-01
* doc: Fix broken links to DocBook wikiPeter Eisentraut2012-12-01
* Change test ExceptionalCondition to return voidAlvaro Herrera2012-11-30
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-30
* Add missing buffer lock acquisition in GetTupleForTrigger().Tom Lane2012-11-30
* Clean environment for pg_upgrade test.Andrew Dunstan2012-11-30
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Cleanup VirtualXact at end of Hot StandbySimon Riggs2012-11-29
* Correctly init fast path fields on PGPROCSimon Riggs2012-11-29
* When processing nested structure pointer variables ecpg always expected anMichael Meskes2012-11-29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-29
* If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas2012-11-28
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane2012-11-26
* pg_stat_replication.sync_state was displayed incorrectly at page boundary.Heikki Linnakangas2012-11-23
* Fix pg_resetxlog to use correct path to postmaster.pid.Tom Lane2012-11-22
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Don't launch new child processes after we've been told to shut down.Tom Lane2012-11-21
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane2012-11-18
* Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.Tom Lane2012-11-18
* Improve check_partial_indexes() to consider join clauses in proof attempts.Tom Lane2012-11-15