| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow on-the-fly capture of DDL event details | Alvaro Herrera | 2015-05-11 | 1 | -33/+30 |
| * | Change many routines to return ObjectAddress rather than OID | Alvaro Herrera | 2015-03-03 | 1 | -7/+10 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -4/+4 |
| * | Make DROP IF EXISTS more consistently not fail | Alvaro Herrera | 2014-01-23 | 1 | -10/+16 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 | 1 | -3/+3 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -2/+2 |
| * | Extend object-access hook machinery to support post-alter events. | Robert Haas | 2013-03-17 | 1 | -0/+6 |
| * | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 | 1 | -4/+2 |
| * | Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent | Bruce Momjian | 2013-01-26 | 1 | -2/+2 |
| * | Refactor ALTER some-obj RENAME implementation | Alvaro Herrera | 2013-01-21 | 1 | -131/+40 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Adjust more backend functions to return OID rather than void. | Robert Haas | 2012-12-29 | 1 | -4/+8 |
| * | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 | 1 | -2/+6 |
| * | refactor ALTER some-obj SET OWNER implementation | Alvaro Herrera | 2012-10-03 | 1 | -248/+0 |
| * | Refactor "ALTER some-obj SET SCHEMA" implementation | Alvaro Herrera | 2012-10-02 | 1 | -104/+0 |
| * | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
| * | Improve reporting of permission errors for array types | Peter Eisentraut | 2012-06-15 | 1 | -4/+2 |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -3/+3 |
| * | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 | 1 | -2/+2 |
| * | Classify DROP operations by whether or not they are user-initiated. | Robert Haas | 2012-01-26 | 1 | -2/+2 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Create a "sort support" interface API for faster sorting. | Tom Lane | 2011-12-07 | 1 | -34/+54 |
| * | Further consolidation of DROP statement handling. | Robert Haas | 2011-11-17 | 1 | -98/+0 |
| * | Fix DROP OPERATOR FAMILY IF EXISTS. | Robert Haas | 2011-10-21 | 1 | -4/+3 |
| * | Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS. | Robert Haas | 2011-10-19 | 1 | -1/+1 |
| * | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -1/+0 |
| * | Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. | Tom Lane | 2011-07-23 | 1 | -2/+2 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -16/+16 |
| * | Core support for "extensions", which are packages of SQL objects. | Tom Lane | 2011-02-08 | 1 | -18/+64 |
| * | Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. | Robert Haas | 2011-01-03 | 1 | -7/+2 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Add more ALTER <object> .. SET SCHEMA commands. | Robert Haas | 2010-11-26 | 1 | -0/+70 |
| * | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+9 |
| * | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane | 2010-11-24 | 1 | -5/+73 |
| * | Refactor typenameTypeId() | Peter Eisentraut | 2010-10-25 | 1 | -4/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 | 1 | -132/+112 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -49/+28 |
| * | Remove duplicate code in DefineOpFamily(). | Tom Lane | 2010-07-16 | 1 | -65/+4 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -5/+5 |
| * | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | Robert Haas | 2010-07-03 | 1 | -1/+43 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -138/+88 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -16/+16 |
| * | 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 | -1/+2 |
| * | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane | 2008-04-14 | 1 | -5/+1 |