| Commit message (Expand) | Author | Age |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Revert FETCH/MOVE int64 patch. Was using incorrect checks for | Bruce Momjian | 2006-09-03 |
* | Fix LLONG_MAX define used by new int64 FETCH/MOVE patch. | Bruce Momjian | 2006-09-03 |
* | Change FETCH/MOVE to use int8. | Bruce Momjian | 2006-09-02 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have | Tom Lane | 2006-08-10 |
* | Add support for multi-row VALUES clauses as part of INSERT statements | Joe Conway | 2006-08-02 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Code review for bigint-LIMIT patch. Fix missed planner dependency, | Tom Lane | 2006-07-26 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove trailing comma from CreateStmtLikeOption enum definition. This | Neil Conway | 2006-07-13 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Use schema search path to find the first matching contraint name for SET | Bruce Momjian | 2006-04-27 |
* | Support the syntax | Tom Lane | 2006-04-15 |
* | Add error location info to ResTarget parse nodes. Allows error cursor to be ... | Tom Lane | 2006-03-23 |
* | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 |
* | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Spell "explicitly" correctly, per Simon. | Tom Lane | 2005-12-07 |
* | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane | 2005-11-28 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | DROP DATABASE IF EXISTS variant | Andrew Dunstan | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan | 2005-11-19 |
* | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane | 2005-10-26 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 |
* | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane | 2005-08-01 |
* | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane | 2005-08-01 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |