| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Define a new, more extensible syntax for COPY options. | Tom Lane | 2009-09-21 | 1 | -1/+3 |
| * | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 | 1 | -3/+10 |
| * | Remove the recently added node types ReloptElem and OptionDefElem in favor | Tom Lane | 2009-04-04 | 1 | -65/+31 |
| * | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 | 1 | -32/+62 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -4/+5 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -11/+26 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -5/+31 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -9/+4 |
| * | 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 | -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 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -3/+3 |
| * | Tighten parsing of boolean options to CREATE TYPE and related functions, | Tom Lane | 2004-05-14 | 1 | -1/+20 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -3/+3 |
| * | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 | 1 | -12/+7 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -2/+3 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -29/+51 |
| * | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 | 1 | -4/+4 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -11/+12 |
| * | Allow schema-qualified operator names to be used in the optional | Tom Lane | 2002-08-10 | 1 | -3/+14 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 1 | -1/+30 |
| * | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 | 1 | -1052/+24 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -13/+78 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -29/+42 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -16/+22 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -177/+313 |
| * | Code review for DOMAIN patch. | Tom Lane | 2002-03-20 | 1 | -153/+83 |
| * | Add DOMAIN support. Includes manual pages and regression tests, from | Bruce Momjian | 2002-03-19 | 1 | -4/+360 |
| * | Back out domain patch until it works properly. | Bruce Momjian | 2002-03-07 | 1 | -359/+4 |
| * | Ok. Updated patch attached. | Bruce Momjian | 2002-03-06 | 1 | -4/+359 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -7/+7 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -3/+3 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -80/+30 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -6/+6 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -28/+27 |
| * | Mention createlang when language not installed, per problem report. | Bruce Momjian | 2001-10-13 | 1 | -3/+4 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -1/+2 |
| * | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 | 1 | -6/+3 |
| * | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane | 2001-09-06 | 1 | -11/+9 |
| * | For some reason, CREATE TYPE has only accepted alignment specifications | Tom Lane | 2001-08-03 | 1 | -6/+15 |