aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog
Commit message (Expand)AuthorAge
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Rename some encoding conversion modules to keep pathnames in our sourceTom Lane2009-11-04
* Implement parser hooks for processing ColumnRef and ParamRef nodes, as per myTom Lane2009-10-31
* When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan nodeTom Lane2009-10-28
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Support SQL-compliant triggers on columns, ie fire only if certain columnsTom Lane2009-10-14
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Use pg_get_triggerdef in pg_dumpPeter Eisentraut2009-10-09
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-26
* Implement the DO statement to support execution of PL code without havingTom Lane2009-09-22
* Bump catversion for flat-file-ectomy. Also remove a missed dead externTom Lane2009-09-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* Make TRUNCATE do truncate-in-place when processing a relation that was createdTom Lane2009-08-23
* Remove stray character in type descriptionPeter Eisentraut2009-08-13
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Cause pg_proc.probin to be declared as text, not bytea. Everything wasTom Lane2009-08-04
* Implement has_sequence_privilege()Joe Conway2009-08-03
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.Tom Lane2009-07-28
* Change pg_listener attribute number constants to match the usual patternPeter Eisentraut2009-07-21
* Teach simplify_boolean_equality to simplify the forms foo <> true andTom Lane2009-07-20
* Make backend header files C++ safePeter Eisentraut2009-07-16
* Alter some gratuitous uses of "ANSI" when "SQL standard" might have beenPeter Eisentraut2009-07-11
* Fix typo in comment.Tom Lane2009-07-07
* More sensible character_octet_lengthPeter Eisentraut2009-07-07
* Refine the use of terminology around bound and unbound cursors and cursorPeter Eisentraut2009-06-18
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Mark internal_in as not strict, so that the construct "null::internal"Tom Lane2009-06-09
* Modify find_inheritance_children() and find_all_inheritors() to add theTom Lane2009-05-12
* Do some minor code refactoring in preparation for changing the APIs ofTom Lane2009-05-12
* Add an option to AlterTableCreateToastTable() to allow its caller to forceTom Lane2009-05-07
* Remove SQL-compatibility function cardinality(). It is not exactly clearTom Lane2009-04-09
* Add an optional parameter to pg_start_backup() that specifies whether to doTom Lane2009-04-07
* Change cardinality() into a C-code function, instead of a SQL-languageTom Lane2009-04-05
* Add a "relistemp" boolean column to pg_class, which is true for temporaryTom Lane2009-03-31
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Teach the planner to support index access methods that only implementTom Lane2009-03-05
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Adopt Bob Jenkins' improved hash function for hash_any(). This changes theTom Lane2009-02-09
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Clean up some loose ends from the column privileges patch: addTom Lane2009-02-06