aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-21
* Add a paramtypmod field to Param nodes. This is dead weight for ParamsTom Lane2006-12-10
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-04
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-05
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-13
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-11
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Improve usage of effective_cache_size parameter by assuming that all theTom Lane2006-09-19
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Fix LLONG_MAX define used by new int64 FETCH/MOVE patch.Bruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Move xact.c's partial support for Lists of TransactionIds into pg_list.h.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged haveTom Lane2006-08-10
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-04
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-27
* Code review for bigint-LIMIT patch. Fix missed planner dependency,Tom Lane2006-07-26
* Change LIMIT/OFFSET to use int8Bruce Momjian2006-07-26
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove trailing comma from CreateStmtLikeOption enum definition. ThisNeil Conway2006-07-13
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-02
* Revise the planner's handling of "pseudoconstant" WHERE clauses, that isTom Lane2006-07-01
* Fix hash aggregation to suppress unneeded columns from being stored inTom Lane2006-06-28
* Adjust TupleHashTables to use MinimalTuple format for contained tuples.Tom Lane2006-06-28
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-27
* DROP ... IF EXISTS for the following cases:Andrew Dunstan2006-06-16
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* Improve the representation of FOR UPDATE/FOR SHARE so that we canTom Lane2006-04-30
* Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf.Bruce Momjian2006-04-30
* Use schema search path to find the first matching contraint name for SETBruce Momjian2006-04-27
* Simplify ParamListInfo data structure to support only numbered parameters,Tom Lane2006-04-22
* Support the syntaxTom Lane2006-04-15
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-07
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05