Commit Graph

875 Commits (3f7fbf85dc5b42dfd33c803efe6c90533773576a)

Author SHA1 Message Date
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Thomas G. Lockhart 3a52e3f3a2 Add routines and synonyms to help with single-byte char type handling. 27 years ago
Thomas G. Lockhart 239564e9ef Add routines to help with single-byte (internal) character type support. 27 years ago
Tom Lane a10b38f255 Use standard AC_PROG_INSTALL macro to search for install program, 27 years ago
Bruce Momjian 0ad5d2a3a8 Change Size from unsigned int to size_t. 27 years ago
Thomas G. Lockhart 9470ab03c9 Define routines and catalog entries for string min()/max() functions. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Tom Lane 19740e2fff Portability fixes found needed for SunOS 4.1.x: 27 years ago
Tom Lane b10a719777 Use autoconf to determine whether system has POSIX signals, 27 years ago
Vadim B. Mikheev 2435c7d501 New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 1f00f0dc2e Added indxqualorig to IndexScan: fix for using indices in OR. 28 years ago
Thomas G. Lockhart 643c7beddf Add text<->float8 and text<->float4 conversion functions. 28 years ago
Bruce Momjian 2e18525dbe s_lock patch from Ryan. 28 years ago
Tom Lane c6338530f6 oid8neq => oid8ne 28 years ago
Thomas G. Lockhart 9b24e7fa40 Fix discrepency in "@" operator for point and path. 28 years ago
Bruce Momjian 1e7c7343c4 Add oid8neq. 28 years ago
Tom Lane 4038dc0ee2 Fix a veritable boatload of errors in oprcom, oprnegate, 28 years ago
Bruce Momjian cec42339fc Remove bad pg_operator entry, found by Tom Lane. 28 years ago
Bruce Momjian 1adacc7d1e This looks like a wrong entry in one of the system tables. Any ideas 28 years ago
Bruce Momjian e3b06a871b s_lock aix patch. 28 years ago
Bruce Momjian 0ebb238035 backslash for portability, from Andreas Zeugswetter 28 years ago
Marc G. Fournier 82a9c9cf38 Missed one more required file... 28 years ago
Bruce Momjian 33c4072dbc INET/CIDR cleanup from D'Arcy. 28 years ago
Bruce Momjian 002657f7ed Add LIMIT syntax for Jan. 28 years ago
Bruce Momjian ca2995be7b Remove duplicate CIDR funcs by using coerce entries. 28 years ago
Bruce Momjian 9ac0c1e371 CIDR/INET fixes from D'Arcy. 28 years ago
Bruce Momjian 7787d75d78 Fix indexing for INET / CIDR. 28 years ago
Bruce Momjian 3fe6a77f91 Fix for funcs on INET/CIDR. 28 years ago
Bruce Momjian 2ba4ee74aa Fix function calls to INET/CIDR functions. Added cidr_out. 28 years ago
Bruce Momjian f9ee08499f Cleanup of \df for INET/CIDR. 28 years ago
Bruce Momjian 524f4b2d10 The patch does 2 things: 28 years ago
Bruce Momjian 858a3b570a New CIDR type and fixed INET type, from D'Arcy. 28 years ago
Bruce Momjian a824add49a Remove unused INET functions for D'Arcy. 28 years ago
Bruce Momjian 8cec4cf91b New QUERY_LIMIT set command. 28 years ago
Marc G. Fournier 4fff1dada7 From: Peter Gucwa <pg@softcomputer.com> 28 years ago
Bruce Momjian eb3e640ea2 New INET functions from D'Arcy J.M. Cain 28 years ago
Bruce Momjian beac8c1c46 Fix for vacuum and cache use. Fix for BSDI 4.0. 28 years ago
Tom Lane 60fee725b8 Do not enable TCL_ARRAYS feature by default, because it 28 years ago
Bruce Momjian 173c555948 Make functions static or ifdef NOT_USED. Prevent pg_version creation. 28 years ago
Bruce Momjian deaaf96975 Fix for INET type addition. 28 years ago
Bruce Momjian 8849655d24 I agree. I think, though, that the best argument presented in the 28 years ago
Thomas G. Lockhart effb32c307 Add a few items to support an integrated build of the ODBC interface. 28 years ago
Tom Lane c77a29a14e Substantial rewrite of async.c to avoid problems with non-reentrant stdio 28 years ago
Tom Lane 9e23ab9b5c Add configure test to make sure fcntl(SETLK) is available, 28 years ago
Tom Lane 280acf0904 hash.h's use of BSHIFT conflicts with <sys/param.h> on my 28 years ago
Bruce Momjian 18af384bb7 Unixware patches from Billy G. Allie. 28 years ago
Bruce Momjian f5a219204b Remove u_int32_t 28 years ago
Bruce Momjian 2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 28 years ago