summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-021-3/+2
* Arrange for an explicit cast applied to an ARRAY[] constructor to be appliedTom Lane2008-03-201-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-2/+1
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+3
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-111-1/+2
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+3
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-1/+2
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+2
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+3
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-8/+12
* Get rid of some old and crufty global variables in the planner. WhenTom Lane2007-02-191-1/+3
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+2
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+4
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-201-2/+4
* 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-3/+3
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+3
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-281-1/+2
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-1/+3
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-301-1/+2
* Support the syntaxTom Lane2006-04-151-3/+1
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-8/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Restructure planner's handling of inheritance. Rather than processingTom Lane2006-01-311-1/+2
* Trim an obsolete comment: it is no longer relevant that "SELECT" wasNeil Conway2006-01-011-4/+4
* Implement SQL-compliant treatment of row comparisons for < <= > >= casesTom Lane2005-12-281-1/+3
* Teach planner how to rearrange join order for some classes of OUTER JOIN.Tom Lane2005-12-201-1/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-17/+14
* Add NOWAIT option to SELECT FOR UPDATE/SHARE.Tom Lane2005-08-011-1/+2
* Add ALTER object SET SCHEMA capability for a limited but useful set ofTom Lane2005-08-011-1/+2
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+2
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-8/+6
* Add Oracle-compatible GREATEST and LEAST functions. Pavel StehuleTom Lane2005-06-261-1/+3
* Simplify the planner's join clause management by storing join clausesTom Lane2005-06-091-2/+1
* Remove planner's private fields from Query struct, and put them intoTom Lane2005-06-051-2/+3
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-211-1/+3
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-191-1/+10
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-171-4/+9
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-3/+2
* Allow ALTER FUNCTION to change a function's strictness, volatility, andNeil Conway2005-03-141-1/+2
* 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/+3
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-141-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+3