| Commit message (Expand) | Author | Age |
* | WITH CHECK OPTION support for auto-updatable VIEWs | Stephen Frost | 2013-07-18 |
* | Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY. | Kevin Grittner | 2013-07-16 |
* | Update messages, comments and documentation for materialized views. | Noah Misch | 2013-07-05 |
* | Get rid of pg_class.reltoastidxid. | Fujii Masao | 2013-07-04 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | ALTER TABLE ... ALTER CONSTRAINT for FKs | Simon Riggs | 2013-06-29 |
* | Assert that ALTER TABLE subcommands have pass set | Simon Riggs | 2013-06-29 |
* | Reverting previous commit, pending investigation | Simon Riggs | 2013-06-24 |
* | ALTER TABLE ... ALTER CONSTRAINT for FKs | Simon Riggs | 2013-06-24 |
* | Post-pgindent cleanup | Stephen Frost | 2013-06-01 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Allow CREATE FOREIGN TABLE to include SERIAL columns. | Tom Lane | 2013-05-15 |
* | Clean up the mess around EXPLAIN and materialized views. | Tom Lane | 2013-04-12 |
* | Fix checksums for CLUSTER, VACUUM FULL etc. | Simon Riggs | 2013-04-07 |
* | 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-22 |
* | Extend object-access hook machinery to support post-alter events. | Robert Haas | 2013-03-17 |
* | Allow default expressions to be attached to columns of foreign tables. | Tom Lane | 2013-03-12 |
* | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | 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-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 |