summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-09-14Allow ISOLATION and LEVEL as column names. These are SQL92 reserved wordsThomas G. Lockhart
1999-09-13Allow CASE statement to contain *only* untyped result clauses or nulls.Thomas G. Lockhart
1999-09-13First cut at doing something reasonable with OR-of-ANDs WHERETom Lane
1999-09-12cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.hMarc G. Fournier
1999-09-12Further improvements in cnfify: reduce amount of self-recursionTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane
1999-09-11Eliminate token length assumption in scanstr().Tom 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-09Minor improvement in SI overflow logic: try to deleteTom Lane
1999-09-09Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane
1999-09-09Repair error noticed by Roberto Cornacchia: selectivity codeTom Lane
1999-09-08StreamConnection() mustn't call elog().Tom Lane
1999-09-08Cope with versions of vsnprintf() written by people whoTom Lane
1999-09-07Repair logic error in LIKE: should not return LIKE_ABORTTom Lane
1999-09-07Performance improvements in cnfify(): get rid of exponentialTom Lane
1999-09-07Mike Ansley's fixes for long queries. This change justTom Lane
1999-09-06I finally understood what sinvaladt.c is doing --- and itTom 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-05Per Tatsuo's recommendation, change mdopen so that it won'tTom Lane
1999-09-05Disallow DROP TABLE/DROP INDEX inside a transaction block.Tom Lane
1999-09-05IsTransactionBlock() should return true in TBLOCK_ABORT state.Tom 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-04Remove no-longer-needed code to update temprel's copy ofTom Lane
1999-09-04Invalidate temp entries for aborted transactions.Bruce Momjian
1999-09-04Modify RelationFlushRelation so that if the relcache entryTom Lane
1999-09-04Modify sinval so that InvalidateSharedInvalid() does not holdTom 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-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-08-31Minor improvements to stringinfo package to make it moreTom Lane
1999-08-28Fix several problems in rule deparsing: didn't handle arrayTom Lane
1999-08-26Clean up some mistakes in handling of uplevel Vars in planner.Tom Lane
1999-08-26Clean up some bugs in oper_select_candidate(), notably theTom Lane
1999-08-25Revise implementation of SubLinks so that there is a consistent,Tom Lane
1999-08-25Fix vacuum's memory consumptionTatsuo Ishii
1999-08-24Alter AllocSet routines so that requests larger thanTom Lane
1999-08-24coerce_type() failed to guard against trying to convert a NULLTom Lane
1999-08-23Remove bogus code in oper_exact --- if it didn't find an exactTom Lane
1999-08-22Further sort-order twiddling in optimizer: be smart aboutTom Lane
1999-08-22Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane
1999-08-21Major revision of sort-node handling: push knowledge of queryTom Lane
1999-08-21Cleanups for int8: guard against null inputs in comparisonTom Lane
1999-08-21Ooops ... I had left some test coding in selfuncs.c thatTom Lane
1999-08-18Old multi-byte bug. Forgot to rename #ifdef MB to #ifdef MULTIBYTETatsuo Ishii
1999-08-18Remove extraneous SeqScan node that make_noname was insertingTom Lane