summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
1999-11-01Allow indexes on system catalogs for use in cache code.Bruce Momjian
1999-10-31Rule dumper failed to affix '*' to inheritable RTEs.Tom Lane
1999-10-30Further performance improvements in sorting: reduce number of comparisonsTom Lane
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-18Drive a stake through the heart of the last use of MAX_PARSE_BUFFERTom 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-08First real FOREIGN KEY constraint trigger functionality.Jan Wieck
1999-10-08Cleanup -is flag to -l for SSL. Another PERL variable name fix. CleanBruce Momjian
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-10-04Make the rule deparser a little less quote-happy, so thatTom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
1999-10-02Revise rule-printing routines to use expandable StringInfo buffers, so thatTom 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-28Make tree compilable (+WAL).Vadim B. Mikheev
1999-09-28heap_close(rel, AccessShareLock);Vadim B. Mikheev
1999-09-28 I have been working with user defined types and user defined cBruce Momjian
1999-09-27Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.Bruce Momjian
1999-09-26Modify nodeAgg.c so that no rows are returned for a GROUP BYTom Lane
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-23Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0Bruce Momjian
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian
1999-09-21values.h patch from Alex HowanskyBruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom 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-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane
1999-09-07Repair logic error in LIKE: should not return LIKE_ABORTTom Lane
1999-09-06Fix relcache.c so that local relations (those created duringTom Lane
1999-09-06RelationCacheInvalidate thought there were 7 nailed-in-cacheTom Lane
1999-09-04remove elogs used for debugging.Bruce Momjian
1999-09-04Intercept temp table lookups further up to map temp names.Bruce Momjian
1999-09-04In RelationNameGetRelation(), replace temp table name byTom Lane
1999-09-04Avoid transaction overhead when there are no temp tablesTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-09-04Modify RelationFlushRelation so that if the relcache entryTom Lane
1999-09-02Rule deparser didn't handle unary operators correctly.Tom Lane
1999-09-02Repair a bunch of problems in md.c. This builds on Hiroshi'sTom Lane
1999-08-28Fix several problems in rule deparsing: didn't handle arrayTom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-24Alter AllocSet routines so that requests larger thanTom Lane