aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAge
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Put back planner's ability to cache the results of mergejoinscansel(),Tom Lane2007-01-22
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-20
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-24
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-10
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-02
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-02
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Support the syntaxTom Lane2006-04-15
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-31
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-20
* Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane2005-11-26
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Clean up after DROP IF EXISTS patch.Tom Lane2005-11-20
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15