Commit Graph

32697 Commits (14aa55df29ea69e453be4c46f8546d49365fc06b)
 

Author SHA1 Message Date
Heikki Linnakangas 14aa55df29 Fix race condition if a file is removed while pg_basebackup is running. 13 years ago
Tom Lane 17a71067d0 Fix pg_extension_config_dump() to handle update cases more sanely. 13 years ago
Heikki Linnakangas 0d0501e80f Fix recycling of WAL segments after changing recovery target timeline. 13 years ago
Tom Lane b487c39dfc Ignore libedit/libreadline while probing for standard functions. 13 years ago
Peter Eisentraut bd2acc2dc8 Fix typo 13 years ago
Tom Lane ed98b48bf4 Fix failure to ignore leftover temp tables after a server crash. 13 years ago
Tom Lane 9d39e94999 Fix filling of postmaster.pid in bootstrap/standalone mode. 13 years ago
Tom Lane f0fc1d4c89 Add defenses against integer overflow in dynahash numbuckets calculations. 13 years ago
Bruce Momjian 97a60fa5a0 Fix pg_upgrade for invalid indexes 13 years ago
Heikki Linnakangas 8b6b374b39 Consistency check should compare last record replayed, not last record read. 13 years ago
Andrew Dunstan 5dd1c287c2 Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Heikki Linnakangas 9ba0361f09 Update minimum recovery point on truncation. 13 years ago
Peter Eisentraut 8bc8f7024f Update iso.org page link 13 years ago
Tom Lane 9d1a293aba Ensure recovery pause feature doesn't pause unless users can connect. 13 years ago
Michael Meskes 93c041ab10 Include isinf.o in libecpg if isinf() is not available on the system. 13 years ago
Tom Lane c47f643c49 Stamp 9.1.7. 13 years ago
Tom Lane 86e006d9ed Update release notes for 9.2.2, 9.1.7, 9.0.11, 8.4.15, 8.3.22. 13 years ago
Andrew Dunstan 13632b0c14 Revert "Add mode where contrib installcheck runs each module in a separately named database." 13 years ago
Simon Riggs 3c4eec4488 Avoid holding vmbuffer pin after VACUUM. 13 years ago
Tom Lane e0aad34a6b Fix documentation of path(polygon) function. 13 years ago
Peter Eisentraut 04a210b090 Translation updates 13 years ago
Andrew Dunstan 513e546a6e Add mode where contrib installcheck runs each module in a separately named database. 13 years ago
Tom Lane 31ab8936c7 Update time zone data files to tzdata release 2012j. 13 years ago
Tom Lane 7e487c1b0a Recommend triggers, not rules, in the CREATE VIEW reference page. 13 years ago
Tom Lane d08fd1f849 Don't advance checkPoint.nextXid near the end of a checkpoint sequence. 13 years ago
Simon Riggs 973c011639 XidEpoch++ if wraparound during checkpoint. 13 years ago
Tatsuo Ishii a7c53092d8 Fix psql crash while parsing SQL file whose encoding is different from 13 years ago
Tom Lane 647b1bcdfd Prevent passing gmake's environment variables down through pg_regress. 13 years ago
Tom Lane 04f91ae5d0 Make sure sharedir/extension/ directory is created when needed. 13 years ago
Peter Eisentraut 1b4359b55d doc: Fix broken links to DocBook wiki 13 years ago
Tom Lane 2b96c32d53 Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Tom Lane df1aa46285 Add missing buffer lock acquisition in GetTupleForTrigger(). 13 years ago
Tom Lane c6a91c92b5 Produce a more useful error message for over-length Unix socket paths. 13 years ago
Simon Riggs 6f9a9da85c Correctly init/deinit recovery xact environment. 13 years ago
Tom Lane 1da5bef317 Fix assorted bugs in CREATE INDEX CONCURRENTLY. 13 years ago
Michael Meskes 381c3b8f4c When processing nested structure pointer variables ecpg always expected an 13 years ago
Tom Lane bdceb861d7 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. 13 years ago
Heikki Linnakangas 38b38fb122 pg_stat_replication.sync_state was displayed incorrectly at page boundary. 13 years ago
Tom Lane 806e6d1ddb Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Heikki Linnakangas db3658b34f Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. 13 years ago
Tom Lane 866f2dd784 Don't launch new child processes after we've been told to shut down. 13 years ago
Tom Lane 4387cc9ab4 Improve handling of INT_MIN / -1 and related cases. 13 years ago
Tom Lane fe838e5074 Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds. 13 years ago
Tom Lane e9ad86ce68 Fix the int8 and int2 cases of (minimum possible integer) % (-1). 13 years ago
Tom Lane 68a8ea6046 Fix memory leaks in record_out() and record_send(). 13 years ago
Simon Riggs d0d58f7aa9 Clarify docs on hot standby lock release 13 years ago
Tom Lane 634e148dca Fix multiple problems in WAL replay. 13 years ago
Tom Lane f8ffe6234a Check for stack overflow in transformSetOperationTree(). 13 years ago
Peter Eisentraut 1458f0f1da XSLT stylesheet: Add slash to directory name 13 years ago
Tom Lane f43ca3c894 Fix handling of inherited check constraints in ALTER COLUMN TYPE. 13 years ago