aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr
Commit message (Expand)AuthorAge
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-02
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-02
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Cancel request while waiting for a lock should try to wakeHiroshi Inoue2000-07-31
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* New ps display code, works on more platforms.Peter Eisentraut2000-06-04
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Remove bogus 'xid loop detected' check, which actually wasn't detectingTom Lane2000-04-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix an Assert bug(was my fault) pointed out by Tom Lane.Hiroshi Inoue2000-04-10
* Check pending cancel request before waiting for lockHiroshi Inoue2000-02-24
* Change cancel while waiting-for-lock stuff.Hiroshi Inoue2000-02-22
* fix the TODOHiroshi Inoue2000-02-21
* Add:Bruce Momjian2000-01-26
* Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut2000-01-19
* Fix for TODO item * spinlock stuck problem when elog(FATAL)Hiroshi Inoue2000-01-17
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-13
* Make LD -r as macros that can be changed for QNX.Bruce Momjian1999-12-09
* 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
* Fix problem with temp tables shown in regression test by Jan.Bruce Momjian1999-11-17
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* I have created a small patch that makes possible to compile pgsql on newerBruce Momjian1999-10-12
* XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev1999-10-06
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Modify RelationFlushRelation so that if the relcache entryTom Lane1999-09-04
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Cleanups.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* 1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommitted ?!")Vadim B. Mikheev1999-06-10
* Release XactLockTable share lock immediately after this lock is acquiredVadim B. Mikheev1999-05-31
* Fix xid table sizing.Vadim B. Mikheev1999-05-29
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25