| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -5/+6 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -6/+6 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -8/+48 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+8 |
| * | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane | 2006-04-25 | 1 | -1/+9 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -13/+12 |
| * | Revise pgstats stuff to fix the problems with not counting accesses | Tom Lane | 2005-10-06 | 1 | -4/+1 |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 1 | -3/+4 |
| * | Arrange to cache fmgr lookup information for an index's access method | Tom Lane | 2005-05-27 | 1 | -4/+25 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -2/+4 |
| * | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 | 1 | -1/+26 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -5/+6 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -8/+10 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix relcache to account properly for subtransaction status of 'new' | Tom Lane | 2004-08-28 | 1 | -9/+20 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -26/+5 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -1/+4 |
| * | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane | 2004-05-08 | 1 | -2/+1 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -14/+5 |
| * | Code cleanup, mostly in the smgr: | Neil Conway | 2004-01-06 | 1 | -12/+11 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -3/+3 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -16/+10 |
| * | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane | 2003-09-24 | 1 | -3/+5 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -3/+3 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -1/+5 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -1/+2 |
| * | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 | 1 | -1/+5 |
| * | Restructure local-buffer handling per recent pghackers discussion. | Tom Lane | 2002-08-06 | 1 | -3/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Add tgconstrrelid to stored Trigger structures, make RI trigger functions | Tom Lane | 2002-04-01 | 1 | -2/+4 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -41/+4 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -1/+9 |
| * | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 | 1 | -3/+8 |
| * | 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 | -15/+15 |
| * | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 | 1 | -13/+12 |
| * | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 1 | -5/+8 |
| * | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 | 1 | -1/+16 |
| * | Fix badly broken RelationGetRelationName(). | Tom Lane | 2001-06-19 | 1 | -5/+6 |
| * | Move temprel name define from temprel.h to rel.h. | Bruce Momjian | 2001-06-19 | 1 | -38/+45 |
| * | Bring RelationGetRelationName into sync with new temp rel names. | Tom Lane | 2001-06-19 | 1 | -2/+2 |
| * | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 | 1 | -13/+18 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -5/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |