| Commit message (Expand) | Author | Age |
* | Be more explicit about the meaning of the change in standard_conforming_strings. | Tom Lane | 2011-05-10 |
* | Mention "backslash" escape processing change in 9.1 release notes. | Bruce Momjian | 2011-05-10 |
* | Prevent datebsearch() from crashing on base == NULL && nel == 0. | Tom Lane | 2011-05-10 |
* | For create/dropdb, only connect once to the server since we now have a | Bruce Momjian | 2011-05-10 |
* | Add some punctuation | Peter Eisentraut | 2011-05-10 |
* | Put options in more alphabetical order | Peter Eisentraut | 2011-05-10 |
* | Put options help in alphabetical order | Peter Eisentraut | 2011-05-10 |
* | Format pg_upgrade --version in line with conventions | Peter Eisentraut | 2011-05-10 |
* | Add bug report line to pg_upgrade --help output | Peter Eisentraut | 2011-05-10 |
* | Put pg_test_fsync --help and --version output in line with conventions | Peter Eisentraut | 2011-05-10 |
* | Adjust documentation with respect to "unknown" timezone setting. | Tom Lane | 2011-05-10 |
* | Be more wary in initdb's creation of platform-dependent collations. | Tom Lane | 2011-05-10 |
* | In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now | Bruce Momjian | 2011-05-10 |
* | Documentation cleanup for the possible values of the datatype 'boolean'. | Bruce Momjian | 2011-05-09 |
* | Update documentation to state there is three-value logic, not | Bruce Momjian | 2011-05-09 |
* | Remove "make check" target in src/test/isolation/Makefile. | Tom Lane | 2011-05-09 |
* | In pg_upgrade, add status message about superuser check. | Bruce Momjian | 2011-05-09 |
* | Add C comment about the fact that the autovacuum limit can go backwards | Bruce Momjian | 2011-05-08 |
* | Fix some portability issues in isolation regression test driver. | Tom Lane | 2011-05-08 |
* | Add C comment why client encoding can be set in pg_upgrade. | Bruce Momjian | 2011-05-07 |
* | Add xreflabels to /contrib manuals so links appear correct. Also update | Bruce Momjian | 2011-05-07 |
* | Add missing documention connecting word. | Bruce Momjian | 2011-05-07 |
* | In pg_upgrade, report non-super-user username in error message. | Bruce Momjian | 2011-05-07 |
* | Check that the pg_upgrade user specified is a super-user. | Bruce Momjian | 2011-05-07 |
* | Add comment about memory reordering to PredicateLockTupleRowVersionLink. | Robert Haas | 2011-05-06 |
* | Adjust pg_upgrade FATAL error messages to have consistent newlines. | Bruce Momjian | 2011-05-06 |
* | Fix typos in SECURITY LABEL documentation. | Robert Haas | 2011-05-06 |
* | Improve compiler string shown in version() | Peter Eisentraut | 2011-05-06 |
* | Move RegisterPredicateLockingXid() call to a safer place. | Tom Lane | 2011-05-06 |
* | Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE. | Tom Lane | 2011-05-05 |
* | Unbreak the regression tests from my previous commit | Magnus Hagander | 2011-05-05 |
* | Improve pg_archivecleanup and pg_standby --help output | Peter Eisentraut | 2011-05-05 |
* | Improve formatting of pg_upgrade --help output | Peter Eisentraut | 2011-05-05 |
* | Clarify error message when attempting to create index on foreign table | Magnus Hagander | 2011-05-05 |
* | Improve style of generate_history.pl Perl script. | Bruce Momjian | 2011-05-05 |
* | Include unary plus in the Operator Precedence table. | Tom Lane | 2011-05-04 |
* | Remove redundant port number check | Peter Eisentraut | 2011-05-04 |
* | Message style cleanup | Peter Eisentraut | 2011-05-04 |
* | Fix alignment of --help output | Peter Eisentraut | 2011-05-04 |
* | Link some tables into the surrounding text by their id | Peter Eisentraut | 2011-05-04 |
* | Update obsolete mention of Sequoia, now known as Tungsten | Alvaro Herrera | 2011-05-03 |
* | Improve description of read/write traffic scalability | Alvaro Herrera | 2011-05-03 |
* | Add ID attribute to some sect2's missing it | Alvaro Herrera | 2011-05-02 |
* | Fix pull_up_sublinks' failure to handle nested pull-up opportunities. | Tom Lane | 2011-05-02 |
* | Update some ALTER USER cross-references to ALTER ROLE | Alvaro Herrera | 2011-05-02 |
* | Small cleanup of spacing in verbatim DocBook elements | Peter Eisentraut | 2011-05-02 |
* | Improve aset.c's space management in contexts with small maxBlockSize. | Tom Lane | 2011-05-02 |
* | Catch errors in for loop in makefile | Peter Eisentraut | 2011-05-02 |
* | Rewrite installation makefile rules without for loops | Peter Eisentraut | 2011-05-02 |
* | Make CLUSTER lock the old table's toast table before copying data. | Tom Lane | 2011-05-01 |