aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Documentation cleanup for the possible values of the datatype 'boolean'.Bruce Momjian2011-05-09
* Update documentation to state there is three-value logic, notBruce Momjian2011-05-09
* Remove "make check" target in src/test/isolation/Makefile.Tom Lane2011-05-09
* In pg_upgrade, add status message about superuser check.Bruce Momjian2011-05-09
* Add C comment about the fact that the autovacuum limit can go backwardsBruce Momjian2011-05-08
* Fix some portability issues in isolation regression test driver.Tom Lane2011-05-08
* Add C comment why client encoding can be set in pg_upgrade.Bruce Momjian2011-05-07
* Add xreflabels to /contrib manuals so links appear correct. Also updateBruce Momjian2011-05-07
* Add missing documention connecting word.Bruce Momjian2011-05-07
* In pg_upgrade, report non-super-user username in error message.Bruce Momjian2011-05-07
* Check that the pg_upgrade user specified is a super-user.Bruce Momjian2011-05-07
* Add comment about memory reordering to PredicateLockTupleRowVersionLink.Robert Haas2011-05-06
* Adjust pg_upgrade FATAL error messages to have consistent newlines.Bruce Momjian2011-05-06
* Fix typos in SECURITY LABEL documentation.Robert Haas2011-05-06
* Improve compiler string shown in version()Peter Eisentraut2011-05-06
* Move RegisterPredicateLockingXid() call to a safer place.Tom Lane2011-05-06
* Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE.Tom Lane2011-05-05
* Unbreak the regression tests from my previous commitMagnus Hagander2011-05-05
* Improve pg_archivecleanup and pg_standby --help outputPeter Eisentraut2011-05-05
* Improve formatting of pg_upgrade --help outputPeter Eisentraut2011-05-05
* Clarify error message when attempting to create index on foreign tableMagnus Hagander2011-05-05
* Improve style of generate_history.pl Perl script.Bruce Momjian2011-05-05
* Include unary plus in the Operator Precedence table.Tom Lane2011-05-04
* Remove redundant port number checkPeter Eisentraut2011-05-04
* Message style cleanupPeter Eisentraut2011-05-04
* Fix alignment of --help outputPeter Eisentraut2011-05-04
* Link some tables into the surrounding text by their idPeter Eisentraut2011-05-04
* Update obsolete mention of Sequoia, now known as TungstenAlvaro Herrera2011-05-03
* Improve description of read/write traffic scalabilityAlvaro Herrera2011-05-03
* Add ID attribute to some sect2's missing itAlvaro Herrera2011-05-02
* Fix pull_up_sublinks' failure to handle nested pull-up opportunities.Tom Lane2011-05-02
* Update some ALTER USER cross-references to ALTER ROLEAlvaro Herrera2011-05-02
* Small cleanup of spacing in verbatim DocBook elementsPeter Eisentraut2011-05-02
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* Catch errors in for loop in makefilePeter Eisentraut2011-05-02
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-02
* Make CLUSTER lock the old table's toast table before copying data.Tom Lane2011-05-01
* Lowercase status labels in pg_stat_replication view.Bruce Momjian2011-04-29
* Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().Tom Lane2011-04-29
* Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane2011-04-29
* Use non-literal format for possibly non-standard strftime formats.Andrew Dunstan2011-04-28
* Add some casts to try to silence most of the remaining format warnings on Min...Andrew Dunstan2011-04-28
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* The arguments to pg_ctl kill are not optional - remove brackets in the docs.Heikki Linnakangas2011-04-28
* Tag 9.1beta1.REL9_1_BETA1Tom Lane2011-04-27
* Make a quick copy-editing pass over the 9.1 release notes.Tom Lane2011-04-27
* Fix binary upgrade of altered typed tablesPeter Eisentraut2011-04-27
* Revert "Force use of "%I64d" format for 64 bit ints on MinGW."Andrew Dunstan2011-04-27
* timeline is not needed in BaseBackup()Magnus Hagander2011-04-27
* Add comments about the need to avoid uninitialized bits in datatype values.Tom Lane2011-04-27