| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -11/+11 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -35/+37 |
| * | Ensure that typmod decoration on a datatype name is validated in all cases, | Tom Lane | 2007-11-11 | 1 | -5/+5 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -3/+3 |
| * | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 | 1 | -22/+846 |
| * | 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 | -229/+504 |
| * | Set pg_am.amstrategies to zero for index AMs that don't have fixed | Tom Lane | 2006-12-18 | 1 | -9/+14 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -10/+10 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -1/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -10/+29 |
| * | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 | 1 | -16/+12 |
| * | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 | 1 | -3/+3 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -9/+9 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Document that CREATE OPERATOR CLASS amounts to granting public execute | Tom Lane | 2006-01-13 | 1 | -12/+40 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -17/+60 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -39/+37 |
| * | Fix wrong dependency on owner created by ALTER OPCLASS OWNER. | Tom Lane | 2005-08-23 | 1 | -2/+3 |
| * | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane | 2005-08-22 | 1 | -15/+19 |
| * | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 | 1 | -6/+16 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -1/+7 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -5/+5 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -17/+17 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -4/+4 |
| * | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 | 1 | -4/+4 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -16/+23 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |