aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Allow indexes on system catalogs for use in cache code.Bruce Momjian1999-11-01
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* Remove now-dead sort modules.Tom Lane1999-10-17
* Final stage of psort reconstruction work: replace psort.c withTom Lane1999-10-17
* Second phase of psort reconstruction project: add bookkeeping logic toTom Lane1999-10-16
* Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane1999-10-13
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-30
* Removed (useless) pg_proc_prosrc_indexJan Wieck1999-09-30
* Added nbtree operator class for NUMERICJan Wieck1999-09-29
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-29
* Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian1999-09-27
* Transaction log manager core code.Vadim B. Mikheev1999-09-27
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Eliminate elog()'s hardwired limit on length of an error message.Tom Lane1999-09-11
* Repair incorrect cleanup of heap memory allocation duringTom Lane1999-09-09
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Alter AllocSet routines so that requests larger thanTom Lane1999-08-24
* Add get_func_rettype() to general-use lsyscache routines,Tom Lane1999-08-16
* Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane1999-08-09
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* configure cleanupBruce Momjian1999-07-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* 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