Commit Graph

22279 Commits (e6d800981ed0cd8889660d40cb5e813dfad87344)

Author SHA1 Message Date
Tom Lane d6e7abe45a Be more user-friendly about unsupported cases for parallel pg_restore. 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
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
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 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
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
Alvaro Herrera f18795e7b7 Update FK alternative test output to new whitespace rules 15 years ago
Tom Lane d1d388603e Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS. 15 years ago
Tom Lane cb5c2ba2d8 Fix multiple bugs in extension dropping. 15 years ago
Tom Lane d4aa491493 Make CREATE EXTENSION check schema creation permissions. 15 years ago
Tom Lane 43f0c20839 Fix overoptimistic assumptions in column width estimation for subqueries. 15 years ago
Peter Eisentraut 1af55e2751 Use consistent format for reporting GetLastError() 15 years ago
Bruce Momjian 2ab15afcdd Add missing include so include file compiles cleanly on its own. 15 years ago
Bruce Momjian 034dda61dd Mark cpluspluscheck as excutable in git. 15 years ago
Robert Haas 7488936478 Typo fix. 15 years ago
Tom Lane 660a081c3f Fix handling of extension membership when filling in a shell operator. 15 years ago
Bruce Momjian 5473f283f5 Properly call strerror() in thread test; add comments. 15 years ago
Bruce Momjian e319ec4b73 Simplify errno generating in thread testing program. 15 years ago
Tom Lane b33f78df17 Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. 15 years ago
Bruce Momjian 6cc08e703b Have thread_test create its test files in the current directory, rather 15 years ago
Tom Lane 08e1eedf24 Fix performance problem when building a lossy tidbitmap. 15 years ago
Bruce Momjian ee639d2777 Fix copyright.pl to properly us 'tie' function. 15 years ago