| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 1 | -2/+5 |
| * | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera | 2008-08-13 | 1 | -2/+2 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 1 | -2/+8 |
| * | Rearrange ALTER TABLE syntax processing as per my recent proposal: the | Tom Lane | 2008-06-15 | 1 | -12/+19 |
| * | Refactor the handling of the various DropStmt variants so that when multiple | Tom Lane | 2008-06-14 | 1 | -242/+40 |
| * | Modify vacuum() to accept a single relation OID instead of a list (which we | Alvaro Herrera | 2008-06-05 | 1 | -2/+3 |
| * | Support ALTER TYPE RENAME. Petr Jelinek | Tom Lane | 2008-03-19 | 1 | -1/+4 |
| * | Fix vacuum so that autovacuum is really not cancelled when doing an emergency | Alvaro Herrera | 2008-03-14 | 1 | -2/+2 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 | 1 | -2/+1 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -27/+32 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 1 | -61/+19 |
| * | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 | 1 | -1/+117 |
| * | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 | 1 | -1/+2 |
| * | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 | 1 | -1/+7 |
| * | Implement "distributed" checkpoints in which the checkpoint I/O is spread | Tom Lane | 2007-06-28 | 1 | -2/+2 |
| * | Separate parse-analysis for utility commands out of parser/analyze.c | Tom Lane | 2007-06-23 | 1 | -13/+76 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 1 | -2/+2 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -14/+35 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 1 | -15/+24 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 1 | -5/+23 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -1/+14 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -1/+4 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 1 | -51/+54 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 1 | -128/+182 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -2/+2 |
| * | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 | 1 | -1/+46 |
| * | 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 | -16/+17 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 1 | -1/+393 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -5/+9 |
| * | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 | 1 | -6/+3 |
| * | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 | 1 | -1/+33 |
| * | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 | 1 | -2/+2 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 1 | -2/+3 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+2 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -3/+3 |
| * | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 | 1 | -2/+2 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -22/+39 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 1 | -2/+8 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -6/+2 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 1 | -2/+1 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 1 | -1/+2 |
| * | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane | 2005-11-29 | 1 | -4/+5 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -5/+5 |
| * | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 | 1 | -2/+2 |