| Commit message (Expand) | Author | Age |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | get_object_address: separate domain constraints from table constraints | Alvaro Herrera | 2014-12-23 |
* | Allow CHECK constraints to be placed on foreign tables. | Tom Lane | 2014-12-17 |
* | Event Trigger for table_rewrite | Simon Riggs | 2014-12-08 |
* | Rename pg_rowsecurity -> pg_policy and other fixes | Stephen Frost | 2014-11-27 |
* | Fix relpersistence setting in reindex_index | Alvaro Herrera | 2014-11-17 |
* | Get rid of SET LOGGED indexes persistence kludge | Alvaro Herrera | 2014-11-15 |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 |
* | Message improvements | Peter Eisentraut | 2014-10-12 |
* | Split builtins.h to a new header ruleutils.h | Alvaro Herrera | 2014-10-08 |
* | Code review for row security. | Stephen Frost | 2014-09-24 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | Assorted message fixes and improvements | Peter Eisentraut | 2014-09-05 |
* | Issue clearer notice when inherited merged columns are moved | Bruce Momjian | 2014-09-03 |
* | Oops, forgot to "git add" one last change | Alvaro Herrera | 2014-08-25 |
* | Editorial review of SET UNLOGGED | Alvaro Herrera | 2014-08-25 |
* | Implement ALTER TABLE .. SET LOGGED / UNLOGGED | Alvaro Herrera | 2014-08-22 |
* | Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' | Stephen Frost | 2014-08-21 |
* | 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 |