| Commit message (Expand) | Author | Age |
* | Reject duplicate column names in foreign key referenced-columns lists. | Tom Lane | 2014-08-09 |
* | Move log_newpage and log_newpage_buffer to xlog.c. | Heikki Linnakangas | 2014-07-31 |
* | Move view reloptions into their own varlena struct | Alvaro Herrera | 2014-07-14 |
* | Don't allow foreign tables with OIDs. | Heikki Linnakangas | 2014-06-24 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Rationalize common/relpath.[hc]. | Tom Lane | 2014-04-30 |
* | Make security barrier views automatically updatable | Stephen Frost | 2014-04-12 |
* | Reduce lock levels of some ALTER TABLE cmds | Simon Riggs | 2014-04-06 |
* | Offer triggers on foreign tables. | Noah Misch | 2014-03-23 |
* | C comments: improve description of relfilenode uniqueness | Bruce Momjian | 2014-03-08 |
* | Update a few comments to mention materialized views. | Robert Haas | 2014-02-25 |
* | Avoid repeated name lookups during table and index DDL. | Robert Haas | 2014-02-17 |
* | Make DROP IF EXISTS more consistently not fail | Alvaro Herrera | 2014-01-23 |
* | Allow SET TABLESPACE to database default | Stephen Frost | 2014-01-18 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Add a new reloption, user_catalog_table. | Robert Haas | 2013-12-10 |
* | Don't include unused space in LOG_NEWPAGE records. | Heikki Linnakangas | 2013-12-04 |
* | Refine our definition of what constitutes a system relation. | Robert Haas | 2013-11-28 |
* | Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. | Tom Lane | 2013-11-21 |
* | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut | 2013-11-10 |
* | Add the notion of REPLICA IDENTITY for a table. | Robert Haas | 2013-11-08 |
* | Allow only some columns of a view to be auto-updateable. | Robert Haas | 2013-10-18 |
* | Don't allow system columns in CHECK constraints, except tableoid. | Robert Haas | 2013-09-23 |
* | Don't allow ALTER MATERIALIZED VIEW ADD UNIQUE. | Kevin Grittner | 2013-08-15 |
* | 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 |