| Commit message (Expand) | Author | Age |
... | |
* | Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't | Heikki Linnakangas | 2013-01-29 |
* | 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 |
* | Fix failure to ignore leftover temp tables after a server crash. | Tom Lane | 2012-12-17 |
* | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane | 2012-11-28 |
* | Fix handling of inherited check constraints in ALTER COLUMN TYPE. | Tom Lane | 2012-11-05 |
* | Fix ALTER EXTENSION / SET SCHEMA | Alvaro Herrera | 2012-10-31 |
* | Add context info to OAT_POST_CREATE security hook | Alvaro Herrera | 2012-10-23 |
* | Comment fixes. | Robert Haas | 2012-08-30 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. | Tom Lane | 2012-08-11 |
* | Centralize the logic for detecting misplaced aggregates, window funcs, etc. | Tom Lane | 2012-08-10 |
* | Fix typo in comment | Alvaro Herrera | 2012-08-08 |
* | connoinherit may be true only for CHECK constraints | Alvaro Herrera | 2012-07-20 |
* | Avoid pre-determining index names during CREATE TABLE LIKE parsing. | Tom Lane | 2012-07-16 |
* | Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. | Tom Lane | 2012-06-30 |
* | Improve reporting of permission errors for array types | Peter Eisentraut | 2012-06-15 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Improve error message for ALTER COLUMN TYPE coercion failure. | Tom Lane | 2012-05-16 |
* | Prevent loss of init fork when truncating an unlogged table. | Robert Haas | 2012-05-11 |
* | Lots of doc corrections. | Robert Haas | 2012-04-23 |
* | Recast "ONLY" column CHECK constraints as NO INHERIT | Alvaro Herrera | 2012-04-20 |
* | Allow statistics to be collected for foreign tables. | Tom Lane | 2012-04-06 |
* | Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock | Simon Riggs | 2012-04-06 |
* | Add support for renaming domain constraints | Peter Eisentraut | 2012-04-03 |
* | Add support for renaming constraints | Peter Eisentraut | 2012-03-10 |
* | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 |
* | ALTER TABLE: skip FK validation when it's safe to do so | Alvaro Herrera | 2012-02-27 |
* | Add some enumeration commas, for consistency | Peter Eisentraut | 2012-02-24 |
* | Be more clear when a new column name collides with a system column name. | Robert Haas | 2012-01-26 |
* | Classify DROP operations by whether or not they are user-initiated. | Robert Haas | 2012-01-26 |
* | ALTER <thing> [IF EXISTS] ... allows silent DDL if required, | Simon Riggs | 2012-01-23 |
* | Disallow merging ONLY constraints in children tables | Alvaro Herrera | 2012-01-16 |
* | Prevent adding relations to a concurrently dropped schema. | Robert Haas | 2012-01-16 |
* | Fix backwards logic in previous commit. | Robert Haas | 2012-01-06 |
* | Improve behavior of concurrent ALTER TABLE, and do some refactoring. | Robert Haas | 2012-01-06 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add a security_barrier option for views. | Robert Haas | 2011-12-22 |
* | Update per-column ACLs, not only per-table ACL, when changing table owner. | Tom Lane | 2011-12-21 |
* | Improve behavior of concurrent CLUSTER. | Robert Haas | 2011-12-21 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Allow CHECK constraints to be declared ONLY | Alvaro Herrera | 2011-12-19 |
* | Improve behavior of concurrent ALTER <relation> .. SET SCHEMA. | Robert Haas | 2011-12-15 |
* | Improve behavior of concurrent rename statements. | Robert Haas | 2011-12-15 |
* | Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94. | Robert Haas | 2011-12-06 |
* | Improve table locking behavior in the face of current DDL. | Robert Haas | 2011-11-30 |
* | Change FK trigger naming convention to fix self-referential FKs. | Tom Lane | 2011-10-26 |
* | Change FK trigger creation order to better support self-referential FKs. | Tom Lane | 2011-10-26 |
* | Fix ALTER TABLE ONLY .. DROP CONSTRAINT. | Robert Haas | 2011-10-09 |