aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAge
* Support window functions a la SQL:2008.Tom Lane2008-12-28
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-15
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-06
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-05
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-27
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-17
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-03
* 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
* 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
* 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
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* 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
* 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 TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-19
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-01
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-26
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-05
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10