summaryrefslogtreecommitdiff
path: root/src/backend/catalog/system_views.sql
Commit message (Expand)AuthorAgeFilesLines
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-2/+3
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-2/+2
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-251-1/+6
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-1/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Add a new system view, pg_cursors, that displays the currently availableNeil Conway2006-01-181-1/+8
* Change the parameter_types column of the pg_prepared_statements to beNeil Conway2006-01-161-2/+2
* Add a new system view, pg_prepared_statements, that can be used toNeil Conway2006-01-081-1/+7
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-061-6/+7
* Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian2005-08-151-4/+5
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-151-5/+5
* Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane2005-08-131-1/+21
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+2
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-2/+4
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-7/+43
* Add a time-of-preparation column to the pg_prepared_xacts view, per anTom Lane2005-06-181-7/+8
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-25/+34
* Extend the pg_locks system view so that it can fully display all lockTom Lane2005-05-171-3/+5
* Complete the following TODO items:Neil Conway2005-05-091-2/+5
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-011-2/+2
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-111-5/+5
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-211-1/+5
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-211-5/+1
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-211-1/+5
* Please find attached a small patch against current cvs head, so thatBruce Momjian2004-04-261-11/+11
* pg_settings should have UPDATE privilege allowed to public.Tom Lane2004-01-141-1/+3
* Added new group of read-only GUC variables to allow simple accessJoe Conway2003-12-031-3/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Dunno why this got committed with DOS newlines, but fix that, andTom Lane2003-11-131-270/+273
* Add system_views.sql to CVS.Bruce Momjian2003-11-111-0/+270