summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add stdio for NULL define.Bruce Momjian1998-12-121-1/+2
* Clean up a few elog() messages for aggregates and functions.Thomas G. Lockhart1998-12-081-2/+2
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-084-16/+194
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-084-26/+36
* Fix coredumping bug in pg_dump -z; also eliminate memory leaksTom Lane1998-12-052-180/+151
* These data types were removed before the last release.Thomas G. Lockhart1998-12-048-607/+0
* Include test for CASE expression.Thomas G. Lockhart1998-12-043-0/+173
* Implement CASE expression.Thomas G. Lockhart1998-12-0417-108/+777
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-304-4/+11
* Use autoconf to determine whether system has POSIX signals,Tom Lane1998-11-2917-358/+434
* Change exp() behavior to generate error on underflow ratherTom Lane1998-11-292-12/+5
* Portability fix for old SunOS releases: realloc(NULL, ...)Tom Lane1998-11-291-6/+12
* Portability fix for old SunOS releases: fflush(NULL)Tom Lane1998-11-291-4/+8
* pq_getstr didn't handle buffer overrun correctly; it wouldTom Lane1998-11-291-26/+13
* Add link to HPUX platform FAQ.Tom Lane1998-11-281-0/+3
* New platform-specific FAQ for HP-UX sites.Tom Lane1998-11-281-0/+170
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-273-11/+11
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-2765-851/+835
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-278-104/+117
* csh and sh examples were reversed.Thomas G. Lockhart1998-11-252-10/+26
* Update platform FAQ's.Bruce Momjian1998-11-242-0/+1192
* Fixed bug in the unknown module. Module still tried to callJan Wieck1998-11-231-4/+4
* modify configure so that template/.similar entries can beTom Lane1998-11-233-352/+383
* Fix using indices in OR.Vadim B. Mikheev1998-11-227-12/+27
* Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev1998-11-221-1/+2
* Updating and addign files...Marc G. Fournier1998-11-193-79/+162
* Performance improvement for libpq: avoid calling malloc separatelyTom Lane1998-11-182-116/+283
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-173-17/+130
* Additional fixes for mixed-case table names from Billy Allie.Thomas G. Lockhart1998-11-172-5/+13
* From: Taral <taral@cyberjunkie.com>Marc G. Fournier1998-11-172-71/+161
* Start defining the Corba work...Marc G. Fournier1998-11-162-0/+161
* Fix a couple of bugs involving calling fmtID() twice inTom Lane1998-11-151-15/+14
* Add new "-N" flag to force double quotes around identifiers.Thomas G. Lockhart1998-11-141-8/+18
* Add id attribute to reftitle to allow cross referencing from the newThomas G. Lockhart1998-11-141-1/+1
* Add reference page for new vacuumdb utility.Thomas G. Lockhart1998-11-143-0/+257
* Add "vacuumdb" utility to make it easier to clean databases.Thomas G. Lockhart1998-11-142-0/+122
* Add "vacuumdb" utility.Thomas G. Lockhart1998-11-141-2/+2
* Fix test for table existance to allow mixed-case and whitespace inThomas G. Lockhart1998-11-121-2/+5
* Fix at least a few shared-library problems on Linux.Tom Lane1998-11-122-3/+8
* Update for version 06-40-0001Byron Nikolaidis1998-11-1119-133/+211
* Fix for NOT in where clause causing crash.Bruce Momjian1998-11-091-1/+6
* EXPLAIN VERBOSE had a very high probability of triggeringTom Lane1998-11-081-20/+33
* Fix a potential infinite loop in appendStringInfo: would lockTom Lane1998-11-081-19/+20
* Update todo.Bruce Momjian1998-11-072-16/+11
* Add "-N" flag to force double quotes around identifiers.Thomas G. Lockhart1998-11-061-2/+11
* August version of docs superceded by sgml version from Jan.Thomas G. Lockhart1998-11-061-448/+0
* Upgrade to 0.91 ...Marc G. Fournier1998-11-065-2515/+2645
* Change the README file to show the upcoming 6.5 release...Marc G. Fournier1998-11-041-1/+1
* Test for and handle NULL arguments to mylog() print statements.Thomas G. Lockhart1998-11-044-3/+11
* Somehow had the solaris template names reversed. Probably was somethingThomas G. Lockhart1998-11-042-5/+4