aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/rules.out
Commit message (Expand)AuthorAge
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-17
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-03-21
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-07
* Match pg_user_mappings limits to information_schema.user_mapping_options.Noah Misch2017-05-08
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane2016-02-07
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-03
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-23
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-19
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-22
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-21
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Remove rolcatupdatePeter Eisentraut2015-03-06
* Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane2015-02-25
* Add usebypassrls to pg_user and pg_shadowStephen Frost2015-01-28
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-23
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-23
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Code review for row security.Stephen Frost2014-09-24
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane2014-06-16
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-30
* Limit overall indentation in rule/view dumps.Tom Lane2014-04-30
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-30
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* Introduce logical decoding.Robert Haas2014-03-03
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Introduce replication slots.Robert Haas2014-01-31
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-11
* Use unaligned output in selected regression queries to reduce diff noise.Tom Lane2013-10-26
* Expose the estimation of number of changed tuples since last analyzeMagnus Hagander2013-07-05
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-04
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-16
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06