index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
rules.out
Commit message (
Expand
)
Author
Age
*
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-17
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
*
Again match pg_user_mappings to information_schema.user_mapping_options.
Noah Misch
2017-08-07
*
Match pg_user_mappings limits to information_schema.user_mapping_options.
Noah Misch
2017-05-08
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
*
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-10-03
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Improve design and implementation of pg_file_settings view.
Tom Lane
2015-06-28
*
Fix yet another bug in ON CONFLICT rule deparsing.
Andres Freund
2015-05-23
*
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
*
Add pg_settings.pending_restart column
Peter Eisentraut
2015-05-14
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Add pg_file_settings view and function
Stephen Frost
2015-05-08
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-22
*
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Remove rolcatupdate
Peter Eisentraut
2015-03-06
*
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-25
*
Add usebypassrls to pg_user and pg_shadow
Stephen Frost
2015-01-28
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-10-03
*
Code review for row security.
Stephen Frost
2014-09-24
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.
Tom Lane
2014-06-16
*
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
*
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
*
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-30
*
psql: conditionally display oids and replication identity
Bruce Momjian
2014-04-15
*
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-29
*
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-26
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-25
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-29
*
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
*
Use unaligned output in selected regression queries to reduce diff noise.
Tom Lane
2013-10-26
*
Expose the estimation of number of changed tuples since last analyze
Magnus Hagander
2013-07-05
*
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-04
*
Fix crash when trying to display a NOTIFY rule action.
Tom Lane
2013-05-16
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
[next]