Commit Graph

31877 Commits (6fbf4e0e7c0839c33ed2d63f3c64abdc049f6d1b)
 

Author SHA1 Message Date
Bruce Momjian 6fbf4e0e7c Fix pg_upgrade build problem on Windows when using X_OK access 14 years ago
Tom Lane b3bc63efbc Fix pg_dump's handling of extension-member casts and languages. 14 years ago
Bruce Momjian e728701fb4 Update pg_upgrade directory check error message. 14 years ago
Bruce Momjian 8a849cdee4 Remove redundant privilege doc sentences. 14 years ago
Bruce Momjian bda27e502f Add pg_upgrade check to make sure the user has full access permission in 14 years ago
Bruce Momjian 6c19bd96bc Allow pg_upgrade to honor libpq environment variables. Add 'local' 14 years ago
Andrew Dunstan 78b66cff72 Quote isolationtester command name so Windows will not think dot is the command. 14 years ago
Andrew Dunstan df15d11cb5 Add required psqldir setting for isolation checks. 14 years ago
Andrew Dunstan ec645ef346 Fix bad macro call noticed by MSVC compiler. 14 years ago
Andrew Dunstan 20bacc9560 Add missing check function lookup. 14 years ago
Andrew Dunstan 840826e36c Build and run isolation test programs under MSVC. 14 years ago
Robert Haas 9bb6d97952 More cleanup of FOREIGN TABLE permissions handling. 14 years ago
Robert Haas c5ab8425be Kill stray "not". 14 years ago
Tom Lane 8d0df2048f Fix write-past-buffer-end in ldapServiceLookup(). 14 years ago
Alvaro Herrera c6eb5740b3 Fix assorted typos 14 years ago
Tom Lane e05b866447 Split PGC_S_DEFAULT into two values, for true boot_val vs computed default. 14 years ago
Tom Lane 6fc6686b48 Clean up parsing of CREATE TRIGGER's argument list. 14 years ago
Heikki Linnakangas a0c8514149 Shut down WAL receiver if it's still running at end of recovery. We used to 14 years ago
Tom Lane ea964a451e Be more explicit about the meaning of the change in standard_conforming_strings. 14 years ago
Bruce Momjian 64cc297dc9 Mention "backslash" escape processing change in 9.1 release notes. 14 years ago
Tom Lane 2e82d0b396 Prevent datebsearch() from crashing on base == NULL && nel == 0. 14 years ago
Bruce Momjian 7ff7711919 For create/dropdb, only connect once to the server since we now have a 14 years ago
Peter Eisentraut 87631ac98d Add some punctuation 14 years ago
Peter Eisentraut df6d033197 Put options in more alphabetical order 14 years ago
Peter Eisentraut 94a8fde403 Put options help in alphabetical order 14 years ago
Peter Eisentraut 00fad9f6fe Format pg_upgrade --version in line with conventions 14 years ago
Peter Eisentraut 4c78846cb3 Add bug report line to pg_upgrade --help output 14 years ago
Peter Eisentraut 3a8dcd9a1f Put pg_test_fsync --help and --version output in line with conventions 14 years ago
Tom Lane 1453cd8f82 Adjust documentation with respect to "unknown" timezone setting. 14 years ago
Tom Lane 853c1750f9 Be more wary in initdb's creation of platform-dependent collations. 14 years ago
Bruce Momjian 5059cf6ebf In pg_upgrade, remove suggestion of setting pg_hba.conf to 'trust', now 14 years ago
Bruce Momjian a9cc9df021 Documentation cleanup for the possible values of the datatype 'boolean'. 14 years ago
Bruce Momjian 832c095d68 Update documentation to state there is three-value logic, not 14 years ago
Tom Lane 7886cc73ad Remove "make check" target in src/test/isolation/Makefile. 14 years ago
Bruce Momjian 78318d63d7 In pg_upgrade, add status message about superuser check. 14 years ago
Bruce Momjian 76e5b4c85d Add C comment about the fact that the autovacuum limit can go backwards 14 years ago
Tom Lane eff223ffd7 Fix some portability issues in isolation regression test driver. 14 years ago
Bruce Momjian e6a7402842 Add C comment why client encoding can be set in pg_upgrade. 14 years ago
Bruce Momjian e567c9ff34 Add xreflabels to /contrib manuals so links appear correct. Also update 14 years ago
Bruce Momjian 5293de5807 Add missing documention connecting word. 14 years ago
Bruce Momjian 1609ca5adb In pg_upgrade, report non-super-user username in error message. 14 years ago
Bruce Momjian 81301b8578 Check that the pg_upgrade user specified is a super-user. 14 years ago
Robert Haas 71932ecc2b Add comment about memory reordering to PredicateLockTupleRowVersionLink. 14 years ago
Bruce Momjian 5c5f83507c Adjust pg_upgrade FATAL error messages to have consistent newlines. 14 years ago
Robert Haas 3ef5b2df97 Fix typos in SECURITY LABEL documentation. 14 years ago
Peter Eisentraut 8dd2ede3f8 Improve compiler string shown in version() 14 years ago
Tom Lane d2088ae949 Move RegisterPredicateLockingXid() call to a safer place. 14 years ago
Tom Lane 12b7164578 Remove precedence labeling of keywords TRUE, FALSE, UNKNOWN, and ZONE. 14 years ago
Magnus Hagander 27525b1831 Unbreak the regression tests from my previous commit 14 years ago
Peter Eisentraut b24181b26f Improve pg_archivecleanup and pg_standby --help output 14 years ago