summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-8/+8
* Extend the set of frame options supported for window functions.Tom Lane2010-02-123-9/+37
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-3/+2
* Type table featurePeter Eisentraut2010-01-281-1/+3
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-2/+3
* Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane2010-01-171-3/+2
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-152-6/+7
* Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro2010-01-061-2/+3
* Add support for doing FULL JOIN ON FALSE. While this is really a ratherTom Lane2010-01-051-1/+3
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-053-3/+14
* Update copyright for the year 2010.Bruce Momjian2010-01-0216-32/+32
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-012-7/+5
* Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane2010-01-011-2/+2
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-291-4/+5
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-231-1/+2
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-152-7/+22
* Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas2009-12-151-2/+2
* Add large object access control.Itagaki Takahiro2009-12-111-1/+2
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-072-3/+19
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-281-1/+11
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-202-3/+7
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-161-6/+15
* Improve planning of Materialize nodes inserted atop the inner input of aTom Lane2009-11-151-4/+16
* Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek KotalaTom Lane2009-11-131-2/+2
* Keep track of language's trusted flag in InlineCodeBlock. Needed to support D...Andrew Dunstan2009-11-061-1/+2
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-5/+26
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-281-2/+9
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-265-40/+122
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-141-4/+4
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-131-4/+4
* Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA.Tom Lane2009-10-121-1/+9
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-121-8/+9
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-125-11/+57
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-104-31/+39
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-082-2/+26
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-1/+2
* Change CREATE TABLE so that column default expressions coming from differentTom Lane2009-10-061-6/+5
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-052-2/+14
* Replace the array-style TupleTable data structure with a simple List ofTom Lane2009-09-271-2/+2
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-222-3/+25
* Implement "join removal" for cases where the inner side of a left joinTom Lane2009-09-172-2/+19
* Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparisonTom Lane2009-08-231-1/+2
* Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane2009-08-061-6/+4
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-021-3/+4
* Merge the Constraint and FkConstraint node types into a single type.Tom Lane2009-07-302-50/+45
* Support deferrable uniqueness constraints.Tom Lane2009-07-291-6/+9
* Extend EXPLAIN to allow generic options to be specified.Tom Lane2009-07-261-3/+2
* DROP IF EXISTS for columns and constraints. Andres Freund.Andrew Dunstan2009-07-201-1/+2
* Make GEQO's planning deterministic by having it start from a predictableTom Lane2009-07-161-1/+4
* Make backend header files C++ safePeter Eisentraut2009-07-164-18/+18