| Commit message (Expand) | Author | Age |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane | 2002-02-27 |
* | I've attached a simple patch which should improve the performance of | Bruce Momjian | 2002-02-25 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Add better error text: | Bruce Momjian | 2002-02-18 |
* | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane | 2002-02-11 |
* | TOAST needs to do at least minimal time-qual checking in order not to | Tom Lane | 2002-01-16 |
* | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 |
* | Reduce severity of 'XLogFlush: request is not satisfied' error condition, | Tom Lane | 2002-01-14 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | Fix race condition that could allow two concurrent transactions | Tom Lane | 2002-01-01 |
* | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane | 2001-12-28 |
* | Fix mispeling ... | Tom Lane | 2001-12-23 |
* | Temporarily dike out GetUndoRecPtr() in checkpoint generation, since we | Tom Lane | 2001-12-19 |
* | Fix boundary condition in btbulkdelete: don't examine high key in case | Tom Lane | 2001-11-23 |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
* | Add missing #include. | Tom Lane | 2001-11-01 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | Fix a couple of places where lack of parenthesization of a cast | Tom Lane | 2001-10-25 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Tweak btree page split logic so that when splitting a page that is | Tom Lane | 2001-09-29 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | I have made three changes to the rtree code: one bug fix and | Bruce Momjian | 2001-09-29 |
* | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 |
* | Remove useless test for time field in pg_control being > 0. We don't | Tom Lane | 2001-09-26 |
* | Add some debugging details to some of the elog(STOP) conditions for WAL. | Tom Lane | 2001-09-06 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Fix portability problem in new CLOG code, per report from Rene Pijlman. | Tom Lane | 2001-08-25 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut | 2001-08-24 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane | 2001-08-22 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | 1. null-safe interface to GiST | Bruce Momjian | 2001-08-10 |
* | Suppress gcc warning in USE_LOCALE case. | Tom Lane | 2001-07-22 |
* | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane | 2001-07-19 |
* | Improve documentation about reasoning behind the order of operations | Tom Lane | 2001-07-16 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Minor code cleanup/beautification in RelationPutHeapTuple. | Tom Lane | 2001-07-13 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 |
* | Fix my old fault(returns auto variable reference). | Hiroshi Inoue | 2001-07-06 |