summaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-071-1/+2
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-021-8/+6
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-1/+2
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-1/+2
* Remove typename from A_Const.Alvaro Herrera2008-04-291-2/+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-1/+12
* Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt andTom Lane2008-02-071-2/+30
* 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-16/+16
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-16/+4
* Rewrite make_outerjoininfo's construction of min_lefthand and min_righthandTom Lane2007-08-311-1/+3
* Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway2007-07-171-1/+2
* 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/+13
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-1/+22
* Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane2007-05-221-1/+2
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-271-3/+3
* Rename the newly-added commands for discarding session state.Neil Conway2007-04-261-1/+12
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-021-1/+13
* Fix array coercion expressions to ensure that the correct volatility isTom Lane2007-03-271-1/+25
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-2/+3
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-3/+1
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-3/+2
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-201-13/+16
* Implement XMLSERIALIZE for real. Analogously, make the xml to text castPeter Eisentraut2007-02-031-1/+16
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+42
* Refactor planner's pathkeys data structure to create a separate, explicitTom Lane2007-01-201-7/+23
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-101-1/+2
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-2/+7
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-2/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-15/+16
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-231-2/+3
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+15
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-1/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-2/+2
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-131-2/+1
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+2
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-1/+2
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-2/+1
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-2/+7
* 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-2/+3
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-271-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1