index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make the file_fdw validator check that a filename option has been provided.
Tom Lane
2011-07-05
*
Call FDW validator functions even when the options list is empty.
Tom Lane
2011-07-05
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Restructure foreign data wrapper chapter so it has more than one section.
Tom Lane
2011-07-05
*
Postgres -> PostgreSQL in error message
Peter Eisentraut
2011-07-05
*
Improve documentation about foreign data wrapper validator functions.
Tom Lane
2011-07-05
*
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
*
Fix typo in sslmode documentation
Magnus Hagander
2011-07-05
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Small documentation tweaks
Peter Eisentraut
2011-07-05
*
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.
Heikki Linnakangas
2011-07-04
*
Back-patch Fix bat file quoting of %ENV from commit 19b7fac8.
Andrew Dunstan
2011-07-04
*
Alter test results to comply with new ALTER TABLE behaviour.
Simon Riggs
2011-07-04
*
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Simon Riggs
2011-07-04
*
Fix omissions in documentation of the pg_roles view.
Tom Lane
2011-07-03
*
Put comments on the installable procedural languages.
Tom Lane
2011-07-03
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Make distprep and *clean build targets recurse into all subdirectories.
Tom Lane
2011-07-03
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Add some strings that were not marked for translation
Peter Eisentraut
2011-07-02
*
In pg_upgrade 9.0 and 9.1, document suggestion of using a non-default
Bruce Momjian
2011-07-01
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-29
*
Protect pg_stat_reset_shared() against NULL input
Magnus Hagander
2011-06-29
*
Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.
Simon Riggs
2011-06-27
*
Mention that SSPI authentication can use GSSAPI on non-Windows systems.
Robert Haas
2011-06-27
*
Async dblink functions require a named connection, and therefore should
Joe Conway
2011-06-25
*
Documentation improvements for pg_locks with respect to SSI.
Robert Haas
2011-06-24
*
In pg_upgrade docs, clarify that link mode uses "hard" links.
Bruce Momjian
2011-06-23
*
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
*
In pg_upgrade, check that the binary and data directories are the same
Bruce Momjian
2011-06-22
*
Adjust pg_upgrade check for pg_upgrade_support to happen after the
Bruce Momjian
2011-06-22
*
Fix pg_upgrade status message capitalization mistake.
Bruce Momjian
2011-06-22
*
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-22
*
Fix symlink for errcodes.h so it works in VPATH builds from tarballs.
Tom Lane
2011-06-22
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Performance tuning advice for SSI.
Robert Haas
2011-06-21
*
Minor editing for README-SSI.
Tom Lane
2011-06-21
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Apply upstream fix for blowfish signed-character bug (CVE-2011-2483).
Tom Lane
2011-06-21
*
Adjust the alternative expected output file for prepared_xacts test case,
Heikki Linnakangas
2011-06-21
*
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
Fix missed use of "cp -i" in an example, per Fujii Masao.
Tom Lane
2011-06-20
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Produce HISTORY file consistently as ASCII
Peter Eisentraut
2011-06-19
*
Fix thinko in previous patch to always update pg_class.reltuples/relpages.
Tom Lane
2011-06-19
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Don't use "cp -i" in the example WAL archive_command.
Tom Lane
2011-06-17
[next]