| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -5/+5 |
| * | 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 | -11/+11 |
| * | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
| * | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 | 1 | -2/+6 |
| * | 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 | -5/+3 |
| * | Fix ALTER INDEX RENAME so that if the index belongs to a unique or primary key | Tom Lane | 2008-01-17 | 1 | -1/+63 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -5/+5 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -108/+80 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -4/+1 |
| * | Alphabetically order reference to include files, "N" - "S". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 1 | -189/+1 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 1 | -1/+189 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -3/+3 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -26/+25 |
| * | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 | 1 | -1/+67 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -22/+17 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -5/+5 |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -1/+95 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 | 1 | -74/+79 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -21/+21 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -16/+21 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -10/+9 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -8/+6 |
| * | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 | 1 | -12/+5 |
| * | Preliminary code review for domain CHECK constraints patch: add documentation, | Tom Lane | 2002-12-12 | 1 | -34/+12 |
| * | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 | 1 | -4/+11 |
| * | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 | 1 | -11/+4 |
| * | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 | 1 | -4/+11 |
| * | Add DOMAIN check constraints. | Bruce Momjian | 2002-11-15 | 1 | -10/+64 |
| * | Move most of the error checking for foreign-key constraints out of | Tom Lane | 2002-09-22 | 1 | -1/+17 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -29/+29 |
| * | Modify array operations to include array's element type OID in the | Tom Lane | 2002-08-26 | 1 | -3/+4 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -14/+4 |
| * | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 | 1 | -10/+4 |
| * | Add code to extract dependencies from an expression tree, and use it | Tom Lane | 2002-07-16 | 1 | -1/+20 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -0/+453 |