summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-11-30Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane
2002-11-30Be more realistic about plans involving Materialize nodes: take theirTom Lane
2002-11-30Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane
2002-11-27Improve some comments.Tom Lane
2002-11-26Use Params, rather than run-time-modified Const nodes, to handleTom Lane
2002-11-25Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane
2002-11-25Restructure outfuncs and readfuncs to use macros in the same style asTom Lane
2002-11-25Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane
2002-11-24Restructure planning of nestloop inner indexscans so that the set of usableTom Lane
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-22Redesign internal logic of nodeLimit so that it does not need to fetchTom Lane
2002-11-19Add an at-least-marginally-plausible method of estimating the numberTom Lane
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-11-13Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-10Add palloc0 function to inline MemSet for newNode call.Bruce Momjian
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-11-06Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane
2002-11-06First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane
2002-10-14Adjust handling of command status strings in the presence of rules,Tom Lane
2002-10-11Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-09-22Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-27PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane
2002-08-26Modify array operations to include array's element type OID in theTom Lane
2002-08-19Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane
2002-08-19Clean up leftover bugs from recent COPY feature patch --- missedTom Lane
2002-08-19Improve obsolete comment.Tom Lane
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-08-04The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian
2002-07-30The attached patch removes the last remnants of support forBruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane
2002-07-24Remove unused system table columns:Peter Eisentraut
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian