| Commit message (Expand) | Author | Age | Files | Lines |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -5/+5 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | 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 | -6/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -4/+6 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+3 |
| * | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane | 2003-07-25 | 1 | -4/+6 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -2/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -84/+64 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -8/+5 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 1 | -23/+22 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -3/+11 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -36/+14 |
| * | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 | 1 | -6/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -10/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -4/+3 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -11/+16 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -7/+7 |
| * | This patch implements a different "relkind" | Bruce Momjian | 2000-09-12 | 1 | -1/+6 |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 1 | -39/+34 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -8/+9 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -3/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+3 |
| * | Changed pg_rewrite attributes ev_qual and ev_action to the new | Jan Wieck | 1999-11-18 | 1 | -1/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Hello. | Bruce Momjian | 1999-10-26 | 1 | -3/+18 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -6/+6 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -4/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -4/+4 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -3/+3 |
| * | Add support for the CASE statement in the rewrite handling. | Thomas G. Lockhart | 1998-12-14 | 1 | -6/+8 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -4/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -9/+10 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -39/+24 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -3/+3 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -7/+6 |