| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. | Neil Conway | 2007-07-03 | 1 | -2/+3 |
| * | Rework temp_tablespaces patch so that temp tablespaces are assigned separately | Tom Lane | 2007-06-07 | 1 | -2/+3 |
| * | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 | 1 | -2/+3 |
| * | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane | 2007-05-30 | 1 | -4/+9 |
| * | Create hooks to let a loadable plugin monitor (or even replace) the planner | Tom Lane | 2007-05-25 | 1 | -3/+15 |
| * | Have CLUSTER advance the table's relfrozenxid. The new frozen point is the | Alvaro Herrera | 2007-05-18 | 1 | -2/+2 |
| * | Move the tuple freezing point in CLUSTER to a point further back in the past, | Alvaro Herrera | 2007-05-17 | 1 | -2/+2 |
| * | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 | 1 | -1/+5 |
| * | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 | 1 | -3/+5 |
| * | Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the | Tom Lane | 2007-04-27 | 1 | -2/+3 |
| * | Rename the newly-added commands for discarding session state. | Neil Conway | 2007-04-26 | 1 | -0/+20 |
| * | Make plancache store cursor options so it can pass them to planner during | Tom Lane | 2007-04-16 | 1 | -1/+2 |
| * | RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, | Neil Conway | 2007-04-12 | 2 | -2/+5 |
| * | Support enum data types. Along the way, use macros for the values of | Tom Lane | 2007-04-02 | 1 | -1/+2 |
| * | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 | 1 | -0/+1 |
| * | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 | 1 | -2/+14 |
| * | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 | 9 | -42/+39 |
| * | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 | 1 | -2/+1 |
| * | Remove the Query structure from the executor's API. This allows us to stop | Tom Lane | 2007-02-20 | 2 | -7/+12 |
| * | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 | 1 | -31/+5 |
| * | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 | 1 | -1/+2 |
| * | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 | 1 | -1/+6 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 22 | -43/+43 |
| * | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 | 1 | -1/+4 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -5/+5 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 6 | -24/+23 |
| * | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 1 | -2/+2 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 1 | -1/+4 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -2/+3 |
| * | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 | 1 | -3/+1 |
| * | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 | 1 | -2/+1 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -3/+1 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -1/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 4 | -13/+6 |
| * | Allow each C include file to compile on its own by including any needed | Bruce Momjian | 2006-07-11 | 1 | -1/+2 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 1 | -2/+5 |
| * | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 | 1 | -2/+1 |
| * | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 | 1 | -1/+4 |
| * | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 | 1 | -1/+6 |
| * | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 | 1 | -2/+2 |
| * | Back out RESET CONNECTION until there is more discussion. | Bruce Momjian | 2006-04-25 | 2 | -4/+2 |
| * | Add RESET CONNECTION, to reset all aspects of a session. | Bruce Momjian | 2006-04-25 | 2 | -2/+4 |
| * | Support the syntax | Tom Lane | 2006-04-15 | 1 | -7/+8 |
| * | Fix another const-decoration mismatch, per Magnus. | Tom Lane | 2006-04-09 | 1 | -2/+2 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 3 | -6/+6 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 22 | -43/+43 |
| * | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian | 2006-03-04 | 1 | -6/+2 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 1 | -2/+2 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 1 | -2/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+6 |