| Commit message (Expand) | Author | Age |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 |
* | Rename some encoding conversion modules to keep pathnames in our source | Tom Lane | 2009-11-04 |
* | Implement parser hooks for processing ColumnRef and ParamRef nodes, as per my | Tom Lane | 2009-10-31 |
* | When FOR UPDATE/SHARE is used with LIMIT, put the LockRows plan node | Tom Lane | 2009-10-28 |
* | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 |
* | CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga... | Andrew Dunstan | 2009-10-12 |
* | Move the handling of SELECT FOR UPDATE locking and rechecking out of | Tom Lane | 2009-10-12 |
* | Use pg_get_triggerdef in pg_dump | Peter Eisentraut | 2009-10-09 |
* | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Extend the BKI infrastructure to allow system catalogs to be given | Tom Lane | 2009-09-26 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 |
* | Bump catversion for flat-file-ectomy. Also remove a missed dead extern | Tom Lane | 2009-09-01 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 |
* | Make TRUNCATE do truncate-in-place when processing a relation that was created | Tom Lane | 2009-08-23 |
* | Remove stray character in type description | Peter Eisentraut | 2009-08-13 |
* | Allow backends to start up without use of the flat-file copy of pg_database. | Tom Lane | 2009-08-12 |
* | Cause pg_proc.probin to be declared as text, not bytea. Everything was | Tom Lane | 2009-08-04 |
* | Implement has_sequence_privilege() | Joe Conway | 2009-08-03 |
* | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 |
* | Change pg_listener attribute number constants to match the usual pattern | Peter Eisentraut | 2009-07-21 |
* | Teach simplify_boolean_equality to simplify the forms foo <> true and | Tom Lane | 2009-07-20 |
* | Make backend header files C++ safe | Peter Eisentraut | 2009-07-16 |
* | Alter some gratuitous uses of "ANSI" when "SQL standard" might have been | Peter Eisentraut | 2009-07-11 |
* | Fix typo in comment. | Tom Lane | 2009-07-07 |
* | More sensible character_octet_length | Peter Eisentraut | 2009-07-07 |
* | Refine the use of terminology around bound and unbound cursors and cursor | Peter Eisentraut | 2009-06-18 |
* | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane | 2009-06-11 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Mark internal_in as not strict, so that the construct "null::internal" | Tom Lane | 2009-06-09 |
* | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane | 2009-05-12 |
* | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane | 2009-05-12 |
* | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane | 2009-05-07 |
* | Remove SQL-compatibility function cardinality(). It is not exactly clear | Tom Lane | 2009-04-09 |
* | Add an optional parameter to pg_start_backup() that specifies whether to do | Tom Lane | 2009-04-07 |
* | Change cardinality() into a C-code function, instead of a SQL-language | Tom Lane | 2009-04-05 |
* | Add a "relistemp" boolean column to pg_class, which is true for temporary | Tom Lane | 2009-03-31 |
* | Adjust the APIs for GIN opclass support functions to allow the extractQuery() | Tom Lane | 2009-03-25 |
* | Implement "fastupdate" support for GIN indexes, in which we try to accumulate | Tom Lane | 2009-03-24 |
* | Teach the planner to support index access methods that only implement | Tom Lane | 2009-03-05 |
* | Add the possibility to specify an explicit validator function for foreign-data | Peter Eisentraut | 2009-02-24 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | Adopt Bob Jenkins' improved hash function for hash_any(). This changes the | Tom Lane | 2009-02-09 |
* | Update autovacuum to use reloptions instead of a system catalog, for | Alvaro Herrera | 2009-02-09 |
* | Clean up some loose ends from the column privileges patch: add | Tom Lane | 2009-02-06 |