summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-12-08Fixed concurrent visibility bug.Jan Wieck
1999-12-07Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane
1999-12-07Again updated INSIDE TODOJan Wieck
1999-12-07Added SET DEFAULT action for ON DELETE/UPDATEJan Wieck
1999-12-06Corrected TODO in sourceJan Wieck
1999-12-06Added ON DELETE/UPDATE SET NULLJan Wieck
1999-12-06Completed FOREIGN KEY syntax.Jan Wieck
1999-12-06Fix bugs regarding pid file.Tatsuo Ishii
1999-12-06Rule deparser needs to quote identifiers that are spelled the same asTom Lane
1999-12-04Unlink the pid file if it's bogus (no associated process exists)Tatsuo Ishii
1999-12-03Create postmaster.pid and postmaster.opts under $PGDATATatsuo Ishii
1999-12-01Mention index name when reporting corruption.Bruce Momjian
1999-11-30Fix compile error on older patch.Bruce Momjian
1999-11-30create/alter user extensionBruce Momjian
1999-11-29Add permissions check: now one must be the Postgres superuser or theTom Lane
1999-11-29Try to detect oversize tuple before corrupting relation, instead ofTom Lane
1999-11-28Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run inTom Lane
1999-11-28Delete pg_statistics rows for a relation during heap_destroy_with_catalog.Tom Lane
1999-11-28lmgr.c didn't check for failure return from LockAcquire(). Boo hiss.Tom Lane
1999-11-28Add missing SpinRelease() to a couple of error exits --- bug found whileTom Lane
1999-11-27COPY to a relation should keep write lock till transaction commit.Tom Lane
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