| Commit message (Expand) | Author | Age | Files | Lines |
| * | Basic foreign table support. | Robert Haas | 2011-01-01 | 3 | -4/+61 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 14 | -14/+14 |
| * | Use memcmp() rather than strncmp() when shorter string length is known. | Robert Haas | 2010-12-21 | 1 | -1/+1 |
| * | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 | 5 | -5/+6 |
| * | Add a stack overflow check to copyObject(). | Tom Lane | 2010-12-06 | 1 | -0/+4 |
| * | Create core infrastructure for KNNGIST. | Tom Lane | 2010-12-02 | 2 | -0/+5 |
| * | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane | 2010-11-24 | 2 | -0/+2 |
| * | Propagate ALTER TYPE operations to typed tables | Peter Eisentraut | 2010-11-23 | 2 | -0/+2 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -2/+2 |
| * | Further fallout from the MergeAppend patch. | Tom Lane | 2010-11-18 | 1 | -0/+2 |
| * | Add missing outfuncs.c support for struct InhRelation. | Tom Lane | 2010-11-13 | 1 | -0/+12 |
| * | Reimplement planner's handling of MIN/MAX aggregate optimization. | Tom Lane | 2010-11-04 | 3 | -0/+48 |
| * | Provide hashing support for arrays. | Tom Lane | 2010-10-30 | 4 | -0/+4 |
| * | Allow new values to be added to an existing enum type. | Tom Lane | 2010-10-24 | 2 | -0/+30 |
| * | Fix incorrect generation of whole-row variables in planner. | Tom Lane | 2010-10-19 | 1 | -0/+87 |
| * | Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements. | Tom Lane | 2010-10-15 | 2 | -0/+6 |
| * | Support MergeAppend plans, to allow sorted output from append relations. | Tom Lane | 2010-10-14 | 2 | -0/+70 |
| * | Support triggers on views. | Tom Lane | 2010-10-10 | 2 | -2/+2 |
| * | Fix PlaceHolderVar mechanism's interaction with outer joins. | Tom Lane | 2010-09-28 | 3 | -0/+3 |
| * | Add a SECURITY LABEL command. | Robert Haas | 2010-09-27 | 2 | -0/+32 |
| * | Make _outPathInfo print the relid set of the path's parent rel. | Tom Lane | 2010-09-23 | 1 | -1/+4 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 16 | -16/+16 |
| * | Small refactoring of makeVar() from a TargetEntry | Peter Eisentraut | 2010-08-27 | 1 | -1/+18 |
| * | Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner. | Tom Lane | 2010-08-18 | 2 | -2/+4 |
| * | Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs. | Tom Lane | 2010-08-18 | 2 | -2/+4 |
| * | Recognize functional dependency on primary keys. This allows a table's | Tom Lane | 2010-08-07 | 4 | -4/+8 |
| * | CREATE TABLE IF NOT EXISTS. | Robert Haas | 2010-07-25 | 3 | -3/+6 |
| * | Make NestLoop plan nodes pass outer-relation variables into their inner | Tom Lane | 2010-07-12 | 2 | -2/+40 |
| * | Fix "constraint_exclusion = partition" logic so that it will also attempt | Tom Lane | 2010-03-30 | 1 | -1/+2 |
| * | Rework join-removal logic as per recent discussion. In particular this | Tom Lane | 2010-03-28 | 1 | -14/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 3 | -8/+8 |
| * | Add an OR REPLACE option to CREATE LANGUAGE. | Tom Lane | 2010-02-23 | 2 | -2/+4 |
| * | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 | 4 | -4/+8 |
| * | Support inlining various small performance-critical functions on non-GCC | Tom Lane | 2010-02-13 | 1 | -7/+5 |
| * | Extend the set of frame options supported for window functions. | Tom Lane | 2010-02-12 | 5 | -5/+33 |
| * | Type table feature | Peter Eisentraut | 2010-01-28 | 3 | -3/+6 |
| * | Cast slightly abused enum to int, so that GCC 4.5 won't warn about switch | Peter Eisentraut | 2010-01-18 | 1 | -2/+2 |
| * | Do parse analysis of an EXPLAIN's contained statement during the normal | Tom Lane | 2010-01-15 | 1 | -45/+1 |
| * | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 | 3 | -3/+33 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 14 | -28/+28 |
| * | Add an "argisrow" field to NullTest nodes, following a plan made way back in | Tom Lane | 2010-01-01 | 4 | -4/+8 |
| * | Add the ability to store inheritance-tree statistics in pg_statistic, | Tom Lane | 2009-12-29 | 2 | -2/+4 |
| * | Adjust naming of indexes and their columns per recent discussion. | Tom Lane | 2009-12-23 | 3 | -3/+6 |
| * | Support ORDER BY within aggregate function calls, at long last providing a | Tom Lane | 2009-12-15 | 5 | -13/+33 |
| * | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 3 | -3/+23 |
| * | Eliminate a lot of list-management overhead within join_search_one_level | Tom Lane | 2009-11-28 | 1 | -1/+2 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 2 | -2/+4 |
| * | Provide a parenthesized-options syntax for VACUUM, analogous to that recently | Tom Lane | 2009-11-16 | 2 | -10/+4 |
| * | Improve planning of Materialize nodes inserted atop the inner input of a | Tom Lane | 2009-11-15 | 1 | -1/+2 |
| * | Add support for invoking parser callback hooks via SPI and in cached plans. | Tom Lane | 2009-11-04 | 1 | -27/+55 |