summaryrefslogtreecommitdiff
path: root/src/backend/nodes
Commit message (Expand)AuthorAgeFilesLines
* Basic foreign table support.Robert Haas2011-01-013-4/+61
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0114-14/+14
* Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas2010-12-211-1/+1
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-135-5/+6
* Add a stack overflow check to copyObject().Tom Lane2010-12-061-0/+4
* Create core infrastructure for KNNGIST.Tom Lane2010-12-022-0/+5
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-242-0/+2
* Propagate ALTER TYPE operations to typed tablesPeter Eisentraut2010-11-232-0/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Further fallout from the MergeAppend patch.Tom Lane2010-11-181-0/+2
* Add missing outfuncs.c support for struct InhRelation.Tom Lane2010-11-131-0/+12
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-043-0/+48
* Provide hashing support for arrays.Tom Lane2010-10-304-0/+4
* Allow new values to be added to an existing enum type.Tom Lane2010-10-242-0/+30
* Fix incorrect generation of whole-row variables in planner.Tom Lane2010-10-191-0/+87
* Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane2010-10-152-0/+6
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-142-0/+70
* Support triggers on views.Tom Lane2010-10-102-2/+2
* Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane2010-09-283-0/+3
* Add a SECURITY LABEL command.Robert Haas2010-09-272-0/+32
* Make _outPathInfo print the relid set of the path's parent rel.Tom Lane2010-09-231-1/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-2016-16/+16
* Small refactoring of makeVar() from a TargetEntryPeter Eisentraut2010-08-271-1/+18
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-182-2/+4
* Add missing handling of PlannedStmt.transientPlan in copyfuncs/outfuncs.Tom Lane2010-08-182-2/+4
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-074-4/+8
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-253-3/+6
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-122-2/+40
* Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane2010-03-301-1/+2
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-281-14/+1
* pgindent run for 9.0Bruce Momjian2010-02-263-8/+8
* Add an OR REPLACE option to CREATE LANGUAGE.Tom Lane2010-02-232-2/+4
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-164-4/+8
* Support inlining various small performance-critical functions on non-GCCTom Lane2010-02-131-7/+5
* Extend the set of frame options supported for window functions.Tom Lane2010-02-125-5/+33
* Type table featurePeter Eisentraut2010-01-283-3/+6
* Cast slightly abused enum to int, so that GCC 4.5 won't warn about switchPeter Eisentraut2010-01-181-2/+2
* Do parse analysis of an EXPLAIN's contained statement during the normalTom Lane2010-01-151-45/+1
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-053-3/+33
* Update copyright for the year 2010.Bruce Momjian2010-01-0214-28/+28
* Add an "argisrow" field to NullTest nodes, following a plan made way back inTom Lane2010-01-014-4/+8
* Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane2009-12-292-2/+4
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-233-3/+6
* Support ORDER BY within aggregate function calls, at long last providing aTom Lane2009-12-155-13/+33
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-073-3/+23
* Eliminate a lot of list-management overhead within join_search_one_levelTom Lane2009-11-281-1/+2
* Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane2009-11-202-2/+4
* Provide a parenthesized-options syntax for VACUUM, analogous to that recentlyTom Lane2009-11-162-10/+4
* Improve planning of Materialize nodes inserted atop the inner input of aTom Lane2009-11-151-1/+2
* Add support for invoking parser callback hooks via SPI and in cached plans.Tom Lane2009-11-041-27/+55