aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Correct coredump in ALTER TABLE foo ADD(). Accept explicit NULL inTom Lane1999-12-10
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* Update for QNX from Kardos, Dr. AndreaBruce Momjian1999-12-09
* Replace generic 'Illegal use of aggregates' error message with one thatTom Lane1999-12-09
* Hi,Bruce Momjian1999-12-09
* Fixed concurrent visibility bug.Jan Wieck1999-12-08
* Clean up memory leakage in find_inheritors() by using pg_list listsTom Lane1999-12-07
* Again updated INSIDE TODOJan Wieck1999-12-07
* Added SET DEFAULT action for ON DELETE/UPDATEJan Wieck1999-12-07
* Corrected TODO in sourceJan Wieck1999-12-06
* Added ON DELETE/UPDATE SET NULLJan Wieck1999-12-06
* Completed FOREIGN KEY syntax.Jan Wieck1999-12-06
* Fix bugs regarding pid file.Tatsuo Ishii1999-12-06
* Rule deparser needs to quote identifiers that are spelled the same asTom Lane1999-12-06
* Unlink the pid file if it's bogus (no associated process exists)Tatsuo Ishii1999-12-04
* Create postmaster.pid and postmaster.opts under $PGDATATatsuo Ishii1999-12-03
* Mention index name when reporting corruption.Bruce Momjian1999-12-01
* Fix compile error on older patch.Bruce Momjian1999-11-30
* create/alter user extensionBruce Momjian1999-11-30
* Add permissions check: now one must be the Postgres superuser or theTom Lane1999-11-29
* Try to detect oversize tuple before corrupting relation, instead ofTom Lane1999-11-29
* Remove pg_vlock locking from VACUUM, allowing multiple VACUUMs to run inTom Lane1999-11-28
* Delete pg_statistics rows for a relation during heap_destroy_with_catalog.Tom Lane1999-11-28
* lmgr.c didn't check for failure return from LockAcquire(). Boo hiss.Tom Lane1999-11-28
* Add missing SpinRelease() to a couple of error exits --- bug found whileTom Lane1999-11-28
* COPY to a relation should keep write lock till transaction commit.Tom Lane1999-11-27
* Fix for bool casting.Bruce Momjian1999-11-25
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-25
* Add opid to selectivity function call.Bruce Momjian1999-11-25
* Enable pg_statistic cache use.Bruce Momjian1999-11-25
* Cleanup for pg_statistic commit.Bruce Momjian1999-11-24
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-24
* Add multi-byte support to lztextlen()Tatsuo Ishii1999-11-24
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Rename heap_replace to heap_update.Bruce Momjian1999-11-24
* Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jpBruce Momjian1999-11-23
* Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don'tTom Lane1999-11-23
* verify_password() leaked a file descriptor if it failed to find the givenTom Lane1999-11-23
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* Clean up some problems in error recovery --- elog() was pretty brokenTom Lane1999-11-22
* Come to think of it, DropBuffers() could have the same problem asTom Lane1999-11-22
* ReleaseRelationBuffers() failed to check for I/O in progress on a bufferTom Lane1999-11-22
* Combine index_info and find_secondary_indexes into a single routine thatTom Lane1999-11-21
* index_destroy() must grab exclusive access to the parent tableTom Lane1999-11-21
* Change backend-side COPY to write files with permissions 644 not 666Tom Lane1999-11-21
* Repair problem exposed by Jan's new parallel-regression-test scaffold:Tom Lane1999-11-21
* Fix problems with CURRENT_DATE and related functions being used inTom Lane1999-11-20
* New parallel regression test shell and related things.Jan Wieck1999-11-19
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-18