| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 | 1 | -15/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 1 | -1/+2 |
| * | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane | 2005-11-26 | 1 | -1/+10 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -4/+4 |
| * | Remove an unused typedef. | Alvaro Herrera | 2005-10-07 | 1 | -9/+1 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 1 | -7/+4 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -2/+8 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -1/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -1/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 | 1 | -1/+10 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -5/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 1 | -1/+9 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -19/+31 |
| * | 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 | -5/+4 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+5 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 1 | -23/+16 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 | 1 | -1/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -27/+27 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -4/+4 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -25/+25 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -2/+3 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -2/+2 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -3/+3 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -24/+24 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -45/+47 |
| * | another pass through. | Marc G. Fournier | 1996-11-04 | 1 | -4/+4 |
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -3/+3 |
| * | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 1 | -4/+2 |
| * | Welp, another subdirectory cleaned out of redundant/unused #include | Marc G. Fournier | 1996-10-19 | 1 | -8/+3 |
| * | Moved from backend/access to include/access | Marc G. Fournier | 1996-08-27 | 1 | -0/+87 |