aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian2002-08-04
* The attached patch removes the last remnants of support forBruce Momjian2002-07-30
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29
* Remove unused system table columns:Peter Eisentraut2002-07-24
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Implement DROP SCHEMA. It lacks support for dropping conversions andTom Lane2002-07-18
* The attached patch (against HEAD) implementsBruce Momjian2002-07-18
* You made a tiny little type in a comment in parsenodes.h (abotu insteadBruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Add more dependency insertions --- this completes the basic pg_dependTom Lane2002-07-16
* Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane2002-07-14
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Implement the IS DISTINCT FROM operator per SQL99.Thomas G. Lockhart2002-07-04
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Update copyright to 2002.Bruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian2002-06-18
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-24
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-21
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-05
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-24
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane2002-03-08
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-05
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01