Age | Commit message (Expand) | Author |
2010-01-05 | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-29 | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane |
2009-10-05 | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-19 | SQL/MED catalog manipulation facilities | Peter Eisentraut |
2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-05-07 | The CONSTROID syscache should show conrelid as a relation OID column. | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-08-21 | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane |
2007-04-02 | Support enum data types. Along the way, use macros for the values of | Tom Lane |
2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-11 | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian |
2006-06-15 | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane |
2006-05-03 | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
2005-05-11 | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway |
2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-09-24 | Repair some REINDEX problems per recent discussions. The relcache is | Tom Lane |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
2003-05-13 | Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-08-05 | Restructure system-catalog index updating logic. Instead of having | Tom Lane |
2002-08-02 | ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, | Tom Lane |
2002-07-25 | Implement DROP CONVERSION | Tatsuo Ishii |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
2002-07-11 | Add new CREATE CONVERSION/DROP CONVERSION command. | Tatsuo Ishii |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
2002-04-17 | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
2002-04-09 | Functions live in namespaces. Qualified function names work, eg | Tom Lane |