postgresql/src/include/catalog
Tom Lane cb8b6618ce Revise pgstats stuff to fix the problems with not counting accesses
generated by bitmap index scans.  Along the way, simplify and speed up
the code for counting sequential and index scans; it was both confusing
and inefficient to be taking care of that in the per-tuple loops, IMHO.
initdb forced because of internal changes in pg_stat view definitions.
2005-10-06 02:29:23 +00:00
..
catalog.h Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00
catversion.h Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
dependency.h Add ALTER object SET SCHEMA capability for a limited but useful set of 2005-08-01 04:03:59 +00:00
duplicate_oids First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
heap.h Arrange for indexes and toast tables to inherit their ownership from 2005-08-26 03:08:15 +00:00
index.h This patch refactors away some duplicated code in the index AM build 2005-05-11 06:24:55 +00:00
indexing.h Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
namespace.h Add ALTER object SET SCHEMA capability for a limited but useful set of 2005-08-01 04:03:59 +00:00
pg_aggregate.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_am.h Concurrency for GiST 2005-06-27 12:45:23 +00:00
pg_amop.h Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
pg_amproc.h Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
pg_attrdef.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_attribute.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_auth_members.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_authid.h Add per-user and per-database connection limit options. 2005-07-31 17:19:22 +00:00
pg_autovacuum.h Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost 2005-08-11 21:11:50 +00:00
pg_cast.h Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
pg_class.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_constraint.h Add ALTER object SET SCHEMA capability for a limited but useful set of 2005-08-01 04:03:59 +00:00
pg_control.h Expand pg_control information so that we can verify that the database 2005-10-03 00:28:43 +00:00
pg_conversion.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_database.h Add per-user and per-database connection limit options. 2005-07-31 17:19:22 +00:00
pg_depend.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_description.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_index.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_inherits.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_language.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_largeobject.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_listener.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_namespace.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_opclass.h Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
pg_operator.h Migrate rtree_gist functionality into the core system, and add some 2005-07-01 19:19:05 +00:00
pg_pltemplate.h Create the pg_pltemplate system catalog to hold template information 2005-09-08 20:07:42 +00:00
pg_proc.h Change nextval and other sequence functions to specify their sequence 2005-10-02 23:50:16 +00:00
pg_rewrite.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_shdepend.h Track dependencies on shared objects (which is to say, roles; we already 2005-07-07 20:40:02 +00:00
pg_statistic.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_tablespace.h Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 2005-06-28 05:09:14 +00:00
pg_trigger.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
pg_type.h Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00
unused_oids First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00