Commit Graph

31908 Commits (59a4a571d396ec00a7e363dca8b2f5eb2d8307ad)
 

Author SHA1 Message Date
Tom Lane 59a4a571d3 Make plpgsql complain about conflicting IN and OUT parameter names. 15 years ago
Heikki Linnakangas 34be83b7e1 Fix integer overflow in text_format function, reported by Dean Rasheed. 15 years ago
Robert Haas 7149b128dc Improve hash_array() logic for combining hash values. 15 years ago
Peter Eisentraut c58b945e23 Message style improvements 15 years ago
Tom Lane 299d171652 Install defenses against overflow in BuildTupleHashTable(). 15 years ago
Andrew Dunstan a9b6519606 Remove spurious underscore in name of isolation tester on MSVC. 15 years ago
Andrew Dunstan b08ddf8c76 Use the right pgsql for isolation tests. 15 years ago
Peter Eisentraut 60497722ac Put lists in sensible order 15 years ago
Tom Lane 219dfae4e1 Make plpgsql provide the typmods for its variables to the main parser. 15 years ago
Peter Eisentraut fae625e7b9 Message style improvements 15 years ago
Peter Eisentraut 7920d033d8 Put documentation of backslash commands back in alphabetical order 15 years ago
Peter Eisentraut 51ad1784cc Clarify the documentation of the --with-ossp-uuid option 15 years ago
Peter Eisentraut 8932e28100 Message improvement 15 years ago
Heikki Linnakangas 30e98a7e6e Pull up isReset flag from AllocSetContext to MemoryContext struct. This 15 years ago
Heikki Linnakangas 0319da638f Reset per-tuple memory context between every row in a scan node, even when 15 years ago
Heikki Linnakangas 27c7875d95 In binary-upgrade mode, dump dropped attributes of composite types. 15 years ago
Peter Eisentraut bcf63a51e3 Message style improvements 15 years ago
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