| Commit message (Expand) | Author | Age |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/access. | Tom Lane | 2003-07-21 |
* | Modify keys_are_unique optimization to release buffer pins before it | Tom Lane | 2003-03-24 |
* | Adjust amrescan code so that it's allowed to call index_rescan with a | Tom Lane | 2003-03-23 |
* | More infrastructure for btree compaction project. Tree-traversal code | Tom Lane | 2003-02-22 |
* | Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to | Tom Lane | 2003-01-08 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Wups, managed to break ANALYZE with one aspect of that heap_fetch change. | Tom Lane | 2002-05-24 |
* | 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 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | Fix problem reported by Alex Korn: if a relation has been dropped and | Tom Lane | 2001-11-02 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane | 2001-10-06 |
* | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane | 2001-06-01 |
* | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 |
* | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 |
* | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 |
* | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 |
* | Fix for indexing problems. | Bruce Momjian | 1998-09-02 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |