aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* slight mods required for freebsd (elf vs aout stuff)Marc G. Fournier1998-11-02
* Remove various files that were moved to various subdirectories...Marc G. Fournier1998-11-01
* oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...Marc G. Fournier1998-10-31
* Minor FreeBSD fixes put in placeMarc G. Fournier1998-10-31
* s_lock patch from Ryan.Bruce Momjian1998-10-31
* Mention --without-CXX option in online help.Tom Lane1998-10-30
* Behave reasonably on a system without shared libraries.Tom Lane1998-10-30
* Okay, this shoudl provide a fix for the freebsd problem...Marc G. Fournier1998-10-30
* oid8neq => oid8neTom Lane1998-10-29
* Drat. Should test a few more cases before committing.Tom Lane1998-10-29
* Add tests for comparison operators.Thomas G. Lockhart1998-10-29