Commit Graph

31852 Commits (00fad9f6fef8ed166b183ad45a9bd863d965d81c)
 

Author SHA1 Message Date
Peter Eisentraut 00fad9f6fe Format pg_upgrade --version in line with conventions 15 years ago
Peter Eisentraut 4c78846cb3 Add bug report line to pg_upgrade --help output 15 years ago
Peter Eisentraut 3a8dcd9a1f Put pg_test_fsync --help and --version output in line with conventions 15 years ago
Tom Lane 1453cd8f82 Adjust documentation with respect to "unknown" timezone setting. 15 years ago
Tom Lane 853c1750f9 Be more wary in initdb's creation of platform-dependent collations. 15 years ago
Bruce Momjian 5059cf6ebf In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now 15 years ago
Bruce Momjian a9cc9df021 Documentation cleanup for the possible values of the datatype 'boolean'. 15 years ago
Bruce Momjian 832c095d68 Update documentation to state there is three-value logic, not 15 years ago
Tom Lane 7886cc73ad Remove "make check" target in src/test/isolation/Makefile. 15 years ago
Bruce Momjian 78318d63d7 In pg_upgrade, add status message about superuser check. 15 years ago
Bruce Momjian 76e5b4c85d Add C comment about the fact that the autovacuum limit can go backwards 15 years ago
Tom Lane eff223ffd7 Fix some portability issues in isolation regression test driver. 15 years ago
Bruce Momjian e6a7402842 Add C comment why client encoding can be set in pg_upgrade. 15 years ago
Bruce Momjian e567c9ff34 Add xreflabels to /contrib manuals so links appear correct. Also update 15 years ago
Bruce Momjian 5293de5807 Add missing documention connecting word. 15 years ago
Bruce Momjian 1609ca5adb In pg_upgrade, report non-super-user username in error message. 15 years ago
Bruce Momjian 81301b8578 Check that the pg_upgrade user specified is a super-user. 15 years ago
Robert Haas 71932ecc2b Add comment about memory reordering to PredicateLockTupleRowVersionLink. 15 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 15 years ago
Robert Haas 3ef5b2df97 Fix typos in SECURITY LABEL documentation. 15 years ago
Peter Eisentraut 8dd2ede3f8 Improve compiler string shown in version() 15 years ago
Tom Lane d2088ae949 Move RegisterPredicateLockingXid() call to a safer place. 15 years ago
Tom Lane 12b7164578 Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE. 15 years ago
Magnus Hagander 27525b1831 Unbreak the regression tests from my previous commit 15 years ago
Peter Eisentraut b24181b26f Improve pg_archivecleanup and pg_standby --help output 15 years ago
Peter Eisentraut d6d823c8b0 Improve formatting of pg_upgrade --help output 15 years ago
Magnus Hagander d76a149c95 Clarify error message when attempting to create index on foreign table 15 years ago
Bruce Momjian fb3ad7895e Improve style of generate_history.pl Perl script. 15 years ago
Tom Lane 671322751a Include unary plus in the Operator Precedence table. 15 years ago
Peter Eisentraut 7f1f1bfdbb Remove redundant port number check 15 years ago
Peter Eisentraut bff074b1ab Message style cleanup 15 years ago
Peter Eisentraut ce2fc20071 Fix alignment of --help output 15 years ago
Peter Eisentraut a3b681f0bc Link some tables into the surrounding text by their id 15 years ago
Alvaro Herrera 04be7ac271 Update obsolete mention of Sequoia, now known as Tungsten 15 years ago
Alvaro Herrera 5614857096 Improve description of read/write traffic scalability 15 years ago
Alvaro Herrera 155743ad31 Add ID attribute to some sect2's missing it 15 years ago
Tom Lane dcc685debb Fix pull_up_sublinks' failure to handle nested pull-up opportunities. 15 years ago
Alvaro Herrera 52897e54db Update some ALTER USER cross-references to ALTER ROLE 15 years ago
Peter Eisentraut 4b08bf8ce7 Small cleanup of spacing in verbatim DocBook elements 15 years ago
Tom Lane 6755558b92 Improve aset.c's space management in contexts with small maxBlockSize. 15 years ago
Peter Eisentraut 5c436a79e0 Catch errors in for loop in makefile 15 years ago
Peter Eisentraut b106195b17 Rewrite installation makefile rules without for loops 15 years ago
Tom Lane 83b7584944 Make CLUSTER lock the old table's toast table before copying data. 15 years ago
Bruce Momjian 5a71b64130 Lowercase status labels in pg_stat_replication view. 15 years ago
Tom Lane 44e4bbf75d Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). 15 years ago
Tom Lane fd2e2d09aa Rewrite pg_size_pretty() to avoid compiler bug. 15 years ago
Andrew Dunstan c49e4ae1f8 Use non-literal format for possibly non-standard strftime formats. 15 years ago
Andrew Dunstan ab0ba6e73a Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 15 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 15 years ago
Heikki Linnakangas 39850c7fdb The arguments to pg_ctl kill are not optional - remove brackets in the docs. 15 years ago