summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-04Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue
1999-11-01Allow indexes on system catalogs for use in cache code.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-17Remove now-dead sort modules.Tom Lane
1999-10-17Final stage of psort reconstruction work: replace psort.c withTom Lane
1999-10-16Second phase of psort reconstruction project: add bookkeeping logic toTom Lane
1999-10-13Split 'BufFile' routines out of fd.c into a new module, buffile.c. ExtendTom Lane
1999-10-11The 1st step to implement new type of scan,TidScan.Hiroshi Inoue
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-09-30Added utils/adt/ri_triggers with empty shells for theJan Wieck
1999-09-30Removed (useless) pg_proc_prosrc_indexJan Wieck
1999-09-29Added nbtree operator class for NUMERICJan Wieck
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-27Transaction log manager core code.Vadim B. Mikheev
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-11Eliminate elog()'s hardwired limit on length of an error message.Tom Lane
1999-09-09Repair incorrect cleanup of heap memory allocation duringTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-09-04Modify RelationFlushRelation so that if the relcache entryTom Lane
1999-08-24Alter AllocSet routines so that requests larger thanTom Lane
1999-08-16Add get_func_rettype() to general-use lsyscache routines,Tom Lane
1999-08-09Move get_attdisbursion to lsyscache. Clean up get_typdefault.Tom Lane
1999-08-01First step in fixing selectivity-estimation code. eqsel andTom Lane
1999-07-20Reverse out cache changes that are not ready yet.Bruce Momjian
1999-07-20Use -ieee alpha flag for gcc and egcs only.Bruce Momjian
1999-07-19Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-07-09Fix for ACL length problem on different platforms.Bruce Momjian
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian
1999-06-12Reversed out Massimo patch.Bruce Momjian
1999-06-12I don't like last minute patches before the final freeze, but I believe thatBruce Momjian
1999-06-05trace.patch (compilation error)Marc G. Fournier
1999-06-04Fix for failure to clean SysCache entry when a relation is deletedTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-22Modify aset.c logic so that blocks requested from malloc getTom Lane
1999-05-22Modify backend switch parsing to prevent 'insecure' switchesTom Lane
1999-05-11Changed debug options:Jan Wieck