| Commit message (Expand) | Author | Age |
* | Put back error test for DECLARE CURSOR outside a transaction block ... | Tom Lane | 2002-11-18 |
* | Update xact.c comments for clarity. | Bruce Momjian | 2002-11-13 |
* | Fix places that were using IsTransactionBlock() as an (inadequate) check | Tom Lane | 2002-10-21 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | 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 |
* | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 |
* | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane | 2001-07-12 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | No more #ifdef XLOG. | Vadim B. Mikheev | 2000-11-30 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 |
* | WAL | Vadim B. Mikheev | 2000-10-28 |
* | redo/undo support functions and cleanups. | Vadim B. Mikheev | 2000-10-20 |
* | Fix sloppy macro coding (not enough parentheses). | Tom Lane | 2000-07-28 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane | 1998-10-06 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Include transam.h to get NullTransactionId defined | Thomas G. Lockhart | 1997-11-07 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Fix very old bug which made tuples changed/inserted by a commnd | Vadim B. Mikheev | 1997-08-29 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
* | And another.. | Marc G. Fournier | 1996-11-05 |
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
* | Moved from backend/access to include/access | Marc G. Fournier | 1996-08-27 |