summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-221-1/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-2/+1
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-172-7/+6
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-1/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-123-71/+46
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-126-26/+111
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-282-15/+8
* Attached is a patch for ALTER TRIGGER RENAME per the above thread. IBruce Momjian2002-04-241-6/+12
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-7/+35
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-182-14/+25
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-2/+2
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-162-5/+10
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-8/+4
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-092-23/+23
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-052-2/+11
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-011-1/+3
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-292-12/+23
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-262-45/+45
* EXPLAIN output now comes out as a query result, not a NOTICE message.Tom Lane2002-03-241-6/+8
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-223-21/+8
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-214-96/+137
* Code review for DOMAIN patch.Tom Lane2002-03-202-22/+19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-192-2/+23
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-124-41/+125
* Fix copying/equality-check bugs in GrantStmt and ConstraintsSetStmt,Tom Lane2002-03-081-576/+571
* Back out domain patch until it works properly.Bruce Momjian2002-03-072-22/+2
* Ok. Updated patch attached.Bruce Momjian2002-03-062-2/+22
* I attach a version of my toast-slicing patch, against current CVSBruce Momjian2002-03-051-1/+2
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-012-3/+25
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-011-1/+5
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-261-1/+3
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-241-1/+2
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-182-4/+24
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-211-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-0513-28/+28
* CREATE TABLE foo (x,y,z) AS SELECT ... can't apply target column namesTom Lane2001-11-051-1/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-2812-235/+244
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-2513-268/+256
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-181-2/+2
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-121-3/+8
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-021-1/+2
* Keep the contents of ItemPointerData not the pointers so thatHiroshi Inoue2001-09-291-2/+2
* EXPLAIN ANALYZE feature to measure and show actual runtimes and tupleTom Lane2001-09-182-2/+15
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-1/+2
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-212-6/+3
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-161-3/+2
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-2/+3
* Patch to LOCK multiple tables in one LOCK command.Bruce Momjian2001-08-101-2/+2
* Back out LOCK A,B,C patch at Tom's suggestion.Bruce Momjian2001-08-041-2/+2
* Add LOCK A,B,C functionality as LOCK A;LOCK B;LOCK C; as agreed.Bruce Momjian2001-08-041-2/+2