Commit Graph

32709 Commits (04edfb10a60cad0a1efa5a0c0bef9b88a2fd5eba)
 

Author SHA1 Message Date
Magnus Hagander 04edfb10a6 Clarify that streaming replication can be both async and sync 13 years ago
Tom Lane 8c0b2afa38 Modernize string literal syntax in tutorial example. 13 years ago
Andrew Dunstan aaf5f5942a Make pgxs build executables with the right suffix. 13 years ago
Tom Lane c54ebcba5c Protect against SnapshotNow race conditions in pg_tablespace scans. 13 years ago
Heikki Linnakangas 66debecd0c On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 14fa980560 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Tom Lane d4c78c1811 Reject out-of-range dates in to_date(). 13 years ago
Tom Lane dc0c987574 Add new timezone abbrevation "FET". 13 years ago
Magnus Hagander 2d9a455dba Properly install ecpg_compat and pgtypes libraries on msvc 13 years ago
Bruce Momjian 93d83938fd Update copyrights for 2013 13 years ago
Peter Eisentraut 7b15bea03d doc: Correct description of LDAP authentication 13 years ago
Tom Lane 628ea7ea51 Prevent failure when RowExpr or XmlExpr is parse-analyzed twice. 13 years ago
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