Age | Commit message (Expand) | Author |
2013-03-22 | Fix problems with incomplete attempt to prohibit OIDS with MVs. | Kevin Grittner |
2013-03-22 | Allow I/O reliability checks using 16-bit checksums | Simon Riggs |
2013-03-17 | Extend object-access hook machinery to support post-alter events. | Robert Haas |
2013-03-12 | Allow default expressions to be attached to columns of foreign tables. | Tom Lane |
2013-03-06 | Code beautification for object-access hook machinery. | Robert Haas |
2013-03-03 | Add a materialized view relations. | Kevin Grittner |
2013-01-29 | Provide database object names as separate fields in error messages. | Tom Lane |
2013-01-29 | Skip truncating ON COMMIT DELETE ROWS temp tables, if the transaction hasn't | Heikki Linnakangas |
2013-01-23 | Improve concurrency of foreign key locking | Alvaro Herrera |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-12-23 | Adjust many backend functions to return OID rather than void. | Robert Haas |
2012-12-17 | Fix failure to ignore leftover temp tables after a server crash. | Tom Lane |
2012-11-28 | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane |
2012-11-05 | Fix handling of inherited check constraints in ALTER COLUMN TYPE. | Tom Lane |
2012-10-31 | Fix ALTER EXTENSION / SET SCHEMA | Alvaro Herrera |
2012-10-23 | Add context info to OAT_POST_CREATE security hook | Alvaro Herrera |
2012-08-30 | Comment fixes. | Robert Haas |
2012-08-28 | Split heapam_xlog.h from heapam.h | Alvaro Herrera |
2012-08-11 | Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. | Tom Lane |
2012-08-10 | Centralize the logic for detecting misplaced aggregates, window funcs, etc. | Tom Lane |
2012-08-08 | Fix typo in comment | Alvaro Herrera |
2012-07-20 | connoinherit may be true only for CHECK constraints | Alvaro Herrera |
2012-07-16 | Avoid pre-determining index names during CREATE TABLE LIKE parsing. | Tom Lane |
2012-06-30 | Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. | Tom Lane |
2012-06-15 | Improve reporting of permission errors for array types | Peter Eisentraut |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-05-16 | Improve error message for ALTER COLUMN TYPE coercion failure. | Tom Lane |
2012-05-11 | Prevent loss of init fork when truncating an unlogged table. | Robert Haas |
2012-04-23 | Lots of doc corrections. | Robert Haas |
2012-04-20 | Recast "ONLY" column CHECK constraints as NO INHERIT | Alvaro Herrera |
2012-04-06 | 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-03 | Add support for renaming domain constraints | Peter Eisentraut |
2012-03-10 | Add support for renaming constraints | Peter Eisentraut |
2012-03-09 | Extend object access hook framework to support arguments, and DROP. | Robert Haas |
2012-02-27 | ALTER TABLE: skip FK validation when it's safe to do so | Alvaro Herrera |
2012-02-24 | Add some enumeration commas, for consistency | Peter Eisentraut |
2012-01-26 | 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-23 | ALTER <thing> [IF EXISTS] ... allows silent DDL if required, | Simon Riggs |
2012-01-16 | Disallow merging ONLY constraints in children tables | Alvaro Herrera |
2012-01-16 | Prevent adding relations to a concurrently dropped schema. | Robert Haas |
2012-01-06 | 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-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-12-22 | Add a security_barrier option for views. | Robert Haas |
2011-12-21 | 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-20 | Add support for privileges on types | Peter Eisentraut |
2011-12-19 | Allow CHECK constraints to be declared ONLY | Alvaro Herrera |