summaryrefslogtreecommitdiff
path: root/src/backend/catalog/system_views.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix more things to be parallel-safe.Robert Haas2016-05-031-8/+8
* Fix parallel safety markings for pg_start_backup.Robert Haas2016-05-021-1/+2
* Use GRANT system to manage access to sensitive functionsStephen Frost2016-04-061-0/+21
* Add jsonb_insertTeodor Sigaev2016-04-061-0/+8
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-051-1/+1
* Introduce parse_ident()Teodor Sigaev2016-03-181-0/+7
* Add simple VACUUM progress reporting.Robert Haas2016-03-151-0/+18
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-101-1/+2
* Add new system view, pg_configJoe Conway2016-02-171-0/+6
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-091-0/+1
* pgstat: add WAL receiver status view & SRFAlvaro Herrera2016-01-071-0/+16
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Adjust behavior of single-user -j mode for better initdb error reporting.Tom Lane2015-12-171-0/+8
* Allow pg_create_physical_replication_slot() to reserve WAL.Andres Freund2015-08-111-0/+7
* Add confirmed_flush column to pg_replication_slots.Andres Freund2015-08-101-1/+2
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-281-2/+4
* Rename jsonb_replace to jsonb_set and allow it to add new valuesAndrew Dunstan2015-05-311-0/+8
* Add pg_file_settings view and functionStephen Frost2015-05-081-0/+6
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-0/+7
* Rename pg_replication_slot's new active_in to active_pid.Andres Freund2015-04-221-1/+1
* Add 'active_in' column to pg_replication_slots.Andres Freund2015-04-211-0/+1
* Add system view pg_stat_sslMagnus Hagander2015-04-121-0/+11
* Remove rolcatupdatePeter Eisentraut2015-03-061-3/+0
* Add usebypassrls to pg_user and pg_shadowStephen Frost2015-01-281-0/+2
* Clean up some mess in row-security patches.Tom Lane2015-01-241-7/+6
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-14/+14
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-14/+14
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-271-9/+9
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-031-4/+6
* Revert 95d737ff to add 'ignore_nulls'Stephen Frost2014-09-291-14/+0
* Code review for row security.Stephen Frost2014-09-241-1/+1
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-1/+31
* Add 'ignore_nulls' option to row_to_jsonStephen Frost2014-09-111-0/+14
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-291-24/+2
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-051-4/+4
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-261-0/+16
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-231-0/+8
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-041-0/+9
* Introduce logical decoding.Robert Haas2014-03-031-0/+34
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-251-0/+3
* Switch various builtin functions to use pg_lsn instead of text.Robert Haas2014-02-191-1/+1
* Introduce replication slots.Robert Haas2014-01-311-0/+12
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-291-0/+11
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Expose the estimation of number of changed tuples since last analyzeMagnus Hagander2013-07-051-0/+1
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-041-5/+5
* Remove whitespace from end of linesPeter Eisentraut2013-05-301-2/+2
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-1/+1
* Add new JSON processing functions and parser API.Andrew Dunstan2013-03-291-0/+8