| Commit message (Expand) | Author | Age | Files | Lines |
| * | Redesign tablesample method API, and do extensive code review. | Tom Lane | 2015-07-25 | 1 | -23/+0 |
| * | Use a safer method for determining whether relcache init file is stale. | Tom Lane | 2015-06-07 | 1 | -11/+61 |
| * | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 | 1 | -19/+19 |
| * | TABLESAMPLE, SQL Standard and extensible | Simon Riggs | 2015-05-15 | 1 | -0/+23 |
| * | Introduce replication progress tracking infrastructure. | Andres Freund | 2015-04-29 | 1 | -0/+23 |
| * | Add transforms feature | Peter Eisentraut | 2015-04-26 | 1 | -0/+23 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -10/+11 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Make catalog cache hash tables resizeable. | Heikki Linnakangas | 2013-09-05 | 1 | -52/+52 |
| * | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 | 1 | -1/+96 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -2/+2 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
| * | remove catcache.h from syscache.h | Alvaro Herrera | 2012-08-28 | 1 | -0/+1 |
| * | Syntax support and documentation for event triggers. | Robert Haas | 2012-07-18 | 1 | -0/+23 |
| * | Expose an API for calculating catcache hash values. | Tom Lane | 2012-03-07 | 1 | -0/+24 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Further code review for range types patch. | Tom Lane | 2011-11-20 | 1 | -2/+2 |
| * | Support range data types. | Heikki Linnakangas | 2011-11-03 | 1 | -0/+12 |
| * | Capitalization fixes | Peter Eisentraut | 2011-06-19 | 1 | -4/+4 |
| * | Make a code-cleanup pass over the collations patch. | Tom Lane | 2011-04-22 | 1 | -2/+2 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -1/+1 |
| * | Per-column collation support | Peter Eisentraut | 2011-02-08 | 1 | -0/+23 |
| * | Basic foreign table support. | Robert Haas | 2011-01-01 | 1 | -0/+12 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane | 2010-11-24 | 1 | -2/+2 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix incorrect pathname in comment. | Robert Haas | 2010-08-06 | 1 | -2/+2 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -5/+4 |
| * | Remove CatalogCacheFlushRelation, and the reloidattr infrastructure that was | Tom Lane | 2010-02-08 | 1 | -65/+3 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 1 | -1/+14 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 1 | -5/+5 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -1/+14 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -7/+7 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+76 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+2 |
| * | The CONSTROID syscache should show conrelid as a relation OID column. | Tom Lane | 2008-05-07 | 1 | -5/+4 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+114 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -1/+26 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -2/+15 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -26/+38 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 1 | -9/+15 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -2/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |