aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* While investigating a user's complaint, I have found some memoryBruce Momjian1998-12-13
* I have a simple patch about the treatment of functions.Bruce Momjian1998-12-13
* New ecpg man page.Bruce Momjian1998-12-13
* Change Size from unsigned int to size_t.Bruce Momjian1998-12-13
* This patch fixes the undefined (according to C) and erroneous (underBruce Momjian1998-12-13
* Included patches should fix following problems in the muti-byteBruce Momjian1998-12-12
* Fix prototype for 64-bit platforms.Bruce Momjian1998-12-12
* Update to pgaccess 0.93.Bruce Momjian1998-12-12
* Add stdio for NULL define.Bruce Momjian1998-12-12
* Clean up a few elog() messages for aggregates and functions.Thomas G. Lockhart1998-12-08
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* Fix coredumping bug in pg_dump -z; also eliminate memory leaksTom Lane1998-12-05
* These data types were removed before the last release.Thomas G. Lockhart1998-12-04
* Include test for CASE expression.Thomas G. Lockhart1998-12-04
* Implement CASE expression.Thomas G. Lockhart1998-12-04
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-30
* Use autoconf to determine whether system has POSIX signals,Tom Lane1998-11-29
* Change exp() behavior to generate error on underflow ratherTom Lane1998-11-29
* Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane1998-11-29
* Portability fix for old SunOS releases: fflush(NULL)Tom Lane1998-11-29
* pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane1998-11-29
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* Fixed bug in the unknown module. Module still tried to callJan Wieck1998-11-23
* modify configure so that template/.similar entries can beTom Lane1998-11-23
* Fix using indices in OR.Vadim B. Mikheev1998-11-22
* Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev1998-11-22
* Updating and addign files...Marc G. Fournier1998-11-19
* Performance improvement for libpq: avoid calling malloc separatelyTom Lane1998-11-18
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-17
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-17
* From: Taral <taral@cyberjunkie.com>Marc G. Fournier1998-11-17
* Start defining the Corba work...Marc G. Fournier1998-11-16
* Fix a couple of bugs involving calling fmtID() twice inTom Lane1998-11-15
* Add "vacuumdb" utility to make it easier to clean databases.Thomas G. Lockhart1998-11-14
* Add "vacuumdb" utility.Thomas G. Lockhart1998-11-14
* Fix test for table existance to allow mixed-case and whitespace inThomas G. Lockhart1998-11-12
* Fix at least a few shared-library problems on Linux.Tom Lane1998-11-12
* Update for version 06-40-0001Byron Nikolaidis1998-11-11
* Fix for NOT in where clause causing crash.Bruce Momjian1998-11-09
* EXPLAIN VERBOSE had a very high probability of triggeringTom Lane1998-11-08
* Fix a potential infinite loop in appendStringInfo: would lockTom Lane1998-11-08
* Add "-N" flag to force double quotes around identifiers.Thomas G. Lockhart1998-11-06
* August version of docs superceded by sgml version from Jan.Thomas G. Lockhart1998-11-06
* Upgrade to 0.91 ...Marc G. Fournier1998-11-06
* Test for and handle NULL arguments to mylog() print statements.Thomas G. Lockhart1998-11-04
* Somehow had the solaris template names reversed. Probably was somethingThomas G. Lockhart1998-11-04
* Fix for relname.data from SHIOZAKI TakehikoBruce Momjian1998-11-02