aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update comments.Bruce Momjian2002-10-29
* getopt.c now in /port, for MS Win.Bruce Momjian2002-10-29
* Re-add getopt.c for MSWin psql.Bruce Momjian2002-10-29
* Re-add getopt.c.Bruce Momjian2002-10-29
* Update regression for FreeBSD 4.7, for Larry RosenmanBruce Momjian2002-10-29
* Add ORDER BY to join regression test.Bruce Momjian2002-10-28
* fseeko NetBSD fix.Bruce Momjian2002-10-28
* Suppress compile warnings on OS X.Tom Lane2002-10-27
* Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls.Tom Lane2002-10-26
* Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane2002-10-25
* Remove #warning directive, which is nonstandard and isn't reallyTom Lane2002-10-25
* Change to fseeko(), per Philip.Bruce Momjian2002-10-25
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-25
* Allow fseeko in pg_dump only if fseeko() will work for all supported fileBruce Momjian2002-10-25
* Code review for connection timeout patch. Avoid unportable assumptionTom Lane2002-10-24
* Fix some places that were unportably assuming struct timeval's tv_secTom Lane2002-10-24
* Function-call-style type coercions should be treated as explicitTom Lane2002-10-24
* Fix include for NetBSD.Bruce Momjian2002-10-24
* Add prototype include to fseeko.c.Bruce Momjian2002-10-24
* Add fseeko for NetBSD.Bruce Momjian2002-10-24
* Fix include files for new PageOutput call.Bruce Momjian2002-10-24
* Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian2002-10-23
* Improve coding style of new function.Bruce Momjian2002-10-23
* Make BSD/OS fseeko thread-safe.Bruce Momjian2002-10-23
* Add fseeko/ftello using fsetpos/fgetpos for BSD/OS.Bruce Momjian2002-10-23
* Page \h output and centralize psql paging code in PageOutput().Bruce Momjian2002-10-23
* Perform transaction cleanup operations in a less ad-hoc, moreTom Lane2002-10-22
* create_index test must run after create_misc test.Tom Lane2002-10-22
* Update for test changes.Peter Eisentraut2002-10-22
* Add DLLIMPORT declarations required by contrib with asserts enabled.Peter Eisentraut2002-10-22
* Allow 8-byte off_t to properly pg_dump, from Philip Warner with mods by Bruce.Bruce Momjian2002-10-22
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Cleanup for CLUSTERDB failure:Bruce Momjian2002-10-21
* Fix ALTER TABLE ... ADD COLUMN for inheritance cases.Bruce Momjian2002-10-21
* Remove unnecessary (and inadequate) check of IsTransactionBlock() inTom Lane2002-10-21
* Avoid using IsTransactionBlock() in DeferredTriggerSetState(); no realTom Lane2002-10-21
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Add DLLIMPORT declarations needed by contrib modules.Peter Eisentraut2002-10-21
* Add guards against double inclusion.Peter Eisentraut2002-10-21
* Translation updatesPeter Eisentraut2002-10-21
* Remove obsoleted stuff merged in from branch.Peter Eisentraut2002-10-21
* Merged ecpg_big_bison back into HEADMichael Meskes2002-10-21
* Fix potential problem with btbulkdelete deleting an indexscan's currentTom Lane2002-10-20
* Returns exit status 1 if invalid encoding name orTatsuo Ishii2002-10-20
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-20
* Rule rewriter was doing the wrong thing with conditional INSTEAD rulesTom Lane2002-10-20
* Disallow aggregate functions in rule WHERE clauses. Per gripe fromTom Lane2002-10-20
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-20
* Fix within-function memory leaks in the various PLs' interfaces toTom Lane2002-10-19
* Applied patch submitted by Kris Jurka to result in a better error messageBarry Lind2002-10-19