Commit Graph

31869 Commits (ec645ef346d2de2fb889f6b8a8d2fc70a4ea4971)
 

Author SHA1 Message Date
Andrew Dunstan ec645ef346 Fix bad macro call noticed by MSVC compiler. 15 years ago
Andrew Dunstan 20bacc9560 Add missing check function lookup. 15 years ago
Andrew Dunstan 840826e36c Build and run isolation test programs under MSVC. 15 years ago
Robert Haas 9bb6d97952 More cleanup of FOREIGN TABLE permissions handling. 15 years ago
Robert Haas c5ab8425be Kill stray "not". 15 years ago
Tom Lane 8d0df2048f Fix write-past-buffer-end in ldapServiceLookup(). 15 years ago
Alvaro Herrera c6eb5740b3 Fix assorted typos 15 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 15 years ago
Tom Lane 6fc6686b48 Clean up parsing of CREATE TRIGGER's argument list. 15 years ago
Heikki Linnakangas a0c8514149 Shut down WAL receiver if it's still running at end of recovery. We used to 15 years ago
Tom Lane ea964a451e Be more explicit about the meaning of the change in standard_conforming_strings. 15 years ago
Bruce Momjian 64cc297dc9 Mention "backslash" escape processing change in 9.1 release notes. 15 years ago
Tom Lane 2e82d0b396 Prevent datebsearch() from crashing on base == NULL && nel == 0. 15 years ago
Bruce Momjian 7ff7711919 For create/dropdb, only connect once to the server since we now have a 15 years ago
Peter Eisentraut 87631ac98d Add some punctuation 15 years ago
Peter Eisentraut df6d033197 Put options in more alphabetical order 15 years ago
Peter Eisentraut 94a8fde403 Put options help in alphabetical order 15 years ago
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