summaryrefslogtreecommitdiff
path: root/src/backend/nodes/readfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-111-1/+2
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-1/+17
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+18
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-2/+2
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+21
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-2/+3
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-6/+17
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+4
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-19/+20
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+2
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+19
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-1/+2
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-1/+3
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-101-1/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+4
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-2/+1
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-1/+2
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-4/+19
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-221-3/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-42/+3
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-1/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT isNeil Conway2006-02-191-1/+4
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-4/+21
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-25/+25
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-1/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-2/+2
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-1/+18
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-3/+1
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-1/+2
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-24/+7
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-111-1/+18
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-091-28/+19
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+1
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-22/+15
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+18
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-081-55/+5
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-061-4/+4
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-171-1/+17
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-4/+3
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-27/+32