Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
Bruce Momjian c07fbcf577 plperl: 19 years ago
Bruce Momjian 33bf73a79a Make the psql line counter 64-bit so it can handle files > 4gig lines. 19 years ago
Tom Lane 0ee26100b6 Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 19 years ago
Bruce Momjian e860e746e1 Return inline to win32.h because code was OK, but keep additional 19 years ago
Bruce Momjian 3929b6e9f6 Move "#define inline __inline" from port/win32.h to c.h because Win32 19 years ago
Bruce Momjian a4f14fd109 Fix display of log duration so it is milliseconds.microseconds "ms". 19 years ago
Tom Lane 0bf9d3a59e Fix inadequate makefile-fu in ecpg regression tests. I think this 19 years ago
Bruce Momjian 6a7d3d093e Round microseconds on setitimer upwards. 19 years ago
Bruce Momjian 0553a0507c On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 19 years ago
Bruce Momjian 8f73c88c7c Fix statement_timeout on Win32 so that it properly treats micro-seconds 19 years ago
Bruce Momjian f896b5e146 Formatting improvement. 19 years ago
Michael Meskes e6e61afe16 Fixed some memory bugs that somehow reappeared. 19 years ago
Michael Meskes 7c9e2c75da Fixed error handling in numeric conversion (Joachim). 19 years ago
Bruce Momjian 8a7a6afe2d Suppress MSVC warnings about weak functions by using 19 years ago
Bruce Momjian 9d5d87a5db Fix win32.mak for config cleanup. 19 years ago
Tom Lane 644e3fe368 Fix 'make clean' for change of regression.diffs file name. 19 years ago
Tom Lane b09bfcaa57 Add a feature for automatic initialization and finalization of dynamically 19 years ago
Bruce Momjian c554bf878f Fix definition of "errcode" for MSVC. 19 years ago
Michael Meskes 79a1a2ec6b Cleaned up log output a little bit more. 19 years ago
Michael Meskes 6e11202dbe Made parser check for valid copy to/from stdin/stdout combinations. 19 years ago
Bruce Momjian 3716f90c39 For protocol-level prepare/bind/execute: 19 years ago
Tom Lane 2dd7ab0627 Put back another improperly-removed #include. 19 years ago
Tom Lane 2dc7c88c2e On some platforms, pg_usleep isn't interruptible by signals; fix 19 years ago
Tom Lane e002836913 Make recovery from WAL be restartable, by executing a checkpoint-like 19 years ago
Michael Meskes 977ac90001 Joachim fixed some bugs in numeric handling in pgtypeslib. 19 years ago
Tom Lane 23dc308245 Tweak sanity_check regression test to display more tables (viz, those 19 years ago
Tom Lane 704ddaaa09 Add support for forcing a switch to a new xlog file; cause such a switch 19 years ago
Bruce Momjian c0dc166adc Use better named loop variable for large loop, rather than 'i'. 19 years ago
Tom Lane 635d42e9c3 Fix inheritance_planner() to delete dummy subplans from its Append plan 19 years ago
Michael Meskes 1d28bf2589 Two more changes to regression tests to fix two differences in different setups. 19 years ago
Tom Lane 5f789c5ead Extend relation_excluded_by_constraints() to check for mutually 19 years ago
Tom Lane 6357f4ea72 Teach predicate_refuted_by() how to do proofs involving NOT-clauses. 19 years ago
Bruce Momjian 3f23f4eec8 Add some blank lines for formatting. 19 years ago
Tom Lane c68489863c Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState 19 years ago
Bruce Momjian bf7b205e16 #ifdef fix for MSVC builds of libpq. 19 years ago
Bruce Momjian c8961bf1ce Improve logging of protocol-level prepared statements. 19 years ago
Bruce Momjian ad269d5e3b Fix bug in new pg_dump -T/-N handling that was dumping system schemas if 19 years ago
Tom Lane 6db6714ffc Remove redeclaration of struct sqlca_t --- unnecessary and provokes 19 years ago
Tom Lane 3467758809 Fix missing 'static' keywords --- some compilers gripe about this. 19 years ago
Tom Lane 5d844d3271 'make clean' must remove the create subdirectories results/ and log/, 19 years ago
Tom Lane e2d34d75e7 Teach eval_const_expressions to simplify BooleanTest nodes that have 19 years ago
Michael Meskes 3ceaa97b3c Regression test updates and fixes 19 years ago
Bruce Momjian 9ac2f2e8ea Add missing ecpg function prototype needed when in threaded mode --- 19 years ago
Tom Lane c82264291e Add some basic tests of GUC behavior. 19 years ago
Tom Lane 7946f77220 Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during 19 years ago
Tom Lane 89c07b18a6 Remove use of a regex character class in resultmap (for freebsd version 19 years ago
Tom Lane f5b78fa51f Fix AfterTriggerExecute() to pass tg_trigtuple and tg_newtuple as NULLs 19 years ago
Tom Lane bc8ac3ce40 Add missing pgstat_count_index_scan(), per Andreas Seltenreich. 19 years ago
Tom Lane d841cc44c5 A few regression tests for VALUES, from Gavin Sherry. 19 years ago
Michael Meskes 4b8378a671 Removed compiler warnings 19 years ago