aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-09
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* Reversed out Massimo patch.Bruce Momjian1999-06-12
* I don't like last minute patches before the final freeze, but I believe thatBruce Momjian1999-06-12
* trace.patch (compilation error)Marc G. Fournier1999-06-05
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Modify aset.c logic so that blocks requested from malloc getTom Lane1999-05-22
* Modify backend switch parsing to prevent 'insecure' switchesTom Lane1999-05-22
* Changed debug options:Jan Wieck1999-05-11
* Update hash and join routines to use fd.c's new temp-fileTom Lane1999-05-09
* Correct declaration of array_map() so that it doesn't makeTom Lane1999-05-03
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Arrange for VACUUM to delete the init file that relcache.c usesTom Lane1999-05-01
* Move some useful date/time test macros to here to allowThomas G. Lockhart1999-04-15
* Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke whileTom Lane1999-04-09
* Modify fmgr so that internal name (compiler name) of a built-inTom Lane1999-03-29
* Fix bogus function signature for areajoinsel.Tom Lane1999-03-28
* Revise memutils.h to use alignment information gathered byTom Lane1999-03-25
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Hi,Bruce Momjian1999-03-22
* I suggest the following portability patch, which does notBruce Momjian1999-03-19
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
* Fix int8 configure one more time ... prior version didn'tTom Lane1999-03-15
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-14
* We have tested the patches on three platforms:Bruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Have configure check for use of %lld for int64, and if that fails, check forMarc G. Fournier1999-03-08
* Modify mcxt.h so that it doesn't pull in half of creation.Tom Lane1999-03-07
* Eliminate duplicated code in dt.hTom Lane1999-03-06
* Repair some pretty serious problems in dynahash.c andTom Lane1999-02-22
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Include some Julian date declarations to share between various date/timeThomas G. Lockhart1999-02-13
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* SET_ARGS cleanupBruce Momjian1999-02-02
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* READ COMMITTED isolevel is implemented and is default now.Vadim B. Mikheev1999-01-29
* Clean up leap year support and date/time validation.Thomas G. Lockhart1999-01-20
* Hi!Bruce Momjian1999-01-18
* Restricted maximum precision for NUMERIC to 1000 digits.Jan Wieck1999-01-05
* Little precision fix for POWER(). I discovered problems with bigJan Wieck1998-12-30
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-30
* Long awaited port for NetBSD/m68k was finally done by Mr. MutsukiBruce Momjian1998-12-26
* SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev1998-12-18
* Serialized mode works!Vadim B. Mikheev1998-12-16
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08