aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Tag 9.1beta3.REL9_1_BETA3Tom Lane2011-07-07
* Update examples for string-related functions.Tom Lane2011-07-07
* Update 9.1 release notes to reflect commits through today.Tom Lane2011-07-07
* There's a small window wherein a transaction is committed but not yetHeikki Linnakangas2011-07-08
* SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas2011-07-07
* Fix use of unportable %m formatPeter Eisentraut2011-07-07
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas2011-07-07
* Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane2011-07-07
* Fix a bug with SSI and prepared transactions:Heikki Linnakangas2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Make the file_fdw validator check that a filename option has been provided.Tom Lane2011-07-05
* Call FDW validator functions even when the options list is empty.Tom Lane2011-07-05
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Restructure foreign data wrapper chapter so it has more than one section.Tom Lane2011-07-05
* Postgres -> PostgreSQL in error messagePeter Eisentraut2011-07-05
* Improve documentation about foreign data wrapper validator functions.Tom Lane2011-07-05
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Fix typo in sslmode documentationMagnus Hagander2011-07-05
* Message style tweaksPeter Eisentraut2011-07-05
* Small documentation tweaksPeter Eisentraut2011-07-05
* Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.Heikki Linnakangas2011-07-04
* Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.Andrew Dunstan2011-07-04
* Alter test results to comply with new ALTER TABLE behaviour.Simon Riggs2011-07-04
* Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.Simon Riggs2011-07-04
* Fix omissions in documentation of the pg_roles view.Tom Lane2011-07-03
* Put comments on the installable procedural languages.Tom Lane2011-07-03
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* Make distprep and *clean build targets recurse into all subdirectories.Tom Lane2011-07-03
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Add some strings that were not marked for translationPeter Eisentraut2011-07-02
* In pg_upgrade 9.0 and 9.1, document suggestion of using a non-defaultBruce Momjian2011-07-01
* Restore correct btree preprocessing of "indexedcol IS NULL" conditions.Tom Lane2011-06-29
* Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas2011-06-29
* Grab predicate locks on matching tuples in a lossy bitmap heap scan.Heikki Linnakangas2011-06-29
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs2011-06-27
* Mention that SSPI authentication can use GSSAPI on non-Windows systems.Robert Haas2011-06-27
* Async dblink functions require a named connection, and therefore shouldJoe Conway2011-06-25
* Documentation improvements for pg_locks with respect to SSI.Robert Haas2011-06-24
* In pg_upgrade docs, clarify that link mode uses "hard" links.Bruce Momjian2011-06-23
* Undo overly enthusiastic de-const-ification.Tom Lane2011-06-22
* In pg_upgrade, check that the binary and data directories are the sameBruce Momjian2011-06-22
* Adjust pg_upgrade check for pg_upgrade_support to happen after theBruce Momjian2011-06-22
* Fix pg_upgrade status message capitalization mistake.Bruce Momjian2011-06-22
* Add missing -I switch for VPATH builds.Tom Lane2011-06-22
* Fix symlink for errcodes.h so it works in VPATH builds from tarballs.Tom Lane2011-06-22
* Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas2011-06-22
* Performance tuning advice for SSI.Robert Haas2011-06-21
* Minor editing for README-SSI.Tom Lane2011-06-21