| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -6/+5 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -11/+1 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+11 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 1 | -1/+10 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -20/+28 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 1 | -1/+2 |
| * | Revert based on Tom's recommendation: | Bruce Momjian | 2006-02-11 | 1 | -3/+1 |
| * | Allow VACUUM to complete faster by avoiding scanning the indexes when no | Bruce Momjian | 2006-02-11 | 1 | -1/+3 |
| * | Tweak indexscan machinery to avoid taking an AccessShareLock on an index | Tom Lane | 2005-12-03 | 1 | -1/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -5/+5 |
| * | Change the planner to allow indexscan qualification clauses to use | Tom Lane | 2005-06-13 | 1 | -2/+1 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 1 | -2/+2 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+2 |
| * | First steps towards index scans with heap access decoupled from index | Tom Lane | 2005-03-27 | 1 | -1/+7 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 1 | -3/+3 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -1/+6 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | 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 |
| * | elog mop-up. | Tom Lane | 2003-07-27 | 1 | -2/+2 |
| * | During VACUUM FULL, truncate off any deletable pages that are at the | Tom Lane | 2003-02-24 | 1 | -2/+3 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -3/+21 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -10/+10 |
| * | 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 | -2/+3 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -19/+21 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -2/+4 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -5/+32 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 | 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 | -8/+7 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -1/+3 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -3/+18 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -5/+1 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -1/+2 |
| * | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 | 1 | -1/+2 |
| * | More cleanup | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -5/+5 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -3/+1 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -14/+8 |