summaryrefslogtreecommitdiff
path: root/src/include/nodes/parsenodes.h
Commit message (Expand)AuthorAgeFilesLines
* Add some basic support for window frame clauses to the window-functionsTom Lane2008-12-311-4/+34
* Support window functions a la SQL:2008.Tom Lane2008-12-281-3/+48
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-2/+114
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-4/+4
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-061-1/+2
* Default values for function argumentsPeter Eisentraut2008-12-041-1/+2
* Utilize the visibility map in autovacuum, too. There was an oversight inHeikki Linnakangas2008-12-041-1/+2
* CLUSTER VERBOSE and corresponding clusterdb --verbose optionPeter Eisentraut2008-11-241-1/+2
* Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the planTom Lane2008-11-151-2/+11
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-311-1/+2
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-041-13/+64
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-2/+2
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-7/+10
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-301-17/+30
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-8/+14
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-071-2/+9
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-021-38/+50
* Fix parser so that we don't modify the user-written ORDER BY list in orderTom Lane2008-07-311-6/+11
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-2/+3
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-2/+4
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-1/+2
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-091-3/+3
* Some minor further cleanup around A_Const. Don't attach a typecast inTom Lane2008-04-291-3/+3
* Remove typename from A_Const.Alvaro Herrera2008-04-291-8/+1
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-141-2/+1
* Remove TypeName struct's timezone flag, which has been write-only storageTom Lane2008-03-211-2/+1
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-201-4/+13
* Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwantedTom Lane2008-02-071-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-2/+1
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-13/+13
* pgindent run for 8.3.Bruce Momjian2007-11-151-35/+35
* Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problemsTom Lane2007-10-241-2/+2
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-41/+40
* Remove option to change parser of an existing text search configuration.Tom Lane2007-08-221-3/+1
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+36
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-1/+2
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-8/+10
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-7/+13
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-1/+19
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-161-6/+7
* RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,Neil Conway2007-04-121-1/+3
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+12
* Changes pg_trigger and extend pg_rewrite in order to allow triggers andJan Wieck2007-03-191-1/+7
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-11/+7
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-52/+10
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+12
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-6/+45
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-11/+32
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2