| Commit message (Expand) | Author | Age | Files | Lines |
| * | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 | 1 | -7/+10 |
| * | Attached is a patch that fixes some trivial typos and alignment. Please | Bruce Momjian | 2004-01-26 | 1 | -7/+7 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 | 1 | -3/+9 |
| * | Fix bad interaction between NOTIFY processing and V3 extended query | Tom Lane | 2003-10-16 | 1 | -1/+2 |
| * | Add a mechanism to let dynamically loaded modules register post-commit/ | Tom Lane | 2003-09-28 | 1 | -4/+10 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -6/+6 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+3 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -7/+1 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -22/+33 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -1/+4 |
| * | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 | 1 | -1/+2 |
| * | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 | 1 | -7/+8 |
| * | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 | 1 | -1/+2 |
| * | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -5/+1 |
| * | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 | 1 | -4/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -2/+2 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -1/+4 |
| * | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -1/+2 |
| * | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -4/+1 |
| * | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 | 1 | -15/+1 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -10/+10 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 | 1 | -6/+1 |
| * | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -1/+6 |
| * | WAL | Vadim B. Mikheev | 2000-10-28 | 1 | -1/+3 |
| * | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 | 1 | -1/+33 |
| * | Fix sloppy macro coding (not enough parentheses). | Tom Lane | 2000-07-28 | 1 | -27/+22 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+1 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -4/+4 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -2/+3 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -1/+3 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -3/+1 |
| * | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 | 1 | -1/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -12/+12 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -7/+15 |
| * | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 | 1 | -2/+12 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -2/+2 |