| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 | 1 | -0/+14 |
| * | Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE | Peter Eisentraut | 2010-09-26 | 1 | -0/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane | 2010-08-18 | 1 | -2/+3 |
| * | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 | 1 | -1/+8 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -17/+18 |
| * | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 | 1 | -25/+52 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 1 | -6/+6 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+2 |
| * | Fix command tag for ALTER LARGE OBJECT. | Itagaki Takahiro | 2010-01-29 | 1 | -2/+2 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 1 | -3/+3 |
| * | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 | 1 | -1/+2 |
| * | Preserve relfilenodes: | Bruce Momjian | 2010-01-06 | 1 | -7/+3 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 1 | -1/+14 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -2/+29 |
| * | Add a hook to let loadable modules get control at ProcessUtility execution, | Tom Lane | 2009-12-15 | 1 | -1/+26 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+4 |
| * | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 | 1 | -1/+27 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 1 | -1/+2 |
| * | Revert due to Tom's concerns: | Bruce Momjian | 2009-12-01 | 1 | -22/+1 |
| * | ProcessUtility_hook: | Bruce Momjian | 2009-12-01 | 1 | -1/+22 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -2/+2 |
| * | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 | 1 | -2/+2 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -2/+4 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 1 | -1/+14 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 1 | -1/+13 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -2/+4 |
| * | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 | 1 | -2/+3 |
| * | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 | 1 | -2/+12 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 1 | -6/+6 |
| * | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 | 1 | -1/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -7/+8 |
| * | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 | 1 | -3/+6 |
| * | Allow reloption names to have qualifiers, initially supporting a TOAST | Alvaro Herrera | 2009-02-02 | 1 | -2/+16 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -2/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 | 1 | -1/+100 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -2/+2 |
| * | Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at least | Tom Lane | 2008-11-07 | 1 | -2/+2 |
| * | Disallow LOCK TABLE outside a transaction block (or function), since this case | Tom Lane | 2008-11-04 | 1 | -1/+6 |
| * | Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert | Tom Lane | 2008-10-10 | 1 | -37/+42 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -5/+5 |
| * | 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 |