Commit Graph

23013 Commits (3f23f4eec85578272362ee72cdce0ed5e881bf18)
 

Author SHA1 Message Date
Bruce Momjian 3f23f4eec8 Add some blank lines for formatting. 20 years ago
Tom Lane c68489863c Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState 20 years ago
Bruce Momjian bf7b205e16 #ifdef fix for MSVC builds of libpq. 20 years ago
Bruce Momjian c8961bf1ce Improve logging of protocol-level prepared statements. 20 years ago
Bruce Momjian ad269d5e3b Fix bug in new pg_dump -T/-N handling that was dumping system schemas if 20 years ago
Tom Lane 6db6714ffc Remove redeclaration of struct sqlca_t --- unnecessary and provokes 20 years ago
Tom Lane 3467758809 Fix missing 'static' keywords --- some compilers gripe about this. 20 years ago
Tom Lane a7d400ad07 Fix inadequate quoting in test for AIX xlc. 20 years ago
Tom Lane 5d844d3271 'make clean' must remove the create subdirectories results/ and log/, 20 years ago
Tom Lane e2d34d75e7 Teach eval_const_expressions to simplify BooleanTest nodes that have 20 years ago
Michael Meskes 3ceaa97b3c Regression test updates and fixes 20 years ago
Bruce Momjian a83437fcfd Slight wording improvement in documentation. 20 years ago
Bruce Momjian 9ac2f2e8ea Add missing ecpg function prototype needed when in threaded mode --- 20 years ago
Bruce Momjian 49954b4526 Add URL for terminate backend test: 20 years ago
Tom Lane c82264291e Add some basic tests of GUC behavior. 20 years ago
Tom Lane 7946f77220 Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during 20 years ago
Tom Lane 89c07b18a6 Remove use of a regex character class in resultmap (for freebsd version 20 years ago
Tom Lane f5b78fa51f Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs 20 years ago
Tom Lane bc8ac3ce40 Add missing pgstat_count_index_scan(), per Andreas Seltenreich. 20 years ago
Tom Lane d841cc44c5 A few regression tests for VALUES, from Gavin Sherry. 20 years ago
Michael Meskes 4b8378a671 Removed compiler warnings 20 years ago
Michael Meskes 27458bb4fa Applied test suite update by Joachim Wieland <joe@mcknight.de>. 20 years ago
Bruce Momjian 961ec0ce9c Move 'ddl' right after 'none' in postgresql.conf. It used to be between 20 years ago
Bruce Momjian f1fa94a415 Fix logic to prevent pg_dump from dumping system schemas; bug introduced 20 years ago
Andrew Dunstan 959aee5bbf remove extraneous space after -L flag. 20 years ago
Tom Lane 0dfb595d7a Arrange for ValuesScan to keep per-sublist expression eval state in a 20 years ago
Tom Lane 9649b182a1 Fix documentation error: GRANT/REVOKE for roles only accept role names 20 years ago
Michael Meskes efc861a842 And finally the Makefiles 20 years ago
Tom Lane e79aed7cba Wups, got the test for contain_vars_of_level-not-needed wrong in 20 years ago
Michael Meskes 1f0a6cd60c Hopefully that's it. The remaining files for ecpg regression tests. 20 years ago
Tom Lane 6392518c69 Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW 20 years ago
Michael Meskes b737f85e84 Some more regression test files 20 years ago
Michael Meskes 2682a4c01d One more file to remove 20 years ago
Michael Meskes 36e8d4e780 Removed old test files 20 years ago
Michael Meskes 1fa6be6f69 ynced parser and keyword list. 20 years ago
Bruce Momjian 97eefd6996 Update: 20 years ago
Bruce Momjian f05fc17cf4 Add: 20 years ago
Bruce Momjian b5a5524342 Done: 20 years ago
Joe Conway 9caafda579 Add support for multi-row VALUES clauses as part of INSERT statements 20 years ago
Bruce Momjian d307c428cb Fix bug I introduced while cleaning up pg_dump -t/-n patch. 20 years ago
Alvaro Herrera 5f69890e15 Editorialize a bit on the recent patch, reverting to the original versions 20 years ago
Bruce Momjian 2c6d96cef6 Add support for loadable modules to allocated shared memory and 20 years ago
Bruce Momjian c61607bd52 Add pg_dump -X no-data-for-failed-tables option to suppress loading data 20 years ago
Bruce Momjian 6d0f5ea574 Done: 20 years ago
Bruce Momjian aa88497a3a Remove TODO.detail/pg_dump. 20 years ago
Bruce Momjian 8977b68a42 Allow multiple -n (schema) and -t (table) pg_dump options, and add -T 20 years ago
Bruce Momjian 9a4eaa9440 Remove extra argument to printf(). 20 years ago
Andrew Dunstan a3bae60813 have pg_regress fall back on testing with the canonical results file if an 20 years ago
Bruce Momjian 8d5f3c8d89 Improvements to Maintenance and External Projects documentation. 20 years ago
Bruce Momjian ffb62be07a Add: 20 years ago