| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 | 1 | -17/+28 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -10/+10 |
| * | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane | 2010-02-23 | 1 | -24/+59 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -22/+8 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 1 | -8/+75 |
| * | Move some declarations in the raw-parser header files to create a clearer | Tom Lane | 2009-07-12 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -4/+4 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 1 | -1/+3 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -7/+7 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -3/+5 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -12/+12 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Fix REASSIGN OWNED so that it works on procedural languages too. | Alvaro Herrera | 2008-04-29 | 1 | -5/+44 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -1/+2 |
| * | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -7/+4 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -1/+3 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -26/+136 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -3/+7 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -5/+5 |
| * | Make some sentences consistent with similar ones. | Bruce Momjian | 2006-10-03 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -4/+13 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -26/+26 |
| * | Create the pg_pltemplate system catalog to hold template information | Tom Lane | 2005-09-08 | 1 | -50/+89 |
| * | Implement a preliminary 'template' facility for procedural languages, | Tom Lane | 2005-09-05 | 1 | -61/+227 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -7/+6 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+3 |
| * | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 | 1 | -6/+5 |
| * | ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich. | Tom Lane | 2005-02-14 | 1 | -2/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -9/+9 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 1 | -11/+13 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Change some notices to warnings and vice versa according to criteria | Peter Eisentraut | 2003-10-02 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -6/+6 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | First bits of work on error message editing. | Tom Lane | 2003-07-18 | 1 | -19/+26 |
| * | Some early work on error message editing. Operator-not-found and | Tom Lane | 2003-07-04 | 1 | -9/+3 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+45 |