aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Compilation of libpq for Win32 breaks on 6.4, because of a change that IBruce Momjian1998-12-14
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-14
* Many more cleanups...Marc G. Fournier1998-12-14
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* Current multi-byte related codes have a bug with SQL_ASCIIBruce Momjian1998-12-14
* Add support for the CASE statement in the rewrite handling.Thomas G. Lockhart1998-12-14
* Improve CASE statement support.Thomas G. Lockhart1998-12-13
* Fix up error messages when looking up functions and operators to notThomas G. Lockhart1998-12-13
* Use the new implicit type coersion techniques for matching up typesThomas G. Lockhart1998-12-13
* Clean up error messages associated with rules and views.Thomas G. Lockhart1998-12-13
* Build pltcl.so correctly on platforms that want dependentTom Lane1998-12-13
* Add routines and synonyms to help with single-byte char type handling.Thomas G. Lockhart1998-12-13
* Adjust handling of data type names to suppress double quotesThomas G. Lockhart1998-12-13
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
* Switch around conditional code so that HAVE_TM_ZONE takes precedenceThomas G. Lockhart1998-12-13
* Partial fix for vendor-cc-versus-gcc incompatibility on HPUX:Tom Lane1998-12-13
* Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane1998-12-13
* Add enable_plpgsql from Oliver.Bruce Momjian1998-12-13
* Cleanup patch from Oleg.Bruce Momjian1998-12-13
* Fix for lo_import crash.Bruce Momjian1998-12-13
* 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