Commit Graph

10396 Commits (2c58fcc0aa987c7997cbdfca0293f06ea3cdf549)

Author SHA1 Message Date
Barry Lind a50d08f793 Return something meaningful for Statement.getFetchSize(). Previously we were 23 years ago
Bruce Momjian b1039e93d8 Add additional ORDER BY to join regression test, per Tatsuo. 23 years ago
Bruce Momjian 9e90d11810 Remove /src/utils. Is final cleanup of getopt.c resurection. 23 years ago
Bruce Momjian 6d8c3d4eb3 Add popen/pclose -> _popen/_pclose() mapping for Win32. 23 years ago
Bruce Momjian 972c7b8690 Update comments. 24 years ago
Bruce Momjian b064206c09 getopt.c now in /port, for MS Win. 24 years ago
Bruce Momjian 87a3e39e7c Re-add getopt.c for MSWin psql. 24 years ago
Bruce Momjian 1068548726 Re-add getopt.c. 24 years ago
Bruce Momjian 579e5dcbaa Update regression for FreeBSD 4.7, for Larry Rosenman 24 years ago
Bruce Momjian 13d7a689ec Add ORDER BY to join regression test. 24 years ago
Bruce Momjian 323e03aed4 fseeko NetBSD fix. 24 years ago
Tom Lane 7a0671a37c Suppress compile warnings on OS X. 24 years ago
Tom Lane 3518fbe86f Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. 24 years ago
Tom Lane a77b862c09 Add dummy variable declaration to PG_FUNCTION_INFO_V1() to prevent 24 years ago
Tom Lane ba963c651b Remove #warning directive, which is nonstandard and isn't really 24 years ago
Bruce Momjian 3fd6d3260f Change to fseeko(), per Philip. 24 years ago
Barry Lind 7ab25fffac Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception caused 24 years ago
Bruce Momjian fc5c577e34 Allow fseeko in pg_dump only if fseeko() will work for all supported file 24 years ago
Tom Lane 2908a838ac Code review for connection timeout patch. Avoid unportable assumption 24 years ago
Tom Lane bd19e8f604 Fix some places that were unportably assuming struct timeval's tv_sec 24 years ago
Tom Lane c3086c8f53 Function-call-style type coercions should be treated as explicit 24 years ago
Bruce Momjian b171f5956e Fix include for NetBSD. 24 years ago
Bruce Momjian 68214218be Add prototype include to fseeko.c. 24 years ago
Bruce Momjian 4668d54f0b Add fseeko for NetBSD. 24 years ago
Bruce Momjian b093f8825d Fix include files for new PageOutput call. 24 years ago
Bruce Momjian f142b09151 Add fseeko/ftello prototypes for BSD/OS only to c.h. 24 years ago
Bruce Momjian 586510f774 Improve coding style of new function. 24 years ago
Bruce Momjian 6b9d496988 Make BSD/OS fseeko thread-safe. 24 years ago
Bruce Momjian dc4d18e056 Add fseeko/ftello using fsetpos/fgetpos for BSD/OS. 24 years ago
Bruce Momjian 641b658c26 Page \h output and centralize psql paging code in PageOutput(). 24 years ago
Tom Lane 30963fc200 Perform transaction cleanup operations in a less ad-hoc, more 24 years ago
Tom Lane 7305aa0171 create_index test must run after create_misc test. 24 years ago
Peter Eisentraut 1c23cf4371 Update for test changes. 24 years ago
Peter Eisentraut 7d970df60e Add DLLIMPORT declarations required by contrib with asserts enabled. 24 years ago
Bruce Momjian 2b287020f4 Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce. 24 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 24 years ago
Bruce Momjian 2110be0465 Cleanup for CLUSTERDB failure: 24 years ago
Bruce Momjian e49c1a9234 Fix ALTER TABLE ... ADD COLUMN for inheritance cases. 24 years ago
Tom Lane b47c3598d4 Remove unnecessary (and inadequate) check of IsTransactionBlock() in 24 years ago
Tom Lane a20e49bea8 Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no real 24 years ago
Tom Lane e16f04cf72 Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty 24 years ago
Peter Eisentraut de9d7f4bd5 Add DLLIMPORT declarations needed by contrib modules. 24 years ago
Peter Eisentraut b91f9042b0 Add guards against double inclusion. 24 years ago
Peter Eisentraut 20f77d79a2 Translation updates 24 years ago
Peter Eisentraut 7a35d304e9 Remove obsoleted stuff merged in from branch. 24 years ago
Michael Meskes cf8da4e9f0 Merged ecpg_big_bison back into HEAD 24 years ago
Tom Lane 13416a1f8f Fix potential problem with btbulkdelete deleting an indexscan's current 24 years ago
Tatsuo Ishii 29eabaa958 Returns exit status 1 if invalid encoding name or 24 years ago
Barry Lind 06b297938d Applied patch from Teofilis Martisius to improve performance. 24 years ago
Tom Lane a044e2abdd Rule rewriter was doing the wrong thing with conditional INSTEAD rules 24 years ago