| Commit message (Expand) | Author | Age |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Offer triggers on foreign tables. | Noah Misch | 2014-03-23 |
* | Improve comments about AfterTriggerBeginQuery() query level usage. | Noah Misch | 2014-03-23 |
* | Avoid repeated name lookups during table and index DDL. | Robert Haas | 2014-02-17 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |
* | Refine our definition of what constitutes a system relation. | Robert Haas | 2013-11-28 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | Post-pgindent cleanup | Stephen Frost | 2013-06-01 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Editorialize a bit on new ProcessUtility() API. | Tom Lane | 2013-04-28 |
* | Extend object-access hook machinery to support post-alter events. | Robert Haas | 2013-03-17 |
* | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 |
* | Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent | Bruce Momjian | 2013-01-26 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 |
* | Add missing buffer lock acquisition in GetTupleForTrigger(). | Tom Lane | 2012-11-30 |
* | Throw error if expiring tuple is again updated or deleted. | Kevin Grittner | 2012-10-26 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Centralize the logic for detecting misplaced aggregates, window funcs, etc. | Tom Lane | 2012-08-10 |
* | connoinherit may be true only for CHECK constraints | Alvaro Herrera | 2012-07-20 |
* | Make new event trigger facility actually do something. | Robert Haas | 2012-07-20 |
* | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut | 2012-06-25 |
* | Improve tests for whether we can skip queueing RI enforcement triggers. | Tom Lane | 2012-06-19 |
* | Refer to the default foreign key match style as MATCH SIMPLE internally. | Tom Lane | 2012-06-17 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Recast "ONLY" column CHECK constraints as NO INHERIT | Alvaro Herrera | 2012-04-20 |
* | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 |
* | Require execute permission on the trigger function for CREATE TRIGGER. | Tom Lane | 2012-02-23 |
* | Add pg_trigger_depth() function | Alvaro Herrera | 2012-01-25 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Allow CHECK constraints to be declared ONLY | Alvaro Herrera | 2011-12-19 |
* | Improve behavior of concurrent rename statements. | Robert Haas | 2011-12-15 |
* | Improve table locking behavior in the face of current DDL. | Robert Haas | 2011-11-30 |
* | Further consolidation of DROP statement handling. | Robert Haas | 2011-11-17 |
* | More cleanup after failed reduced-lock-levels-for-DDL feature. | Tom Lane | 2011-10-21 |
* | Rearrange the implementation of index-only scans. | Tom Lane | 2011-10-11 |
* | Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps. | Tom Lane | 2011-09-22 |
* | Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. | Tom Lane | 2011-08-21 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 |
* | Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. | Tom Lane | 2011-07-12 |
* | Try to acquire relation locks in RangeVarGetRelid. | Robert Haas | 2011-07-08 |
* | Finish disabling reduced-lock-levels-for-DDL feature. | Tom Lane | 2011-07-07 |
* | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 |
* | Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling. | Tom Lane | 2011-06-15 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Fix collations when we call transformWhereClause from outside the parser. | Tom Lane | 2011-04-07 |
* | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 |