aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/outfuncs.c
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-02
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* 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
* Alter string format used for integer and OID lists in stored rules.Tom Lane2004-05-08
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-06
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Correct error introduced in recent hasoids changes --- it's not a boolTom Lane2004-01-22
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-22
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* Back out array mega-patch.Bruce Momjian2003-06-25
* Array mega-patch.Bruce Momjian2003-06-24
* Adjust nestloop-with-inner-indexscan plan generation so that we catchTom Lane2003-06-15
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-06
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-06
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-24
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-09
* Make further use of new bitmapset code: executor's chgParam, extParam,Tom Lane2003-02-09
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-08