summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-2/+5
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-261-1/+3
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-243-41/+44
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-234-11/+19
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-213-3/+41
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-101-3/+9
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-041-3/+8
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-2/+2
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-131-5/+4
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-111-12/+12
* pgindent run for 8.2.Bruce Momjian2006-10-044-79/+83
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-283-5/+22
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-191-1/+3
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-061-1/+8
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-2/+2
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-9/+2
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-031-1/+8
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-3/+3
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-2/+8
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-271-1/+12
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-252-2/+5
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-212-7/+4
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-2/+3
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-122-4/+24
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-101-2/+3
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-041-2/+2
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-021-3/+10
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-024-20/+66
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-2/+1
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-272-5/+5
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-262-4/+7
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-261-4/+4
* Allow include files to compile own their own.Bruce Momjian2006-07-133-8/+4
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-131-2/+2
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-11/+10
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-14/+9
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-021-2/+5
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-011-24/+28
* Fix hash aggregation to suppress unneeded columns from being stored inTom Lane2006-06-281-1/+3
* Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane2006-06-281-2/+2
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-271-2/+11
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-161-1/+7
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-061-1/+4
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-303-15/+24
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-301-2/+3
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-271-2/+2
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-222-75/+35
* Support the syntaxTom Lane2006-04-152-30/+7
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-1/+2
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-161-5/+9