aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).Tom Lane2011-06-21
* Adjust the alternative expected output file for prepared_xacts test case,Heikki Linnakangas2011-06-21
* Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas2011-06-21
* Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas2011-06-21
* Fix missed use of "cp -i" in an example, per Fujii Masao.Tom Lane2011-06-20
* Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane2011-06-20
* Produce HISTORY file consistently as ASCIIPeter Eisentraut2011-06-19
* Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane2011-06-19
* Capitalization fixesPeter Eisentraut2011-06-19
* Don't use "cp -i" in the example WAL archive_command.Tom Lane2011-06-17