| Commit message (Expand) | Author | Age |
* | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | 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 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 |
* | Macro for btree runtime fix. | Vadim B. Mikheev | 2001-02-07 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev | 2000-12-28 |
* | 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-21 |
* | WAL | Vadim B. Mikheev | 2000-10-13 |
* | WAL | Vadim B. Mikheev | 2000-10-13 |
* | Btree WAL logging. | Vadim B. Mikheev | 2000-10-04 |
* | Btree WAL records. | Vadim B. Mikheev | 2000-09-12 |
* | CREATE btree INDEX takes dead tuples into account when old transactions | Hiroshi Inoue | 2000-08-10 |
* | Clean up and document btree code for ordering keys. Neat stuff, | Tom Lane | 2000-07-25 |
* | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane | 2000-07-21 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Replace inefficient _bt_invokestrat calls with direct calls to the | Tom Lane | 2000-02-18 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Final stage of psort reconstruction work: replace psort.c with | Tom Lane | 1999-10-17 |
* | Fix nbtree's failure to clear BTScans list during xact abort. | Tom Lane | 1999-08-08 |
* | 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 |
* | Make 0x007f -> (unsigned)0x7f to make pgindent happy. | Bruce Momjian | 1999-05-25 |
* | Get rid of page-level locking in btree-s. | Vadim B. Mikheev | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | 1. Vacuum is updated for MVCC. | Vadim B. Mikheev | 1999-03-28 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Fix scan adjustment. | Vadim B. Mikheev | 1998-07-30 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | 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 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |