Commit Graph

23027 Commits (3716f90c39150ccc97d4ebd8615fcb6141663b8e)
 

Author SHA1 Message Date
Bruce Momjian 3716f90c39 For protocol-level prepare/bind/execute: 20 years ago
Tom Lane 2dd7ab0627 Put back another improperly-removed #include. 20 years ago
Tom Lane 2dc7c88c2e On some platforms, pg_usleep isn't interruptible by signals; fix 20 years ago
Teodor Sigaev 6d54320002 fix bug about modifying value in shared buffer, 20 years ago
Tom Lane e002836913 Make recovery from WAL be restartable, by executing a checkpoint-like 20 years ago
Michael Meskes 977ac90001 Joachim fixed some bugs in numeric handling in pgtypeslib. 20 years ago
Tom Lane 23dc308245 Tweak sanity_check regression test to display more tables (viz, those 20 years ago
Tom Lane 704ddaaa09 Add support for forcing a switch to a new xlog file; cause such a switch 20 years ago
Bruce Momjian c0dc166adc Use better named loop variable for large loop, rather than 'i'. 20 years ago
Tom Lane 635d42e9c3 Fix inheritance_planner() to delete dummy subplans from its Append plan 20 years ago
Michael Meskes 1d28bf2589 Two more changes to regression tests to fix two differences in different setups. 20 years ago
Neil Conway 63d3f5e593 Fix references to the Options section in the pgcrypto documentation. 20 years ago
Tom Lane 5f789c5ead Extend relation_excluded_by_constraints() to check for mutually 20 years ago
Tom Lane 6357f4ea72 Teach predicate_refuted_by() how to do proofs involving NOT-clauses. 20 years ago
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