summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Little precision fix for POWER(). I discovered problems with bigJan Wieck1998-12-301-2/+2
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-306-5/+252
* Fix for deadlock detection timeout.Bruce Momjian1998-12-291-3/+2
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-261-3/+10
* Fix for version, update to 6.5.Bruce Momjian1998-12-251-3/+3
* Changed TypeName.typmod to int32 - atttypmod is of that sizeJan Wieck1998-12-211-2/+2
* I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 withBruce Momjian1998-12-181-0/+3
* Fixed nodeToString() to put out "<>" for NULL strings again.Jan Wieck1998-12-181-1/+7
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-186-8/+24
* Serialized mode works!Vadim B. Mikheev1998-12-162-5/+17
* Initial MVCC code.Vadim B. Mikheev1998-12-1515-129/+118
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-2/+2
* Initial attempt to clean up the code...Marc G. Fournier1998-12-141-9/+9
* Add routines and synonyms to help with single-byte char type handling.Thomas G. Lockhart1998-12-131-109/+124
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-131-1/+3
* Use standard AC_PROG_INSTALL macro to search for install program,Tom Lane1998-12-131-1/+8
* Change Size from unsigned int to size_t.Bruce Momjian1998-12-131-2/+2
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-084-26/+36
* Implement CASE expression.Thomas G. Lockhart1998-12-043-10/+36
* Portability fixes found needed for SunOS 4.1.x:Tom Lane1998-11-302-1/+6
* Use autoconf to determine whether system has POSIX signals,Tom Lane1998-11-2912-16/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-278-104/+117
* Added indxqualorig to IndexScan: fix for using indices in OR.Vadim B. Mikheev1998-11-221-1/+2
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-172-16/+39
* s_lock patch from Ryan.Bruce Momjian1998-10-311-9/+9
* oid8neq => oid8neTom Lane1998-10-291-2/+2
* Fix discrepency in "@" operator for point and path.Thomas G. Lockhart1998-10-291-4/+3
* Add oid8neq.Bruce Momjian1998-10-292-2/+5
* Fix a veritable boatload of errors in oprcom, oprnegate,Tom Lane1998-10-291-93/+93
* Remove bad pg_operator entry, found by Tom Lane.Bruce Momjian1998-10-291-3/+1
* This looks like a wrong entry in one of the system tables. Any ideasBruce Momjian1998-10-281-2/+2
* s_lock aix patch.Bruce Momjian1998-10-281-2/+2
* backslash for portability, from Andreas ZeugswetterBruce Momjian1998-10-271-2/+2
* Missed one more required file...Marc G. Fournier1998-10-271-0/+30
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-224-58/+72
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-221-1/+5
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-226-61/+32
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-221-8/+4
* Fix indexing for INET / CIDR.Bruce Momjian1998-10-222-4/+20
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-222-8/+22
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-223-12/+15
* Cleanup of \df for INET/CIDR.Bruce Momjian1998-10-211-2/+2
* The patch does 2 things:Bruce Momjian1998-10-211-2/+2
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-216-11/+62
* Remove unused INET functions for D'Arcy.Bruce Momjian1998-10-202-11/+2
* New QUERY_LIMIT set command.Bruce Momjian1998-10-141-1/+5
* From: Peter Gucwa <pg@softcomputer.com>Marc G. Fournier1998-10-131-0/+3
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-123-3/+26
* Fix for vacuum and cache use. Fix for BSDI 4.0.Bruce Momjian1998-10-121-3/+1
* Do not enable TCL_ARRAYS feature by default, because itTom Lane1998-10-081-4/+6