Commit Graph

23059 Commits (0ee26100b64702f2fb4cd65c6dfdfb8f31e88130)
 

Author SHA1 Message Date
Tom Lane 0ee26100b6 Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have 20 years ago
Bruce Momjian e860e746e1 Return inline to win32.h because code was OK, but keep additional 20 years ago
Bruce Momjian 3929b6e9f6 Move "#define inline __inline" from port/win32.h to c.h because Win32 20 years ago
Bruce Momjian a4f14fd109 Fix display of log duration so it is milliseconds.microseconds "ms". 20 years ago
Tom Lane 0bf9d3a59e Fix inadequate makefile-fu in ecpg regression tests. I think this 20 years ago
Bruce Momjian 6a7d3d093e Round microseconds on setitimer upwards. 20 years ago
Bruce Momjian 0553a0507c On Win32, make minimum setitimer() sleep be 1ms, so sleeps < 1ms aren't 20 years ago
Bruce Momjian 64214a2f01 Add URL for typmod: 20 years ago
Bruce Momjian 8f73c88c7c Fix statement_timeout on Win32 so that it properly treats micro-seconds 20 years ago
Bruce Momjian f896b5e146 Formatting improvement. 20 years ago
Bruce Momjian b1d78fc9c7 Add URL: 20 years ago
Bruce Momjian c7fa4aa3e7 Add TODO items we don't want (Idea from Josh Berkus) 20 years ago
Bruce Momjian 4f81337d9d Update packages: 20 years ago
Michael Meskes e6e61afe16 Fixed some memory bugs that somehow reappeared. 20 years ago
Michael Meskes 7c9e2c75da Fixed error handling in numeric conversion (Joachim). 20 years ago
Bruce Momjian 8a7a6afe2d Suppress MSVC warnings about weak functions by using 20 years ago
Bruce Momjian baefb735ff Update packages description: 20 years ago
Bruce Momjian bed7d5f635 Update packages: 20 years ago
Bruce Momjian 9d5d87a5db Fix win32.mak for config cleanup. 20 years ago
Bruce Momjian 7f139b813c Update: 20 years ago
Tom Lane 644e3fe368 Fix 'make clean' for change of regression.diffs file name. 20 years ago
Tom Lane b09bfcaa57 Add a feature for automatic initialization and finalization of dynamically 20 years ago
Bruce Momjian e00664da48 Reverse order of performance guides so powerpostgresql is first. 20 years ago
Bruce Momjian cbf0468d66 Add detail on packages: 20 years ago
Bruce Momjian 46d759cfff Add package item: 20 years ago
Bruce Momjian c554bf878f Fix definition of "errcode" for MSVC. 20 years ago
Bruce Momjian 2392cdb795 Done: 20 years ago
Teodor Sigaev e7d490f91d Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Michael Meskes 79a1a2ec6b Cleaned up log output a little bit more. 20 years ago
Michael Meskes 75b5630726 Clarified COPY FROM STDIN in ecpg todo 20 years ago
Michael Meskes 6e11202dbe Made parser check for valid copy to/from stdin/stdout combinations. 20 years ago
Bruce Momjian d42cb5d880 Done: 20 years ago
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