summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-11-25Fix for bool casting.Bruce Momjian
1999-11-25Added another single byte oriented decompressor, useful forJan Wieck
1999-11-25Add opid to selectivity function call.Bruce Momjian
1999-11-25Enable pg_statistic cache use.Bruce Momjian
1999-11-24Cleanup for pg_statistic commit.Bruce Momjian
1999-11-24Add pg_statistic index, add missing Hiroshi file.Bruce Momjian
1999-11-24Add multi-byte support to lztextlen()Tatsuo Ishii
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-23Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian
1999-11-23Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don'tTom Lane
1999-11-23verify_password() leaked a file descriptor if it failed to find the givenTom Lane
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-22Clean up some problems in error recovery --- elog() was pretty brokenTom Lane
1999-11-22Come to think of it, DropBuffers() could have the same problem asTom Lane
1999-11-22ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane
1999-11-21Combine index_info and find_secondary_indexes into a single routine thatTom Lane
1999-11-21index_destroy() must grab exclusive access to the parent tableTom Lane
1999-11-21Change backend-side COPY to write files with permissions 644 not 666Tom Lane
1999-11-21Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane
1999-11-20Fix problems with CURRENT_DATE and related functions being used inTom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-18Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck
1999-11-17Fix problem with temp tables shown in regression test by Jan.Bruce Momjian
1999-11-17Some minor corrections to the LZ compression. In fact I wanted toJan Wieck
1999-11-17The new LZ compression and an lztext data type based on it.Jan Wieck
1999-11-16Fix lookup of temp table names that I missed yesterday.Bruce Momjian
1999-11-16Modify elog() logic so that it won't try to longjmp(Warn_restart) beforeTom Lane
1999-11-16Commit to make clearer distinction for temp names and real names.Bruce Momjian
1999-11-15Tree dividing is not appropriate in Rtree.Tatsuo Ishii
1999-11-15Clean up possible memory leakage in nodeSubplanTom Lane
1999-11-15Implement subselects in target lists. Also, relax requirement thatTom Lane
1999-11-14Fix typo so it actually compiles...Tom Lane
1999-11-14Add recreate index notice to vacuum error.Bruce Momjian
1999-11-14Tweak make rules for parse.h and fmgr.h to avoid bug in oldTom Lane
1999-11-14Add index recreation suggestion to end of world error message.Bruce Momjian
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-11-06exit recursion fix from MassimoBruce Momjian
1999-11-06Fix for recusive exit call from Massimo.Bruce Momjian
1999-11-04Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue
1999-11-01Eliminate RewritePreprocessQuery, which was taking anTom Lane
1999-11-01Eliminate some unbelievably cheesy code in _copyConst().Tom Lane
1999-11-01Inline check for full buffer in appendStringInfoChar.Tom Lane
1999-11-01Don't call ExecOpenIndices if pg_class relhasindex shows there are noTom Lane
1999-11-01Eliminate local inefficiencies in updateTargetListEntry, make_var, andTom Lane
1999-11-01formatting cleanupBruce Momjian
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-30Avoid duplicate ExecTypeFromTL() call in ExecInitJunkFilter() by passingTom Lane