summaryrefslogtreecommitdiff
path: root/src/backend/nodes/copyfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-031-17/+16
* 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/+22
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-151-1/+3
* 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-9/+10
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-11/+1
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-121-12/+1
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-227/+283
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-061-1/+18
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-061-18/+1
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-061-1/+18
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-429/+37
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-301-4/+28
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-301-4/+3
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-3/+1
* Restructure the code in copyfuncs and equalfuncs to put much heavierTom Lane2002-11-251-1075/+874
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-241-4/+29
* 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-3/+3
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-1/+31
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-111-1/+2
* Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane2002-11-061-1/+2
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-061-3/+38
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-141-2/+2
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-221-2/+3
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+4
* pgindent run.Bruce Momjian2002-09-041-6/+6
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-1/+3
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-311-17/+21
* Add attisinherited column to pg_attribute; use it to guard againstTom Lane2002-08-301-1/+2
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-271-1/+45
* Modify array operations to include array's element type OID in theTom Lane2002-08-261-2/+3
* The cstring datatype can now be copied, passed around, etc. The typlenTom Lane2002-08-241-11/+6
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-191-39/+1
* Clean up leftover bugs from recent COPY feature patch --- missedTom Lane2002-08-191-1/+2
* Add missing copyfuncs/equalfuncs entries, including T_Null which hasTom Lane2002-08-191-2/+76
* Tom Lane wrote:Bruce Momjian2002-08-151-1/+15
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-1/+3
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-041-1/+2
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-1/+53
* Remove unused system table columns:Peter Eisentraut2002-07-241-3/+1
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-181-30/+1
* Finished the Between patch Christopher started.Bruce Momjian2002-07-181-1/+30
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-161-1/+2
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-4/+6
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-1/+6
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-201-8/+3