summaryrefslogtreecommitdiff
path: root/src/backend/nodes/equalfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-171-2/+2
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-4/+5
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-17/+17
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-50/+59
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/bootstrap, /lib, /nodes, /port.Tom Lane2003-07-221-6/+7
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-031-10/+13
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-291-1/+25
* First batch of object rename commands.Peter Eisentraut2003-06-271-2/+4
* Back out array mega-patch.Bruce Momjian2003-06-251-9/+1
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-251-4/+4
* Includes:Bruce Momjian2003-06-251-1/+13
* Array mega-patch.Bruce Momjian2003-06-241-1/+9
* Implement outer-level aggregates to conform to the SQL spec, withTom Lane2003-06-061-1/+2
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-3/+2
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-3/+3
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-1/+2
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-081-5/+17
* Todo items:Bruce Momjian2003-03-201-1/+13
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-5/+14
* Turns out new IN implementation has got some problems in an UPDATE orTom Lane2003-03-051-5/+7
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+38
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-5/+5
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-091-4/+11
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-4/+11
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-11/+17
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-231-1/+3
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-201-4/+17
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-5/+5
* Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane2003-01-101-4/+7
* Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane2003-01-091-3/+4
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-141-6/+7
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-10/+1
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-209/+226
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-1/+16
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-16/+1
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-1/+16
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-198/+11
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-13/+26
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-9/+1
* Restructure the code in copyfuncs and equalfuncs to put much heavierTom Lane2002-11-251-987/+597
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-11/+20
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-231-9/+1
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-191-4/+4
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-2/+25
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-1/+3
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-1/+16
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-141-2/+3
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+4