Commit Graph

31941 Commits (13c00ae8c73ee9635c11059925814b351dc3593c)
 

Author SHA1 Message Date
Peter Eisentraut c8e0c32119 Rename pg_dump --no-security-label to --no-security-labels 15 years ago
Peter Eisentraut fcd4575905 Fix untranslatable assembly of libpq connection failure message 15 years ago
Peter Eisentraut 8d89549380 Update config.guess and config.sub 15 years ago
Peter Eisentraut bb46d42859 Consistent spacing for lengthy error messages 15 years ago
Magnus Hagander a937b07121 Add example for replication in pg_hba.conf 15 years ago
Robert Haas 74aaa2136d Fix race condition in CheckTargetForConflictsIn. 15 years ago
Alvaro Herrera 6b449d9051 Fix declaration of $_TD in "strict" trigger functions 15 years ago
Heikki Linnakangas ea896da394 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Bruce Momjian 1f35944607 In pg_upgrade, clean up handling of invalid directory specification by 15 years ago
Bruce Momjian 772a5f1e5b Improve pg_upgrade error reporting if the bin or data directories do not 15 years ago
Peter Eisentraut 4a6a5c86db Remove obsolete comment 15 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 15 years ago
Peter Eisentraut 0ee391b77a /contrib/foo -> contrib/foo 15 years ago
Bruce Momjian 92ff915018 Improve pg_upgrade X_OK comment. 15 years ago
Bruce Momjian 6fbf4e0e7c Fix pg_upgrade build problem on Windows when using X_OK access 15 years ago
Tom Lane b3bc63efbc Fix pg_dump's handling of extension-member casts and languages. 15 years ago
Bruce Momjian e728701fb4 Update pg_upgrade directory check error message. 15 years ago
Bruce Momjian 8a849cdee4 Remove redundant privilege doc sentences. 15 years ago
Bruce Momjian bda27e502f Add pg_upgrade check to make sure the user has full access permission in 15 years ago
Bruce Momjian 6c19bd96bc Allow pg_upgrade to honor libpq environment variables. Add 'local' 15 years ago
Andrew Dunstan 78b66cff72 Quote isolationtester command name so Windows will not think dot is the command. 15 years ago
Andrew Dunstan df15d11cb5 Add required psqldir setting for isolation checks. 15 years ago
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