summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23ecpg ECPGFree fix from Rene Hogendoorn.Bruce Momjian
1999-11-23Fix _cplusplus test in both trees.Bruce Momjian
1999-11-23Cleanup paths in install files.Bruce Momjian
1999-11-23Change v6.5.2 to 6.5.2.Bruce Momjian
1999-11-23*** empty log message ***Michael Meskes
1999-11-23Update opclass to be non-unique.Bruce Momjian
1999-11-23Update for change of 'duplicate key' message.Tom Lane
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-22Update TODO list.Bruce Momjian
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-22*** empty log message ***Michael Meskes
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-21Clean up comments.Tom 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-21Tweak run_check.sh so it prints the name of each test in a parallel groupTom Lane
1999-11-20My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane
1999-11-20Fix problems with CURRENT_DATE and related functions being used inTom Lane
1999-11-20Fix a couple of portability problems in Jan's first-cut parallel testTom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-18Fix for arm32 and fix for dbname with dash.Bruce Momjian
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-15Update sanity_check regress test to pass now that pg_indexTom 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-14Update TODO list.Bruce Momjian
1999-11-13Fix for psql control-d and .psqlrc that I broke. Fix for \dT withBruce Momjian
1999-11-13The \p\g fix didn't turn out to be so bad. It even works in otherBruce Momjian
1999-11-12Update NT readme with new name.Bruce Momjian
1999-11-12Fix ExecSubPlan to handle nulls per the SQL spec --- it didn't combineTom Lane
1999-11-11Update for documentation in libpq changes.Bruce Momjian
1999-11-11In the spirit of TODO itemBruce Momjian