summaryrefslogtreecommitdiff
path: root/src/include/nodes
AgeCommit message (Expand)Author
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
2002-07-18Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18You made a tiny little type in a comment in parsenodes.h (abotu insteadBruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-16Add more dependency insertions --- this completes the basic pg_dependTom Lane
2002-07-14Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-04Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart
2002-07-01First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-04-28Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane
2002-04-24Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-05Add INSERT(..., DEFAULT, ).Bruce Momjian
2002-04-01ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane