aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Be more explicit about the meaning of the change in standard_conforming_strings.Tom Lane2011-05-10
* Mention "backslash" escape processing change in 9.1 release notes.Bruce Momjian2011-05-10
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* For create/dropdb, only connect once to the server since we now have aBruce Momjian2011-05-10
* Add some punctuationPeter Eisentraut2011-05-10
* Put options in more alphabetical orderPeter Eisentraut2011-05-10
* Put options help in alphabetical orderPeter Eisentraut2011-05-10
* Format pg_upgrade --version in line with conventionsPeter Eisentraut2011-05-10
* Add bug report line to pg_upgrade --help outputPeter Eisentraut2011-05-10
* Put pg_test_fsync --help and --version output in line with conventionsPeter Eisentraut2011-05-10
* Adjust documentation with respect to "unknown" timezone setting.Tom Lane2011-05-10
* Be more wary in initdb's creation of platform-dependent collations.Tom Lane2011-05-10
* In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', nowBruce Momjian2011-05-10
* 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