Commit Graph

32406 Commits (b83bb97fdbab135a4bf3af8a9bfa06aaa66f0205)
 

Author SHA1 Message Date
Peter Eisentraut b83bb97fdb Clean up pg_regress --help output 15 years ago
Peter Eisentraut aeabbccea0 Some markup cleanup to deconfuse the find_gt_lt tool 15 years ago
Robert Haas 083549e43a Repair brain fade in previous commit, per Josh Kupershmidt. 15 years ago
Robert Haas 7fe33a51b9 Add --if-exists option to dropdb and dropuser. 15 years ago
Andrew Dunstan 94478aa8b1 Detect out of date flex in MSVC builds. 15 years ago
Robert Haas 8a3d33c8e6 Fix parsing of time string followed by yesterday/today/tomorrow. 15 years ago
Robert Haas eab2ef6164 Remove some tabs from README file. 15 years ago
Tom Lane a5b7640ba0 Fix concat_ws() to not insert a separator after leading NULL argument(s). 15 years ago
Tom Lane be1e8053f4 Use a non-locking test in TAS_SPIN() on all IA64 platforms. 15 years ago
Robert Haas c01c25fbe5 Improve spinlock performance for HP-UX, ia64, non-gcc. 15 years ago
Tom Lane 6e1f1fee97 Actually, all of parallel restore's limitations should be tested earlier. 15 years ago
Tom Lane d6e7abe45a Be more user-friendly about unsupported cases for parallel pg_restore. 15 years ago
Tom Lane 2c5d6f1fb5 Include $cc_string in the info reported by a configure run. 15 years ago
Bruce Momjian 94db6664e2 Modify pgrminclude -v to report include files that can't be compiled on 15 years ago
Tom Lane a49fbaaf8d Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 15 years ago
Peter Eisentraut f44d275b6d Document minimum required version of DocBook XSL stylesheets 15 years ago
Tom Lane 724e30c9f8 Ensure we discard unread/unsent data when abandoning a connection attempt. 15 years ago
Bruce Momjian 4bd7333b14 Allow more include files to be compiled in their own by adding missing 15 years ago
Bruce Momjian d010391ac8 Add support for #elif to pgrminclude. 15 years ago
Peter Eisentraut fd5b397ca4 Implement the information schema with_hierarchy column 15 years ago
Peter Eisentraut 3104cc89be Spelling improvement 15 years ago
Bruce Momjian 68c019a538 Add another pgdefine path check, and a cvs-git change. 15 years ago
Bruce Momjian e7088713cd Change references of CVS to .git. 15 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 15 years ago
Bruce Momjian 8b0f0822fd Fix missing pgdefine detection in pgrminclude. 15 years ago
Bruce Momjian f8e41abd8a Modify pgrminclude to include all code, even in #if blocks. Process 15 years ago
Bruce Momjian c6e9da17a1 Cleanup of script. 15 years ago
Bruce Momjian f261deb4b4 Add missing includes after pgrminclude run. 15 years ago
Bruce Momjian 987214b4d5 do include files first 15 years ago
Bruce Momjian 48423d949f Add markers. 15 years ago
Bruce Momjian 455d08b285 Add another marker. 15 years ago
Bruce Momjian f8fc37b337 Add markers for skips. 15 years ago
Bruce Momjian ac5f11e0ec Fix #if blocks. 15 years ago
Tom Lane 00eb036c11 Fix potential memory clobber in tsvector_concat(). 15 years ago
Tom Lane 40271811cb Improve comments describing tsvector data structure. 15 years ago
Tom Lane 928311a463 Clean up weird corner cases in lexing of psql meta-command arguments. 15 years ago
Tom Lane e86fdb0ab2 Support non-ASCII letters in psql variable names. 15 years ago
Bruce Momjian 910725b49d Fix pgrminclude regex pattern. 15 years ago
Andrew Dunstan 6a56a38f01 Unbreak MSVC build broken by my port of flex check. 15 years ago
Bruce Momjian 6f9afc351b In pgrminclude, add code to skip includes with a marker comment. 15 years ago
Bruce Momjian 4399e81749 In pgrminclude, make skipped include names constent and skip files with 15 years ago
Bruce Momjian eb013ede59 In pg_upgrade, limit schema name filter to include toast tables. Bug 15 years ago
Andrew Dunstan 7327cb6420 Port backup check on psql lexer to MSVC. 15 years ago
Alvaro Herrera 28190bacfd Add expected isolationtester output when prepared xacts are disabled 15 years ago
Tom Lane ecf248737a Add makefile rules to check for backtracking in backend and psql lexers. 15 years ago
Tom Lane 77ce50a403 Fix psql lexer to avoid use of backtracking. 15 years ago
Tom Lane 2e95f1f002 Add "%option warn" to all flex input files that lacked it. 15 years ago
Robert Haas 0371d4d063 Change format of SQL/MED generic options in psql backslash commands. 15 years ago
Robert Haas 0a803d65e4 Properly quote SQL/MED generic options in pg_dump output. 15 years ago
Robert Haas 48bc57657d Tweak postgresql.conf.sample's comments on listen_addresess. 15 years ago