| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 3 | -3/+3 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 2 | -481/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -4/+4 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -9/+20 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 3 | -6/+6 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -25/+26 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 3 | -23/+23 |
| * | Modify keys_are_unique optimization to release buffer pins before it | Tom Lane | 2003-03-24 | 2 | -23/+56 |
| * | Adjust amrescan code so that it's allowed to call index_rescan with a | Tom Lane | 2003-03-23 | 1 | -3/+7 |
| * | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 | 1 | -1/+33 |
| * | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 | 2 | -10/+48 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 2 | -23/+25 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 3 | -6/+6 |
| * | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 | 1 | -1/+5 |
| * | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 2 | -14/+74 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 2 | -233/+174 |
| * | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 | 1 | -2/+15 |
| * | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 | 1 | -1/+2 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -6/+31 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 2 | -171/+161 |
| * | 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 | -21/+19 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 2 | -2/+4 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 3 | -22/+17 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 2 | -8/+51 |
| * | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 | 1 | -144/+54 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -27/+33 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 2 | -2/+18 |
| * | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 1 | -39/+1 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 2 | -21/+41 |
| * | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 1 | -4/+4 |
| * | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane | 2001-05-30 | 1 | -23/+12 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -16/+12 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+8 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -29/+32 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 2 | -60/+10 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -4/+3 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+5 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 2 | -24/+38 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 2 | -17/+33 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 3 | -13/+16 |
| * | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 | 2 | -5/+19 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -6/+8 |
| * | Add: | Bruce Momjian | 2000-01-26 | 3 | -6/+9 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -16/+22 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -5/+5 |