summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* pgindent run over code.Bruce Momjian1999-05-2519-163/+160
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-221-5/+8
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-221-1/+1
* Changed debug options:Jan Wieck1999-05-111-0/+3
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-091-8/+5
* Correct declaration of array_map() so that it doesn't makeTom Lane1999-05-031-2/+3
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-032-3/+8
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-011-1/+7
* Move some useful date/time test macros to here to allowThomas G. Lockhart1999-04-151-1/+15
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-091-3/+3
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-291-4/+4
* Fix bogus function signature for areajoinsel.Tom Lane1999-03-281-3/+3
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-251-41/+12
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-251-57/+33
* Hi,Bruce Momjian1999-03-221-2/+2
* I suggest the following portability patch, which does notBruce Momjian1999-03-191-2/+2
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-151-2/+2
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-151-8/+7
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-142-6/+11
* We have tested the patches on three platforms:Bruce Momjian1999-03-141-3/+3
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-141-1/+2
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-081-2/+6
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-071-2/+9
* Eliminate duplicated code in dt.hTom Lane1999-03-061-24/+2
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-221-15/+18
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-1339-104/+104
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-132-4/+30
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-063-10/+54
* SET_ARGS cleanupBruce Momjian1999-02-021-1/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-022-4/+29
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-291-1/+2
* Clean up leap year support and date/time validation.Thomas G. Lockhart1999-01-201-1/+24
* Hi!Bruce Momjian1999-01-181-2/+7
* Restricted maximum precision for NUMERIC to 1000 digits.Jan Wieck1999-01-051-2/+2
* 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-302-1/+110
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-261-3/+10
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-181-2/+3
* Serialized mode works!Vadim B. Mikheev1998-12-161-4/+15
* Initial MVCC code.Vadim B. Mikheev1998-12-151-10/+25
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-131-1/+3
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-1/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-6/+6
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-171-1/+5
* Add oid8neq.Bruce Momjian1998-10-291-1/+2
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-221-18/+19
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-221-11/+5
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-221-8/+4
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-221-1/+6
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-221-1/+2