| Commit message (Expand) | Author | Age |
... | |
* | Ignore libedit/libreadline while probing for standard functions. | Tom Lane | 2012-12-18 |
* | Fix failure to ignore leftover temp tables after a server crash. | Tom Lane | 2012-12-17 |
* | Fix filling of postmaster.pid in bootstrap/standalone mode. | Tom Lane | 2012-12-16 |
* | Properly copy fmgroids.h after clean on Win32 | Magnus Hagander | 2012-12-16 |
* | In multi-insert, don't go into infinite loop on a huge tuple and fillfactor. | Heikki Linnakangas | 2012-12-12 |
* | Add defenses against integer overflow in dynahash numbuckets calculations. | Tom Lane | 2012-12-11 |
* | Fix pg_upgrade for invalid indexes | Bruce Momjian | 2012-12-11 |
* | Consistency check should compare last record replayed, not last record read. | Heikki Linnakangas | 2012-12-11 |
* | Add mode where contrib installcheck runs each module in a separately named da... | Andrew Dunstan | 2012-12-11 |
* | Fix pg_upgrade -O/-o options | Bruce Momjian | 2012-12-10 |
* | Update minimum recovery point on truncation. | Heikki Linnakangas | 2012-12-10 |
* | Fix assorted bugs in privileges-for-types patch. | Tom Lane | 2012-12-09 |
* | Update iso.org page link | Peter Eisentraut | 2012-12-08 |
* | Fix intermittent crash in DROP INDEX CONCURRENTLY. | Tom Lane | 2012-12-05 |
* | Ensure recovery pause feature doesn't pause unless users can connect. | Tom Lane | 2012-12-05 |
* | Must not reach consistency before XLOG_BACKUP_RECORD | Simon Riggs | 2012-12-05 |
* | Include isinf.o in libecpg if isinf() is not available on the system. | Michael Meskes | 2012-12-04 |
* | Stamp 9.2.2.REL9_2_2 | Tom Lane | 2012-12-03 |
* | Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. | Tom Lane | 2012-12-03 |
* | Revert "Add mode where contrib installcheck runs each module in a separately ... | Andrew Dunstan | 2012-12-03 |
* | Avoid holding vmbuffer pin after VACUUM. | Simon Riggs | 2012-12-03 |
* | Fix documentation of path(polygon) function. | Tom Lane | 2012-12-03 |
* | Translation updates | Peter Eisentraut | 2012-12-03 |
* | Add mode where contrib installcheck runs each module in a separately named da... | Andrew Dunstan | 2012-12-02 |
* | Update time zone data files to tzdata release 2012j. | Tom Lane | 2012-12-02 |
* | Recommend triggers, not rules, in the CREATE VIEW reference page. | Tom Lane | 2012-12-02 |
* | Don't advance checkPoint.nextXid near the end of a checkpoint sequence. | Tom Lane | 2012-12-02 |
* | XidEpoch++ if wraparound during checkpoint. | Simon Riggs | 2012-12-02 |
* | Fix psql crash while parsing SQL file whose encoding is different from | Tatsuo Ishii | 2012-12-02 |
* | Prevent passing gmake's environment variables down through pg_regress. | Tom Lane | 2012-12-01 |
* | Make sure sharedir/extension/ directory is created when needed. | Tom Lane | 2012-12-01 |
* | doc: Fix broken links to DocBook wiki | Peter Eisentraut | 2012-12-01 |
* | Change test ExceptionalCondition to return void | Alvaro Herrera | 2012-11-30 |
* | Take buffer lock while inspecting btree index pages in contrib/pageinspect. | Tom Lane | 2012-11-30 |
* | Add missing buffer lock acquisition in GetTupleForTrigger(). | Tom Lane | 2012-11-30 |
* | Clean environment for pg_upgrade test. | Andrew Dunstan | 2012-11-30 |
* | Produce a more useful error message for over-length Unix socket paths. | Tom Lane | 2012-11-29 |
* | Cleanup VirtualXact at end of Hot Standby | Simon Riggs | 2012-11-29 |
* | Correctly init fast path fields on PGPROC | Simon Riggs | 2012-11-29 |
* | When processing nested structure pointer variables ecpg always expected an | Michael Meskes | 2012-11-29 |
* | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane | 2012-11-29 |
* | If we don't have a backup-end-location, don't claim we've reached it. | Heikki Linnakangas | 2012-11-28 |
* | Revert patch for taking fewer snapshots. | Tom Lane | 2012-11-26 |
* | Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. | Tom Lane | 2012-11-26 |
* | pg_stat_replication.sync_state was displayed incorrectly at page boundary. | Heikki Linnakangas | 2012-11-23 |
* | Fix pg_resetxlog to use correct path to postmaster.pid. | Tom Lane | 2012-11-22 |
* | Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. | Heikki Linnakangas | 2012-11-22 |
* | Don't launch new child processes after we've been told to shut down. | Tom Lane | 2012-11-21 |
* | Improve handling of INT_MIN / -1 and related cases. | Tom Lane | 2012-11-19 |
* | Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. | Tom Lane | 2012-11-18 |