| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut | 2001-08-09 | 1 | -5/+7 |
| * | Modify partial-index-predicate applicability tester to test whether | Tom Lane | 2001-08-06 | 1 | -2/+4 |
| * | Disallow non-cachable functions in functional indexes and in index | Tom Lane | 2001-07-17 | 1 | -2/+24 |
| * | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane | 2001-07-16 | 1 | -150/+19 |
| * | Restructure index AM interface for index building and index tuple deletion, | Tom Lane | 2001-07-15 | 1 | -18/+26 |
| * | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 | 1 | -24/+6 |
| * | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane | 2001-05-31 | 1 | -4/+6 |
| * | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian | 2001-05-30 | 1 | -5/+1 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -19/+16 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -42/+44 |
| * | Reindex of shared system indexes must be overwrite mode. | Hiroshi Inoue | 2001-02-23 | 1 | -2/+5 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Remove a few remaining vestiges of elog(WARN). | Tom Lane | 2000-12-15 | 1 | -2/+2 |
| * | REINDEX under WAL. | Hiroshi Inoue | 2000-12-08 | 1 | -2/+6 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -62/+57 |
| * | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 | 1 | -2/+20 |
| * | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane | 2000-10-22 | 1 | -8/+8 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -16/+4 |
| * | Make functional indexes accept binary-compatible functions, for example | Tom Lane | 2000-08-20 | 1 | -23/+34 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -2/+3 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -198/+114 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -2/+3 |
| * | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 | 1 | -5/+5 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -9/+26 |
| * | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 | 1 | -7/+7 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 1 | -1/+8 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -1/+2 |
| * | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -2/+3 |
| * | change reindex ERROR/NOTICE message | Hiroshi Inoue | 2000-04-25 | 1 | -5/+7 |
| * | Check that user-specified opclass in CREATE INDEX corresponds to operators | Tom Lane | 2000-04-25 | 1 | -2/+41 |
| * | Produce an appropriate error message when opclass is not supported by | Tom Lane | 2000-04-23 | 1 | -37/+86 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -26/+33 |
| * | Fix longstanding bug that kept functional indexes from working when you | Tom Lane | 2000-02-25 | 1 | -95/+114 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+170 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Defend against > INDEX_MAX_KEYS keys in an index. | Tom Lane | 2000-01-12 | 1 | -8/+11 |
| * | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 | 1 | -3/+3 |
| * | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 | 1 | -2/+2 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+2 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+3 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Allow CREATE FUNCTION's WITH clause to be used for all language types, | Tom Lane | 1999-10-02 | 1 | -9/+7 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -4/+4 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -3/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -6/+6 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -16/+16 |