| Commit message (Expand) | Author | Age | Files | Lines |
| * | Perform transaction cleanup operations in a less ad-hoc, more | Tom Lane | 2002-10-22 | 1 | -14/+26 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -4/+61 |
| * | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 | 1 | -7/+16 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -46/+50 |
| * | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -7/+46 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -81/+99 |
| * | When compiling with --enable-cassert, check for reference count leaks | Tom Lane | 2002-08-02 | 1 | -2/+4 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove some pre-WAL relics: | Bruce Momjian | 2002-06-15 | 1 | -7/+1 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -5/+5 |
| * | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 1 | -11/+9 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -4/+1 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -32/+10 |
| * | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane | 2002-05-17 | 1 | -1/+4 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -1/+4 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -4/+6 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -5/+2 |
| * | Repair two problems with WAL logging of sequence nextvalI() ops, as | Tom Lane | 2002-03-15 | 1 | -29/+47 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -13/+13 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -5/+5 |
| * | Add missing #include. | Tom Lane | 2001-11-01 | 1 | -1/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -3/+3 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -28/+12 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -3/+3 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -11/+14 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -1/+19 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -131/+29 |
| * | Improve documentation about reasoning behind the order of operations | Tom Lane | 2001-07-16 | 1 | -22/+32 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -1/+10 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -48/+19 |
| * | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 1 | -2/+2 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+9 |
| * | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 1 | -11/+6 |
| * | Seems like we should not hold off cancel/die interrupts while we are | Tom Lane | 2001-05-04 | 1 | -4/+4 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -312/+252 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -49/+49 |
| * | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -7/+17 |
| * | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 1 | -8/+14 |
| * | Change default commit_delay to zero, update documentation. | Tom Lane | 2001-02-18 | 1 | -7/+15 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane | 2001-01-19 | 1 | -6/+6 |
| * | Comment out xlrec in xact_redo - no support for file unlinking on | Vadim B. Mikheev | 2001-01-18 | 1 | -3/+1 |
| * | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 | 1 | -1/+18 |
| * | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 | 1 | -5/+5 |
| * | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 | 1 | -5/+15 |
| * | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 | 1 | -3/+3 |
| * | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 | 1 | -14/+16 |
| * | RecordTransactionAbort() shouldn't log XLOG_XACT_ABORT | Hiroshi Inoue | 2000-12-07 | 1 | -2/+2 |
| * | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev | 2000-12-03 | 1 | -1/+5 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -60/+5 |