| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 | 1 | -4/+4 |
| * | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 2011-09-22 | 1 | -1/+0 |
| * | Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. | Tom Lane | 2011-08-21 | 1 | -3/+3 |
| * | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 | 1 | -3/+3 |
| * | Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. | Tom Lane | 2011-07-12 | 1 | -1/+3 |
| * | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 | 1 | -2/+16 |
| * | Finish disabling reduced-lock-levels-for-DDL feature. | Tom Lane | 2011-07-07 | 1 | -14/+4 |
| * | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 | 1 | -0/+1 |
| * | Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. | Tom Lane | 2011-06-15 | 1 | -0/+2 |
| * | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 | 1 | -1/+2 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -18/+18 |
| * | Fix collations when we call transformWhereClause from outside the parser. | Tom Lane | 2011-04-07 | 1 | -0/+3 |
| * | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 | 1 | -2/+2 |
| * | Fix dangling-pointer problem in before-row update trigger processing. | Tom Lane | 2011-02-21 | 1 | -35/+120 |
| * | Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. | Simon Riggs | 2011-02-08 | 1 | -0/+1 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 | 1 | -0/+5 |
| * | Support triggers on views. | Tom Lane | 2010-10-10 | 1 | -239/+338 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 | 1 | -2/+2 |
| * | Fix possible corruption of AfterTriggerEventLists in subtransaction rollback. | Tom Lane | 2010-08-19 | 1 | -1/+11 |
| * | Standardize get_whatever_oid functions for other object types. | Robert Haas | 2010-08-05 | 1 | -44/+61 |
| * | Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions. | Simon Riggs | 2010-07-28 | 1 | -5/+15 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -55/+56 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -4/+3 |
| * | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 | 1 | -5/+12 |
| * | Improve the handling of SET CONSTRAINTS commands by having them search | Tom Lane | 2010-01-17 | 1 | -146/+199 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -24/+287 |
| * | Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check | Tom Lane | 2009-10-27 | 1 | -2/+8 |
| * | Re-implement EvalPlanQual processing to improve its performance and eliminate | Tom Lane | 2009-10-26 | 1 | -12/+20 |
| * | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -110/+151 |
| * | Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c. | Tom Lane | 2009-10-10 | 1 | -10/+22 |
| * | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -1/+2 |
| * | Merge the Constraint and FkConstraint node types into a single type. | Tom Lane | 2009-07-30 | 1 | -4/+6 |
| * | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 1 | -22/+42 |
| * | Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid. | Tom Lane | 2009-07-28 | 1 | -3/+14 |
| * | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane | 2009-06-18 | 1 | -45/+7 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -28/+30 |
| * | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 | 1 | -19/+14 |
| * | Update comments to reflect that tgenabled is not a boolean anymore. | Heikki Linnakangas | 2009-01-22 | 1 | -3/+5 |
| * | Make some strings translatable again that were accidentally removed in | Magnus Hagander | 2009-01-21 | 1 | -4/+4 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 | 1 | -1/+20 |
| * | Fix a few more format argument warnings. | Magnus Hagander | 2008-11-21 | 1 | -4/+4 |
| * | Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint | Tom Lane | 2008-11-09 | 1 | -55/+39 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -4/+4 |
| * | Reduce the memory footprint of large pending-trigger-event lists, as per my | Tom Lane | 2008-10-24 | 1 | -324/+513 |
| * | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 | 1 | -3/+3 |
| * | Adjust things so that the query_string of a cached plan and the sourceText of | Tom Lane | 2008-07-18 | 1 | -2/+3 |