| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -8/+8 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 3 | -9/+37 |
| * | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 1 | -3/+2 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 1 | -1/+3 |
| * | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 | 1 | -2/+3 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 1 | -3/+2 |
| * | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 | 2 | -6/+7 |
| * | Support rewritten-based full vacuum as VACUUM FULL. Traditional | Itagaki Takahiro | 2010-01-06 | 1 | -2/+3 |
| * | Add support for doing FULL JOIN ON FALSE. While this is really a rather | Tom Lane | 2010-01-05 | 1 | -1/+3 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 3 | -3/+14 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 16 | -32/+32 |
| * | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 | 2 | -7/+5 |
| * | Support "x IS NOT NULL" clauses as indexscan conditions. This turns out | Tom Lane | 2010-01-01 | 1 | -2/+2 |
| * | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 1 | -4/+5 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 1 | -1/+2 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 2 | -7/+22 |
| * | Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. | Robert Haas | 2009-12-15 | 1 | -2/+2 |
| * | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 1 | -1/+2 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 2 | -3/+19 |
| * | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 | 1 | -1/+11 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 2 | -3/+7 |
| * | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 | 1 | -6/+15 |
| * | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 | 1 | -4/+16 |
| * | Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala | Tom Lane | 2009-11-13 | 1 | -2/+2 |
| * | Keep track of language's trusted flag in InlineCodeBlock. Needed to support D... | Andrew Dunstan | 2009-11-06 | 1 | -1/+2 |
| * | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 | 1 | -5/+26 |
| * | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 | 1 | -2/+9 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 5 | -40/+122 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -4/+4 |
| * | Code review for LIKE INCLUDING patch --- clean up some cosmetic and not | Tom Lane | 2009-10-13 | 1 | -4/+4 |
| * | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 | 1 | -1/+9 |
| * | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 | 1 | -8/+9 |
| * | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 | 5 | -11/+57 |
| * | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 4 | -31/+39 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 2 | -2/+26 |
| * | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 1 | -1/+2 |
| * | Change CREATE TABLE so that column default expressions coming from different | Tom Lane | 2009-10-06 | 1 | -6/+5 |
| * | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 2 | -2/+14 |
| * | Replace the array-style TupleTable data structure with a simple List of | Tom Lane | 2009-09-27 | 1 | -2/+2 |
| * | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 2 | -3/+25 |
| * | Implement "join removal" for cases where the inner side of a left join | Tom Lane | 2009-09-17 | 2 | -2/+19 |
| * | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane | 2009-08-23 | 1 | -1/+2 |
| * | Improve plpgsql's ability to cope with rowtypes containing dropped columns, | Tom Lane | 2009-08-06 | 1 | -6/+4 |
| * | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 1 | -3/+4 |
| * | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 | 2 | -50/+45 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -6/+9 |
| * | Extend EXPLAIN to allow generic options to be specified. | Tom Lane | 2009-07-26 | 1 | -3/+2 |
| * | DROP IF EXISTS for columns and constraints. Andres Freund. | Andrew Dunstan | 2009-07-20 | 1 | -1/+2 |
| * | Make GEQO's planning deterministic by having it start from a predictable | Tom Lane | 2009-07-16 | 1 | -1/+4 |
| * | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 | 4 | -18/+18 |