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