postgresql/src/include/catalog
Robert Haas c10575ff00 Rewrite comment code for better modularity, and add necessary locking.
Review by Alvaro Herrera, KaiGai Kohei, and Tom Lane.
2010-08-27 11:47:41 +00:00
..
catalog.h Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
catversion.h Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
dependency.h Rewrite comment code for better modularity, and add necessary locking. 2010-08-27 11:47:41 +00:00
duplicate_oids Extend the BKI infrastructure to allow system catalogs to be given 2009-09-26 22:42:03 +00:00
genbki.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
heap.h CREATE TABLE IF NOT EXISTS. 2010-07-25 23:21:22 +00:00
index.h Work around deadlock problems with VACUUM FULL/CLUSTER on system catalogs, 2010-02-07 22:40:33 +00:00
indexing.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
namespace.h Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
objectaddress.h Rewrite comment code for better modularity, and add necessary locking. 2010-08-27 11:47:41 +00:00
pg_aggregate.h Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:19 +00:00
pg_am.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_amop.h Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
pg_amproc.h Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
pg_attrdef.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_attribute.h Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. 2010-01-22 16:40:19 +00:00
pg_auth_members.h Arrange for client authentication to occur before we select a specific 2010-04-20 23:48:47 +00:00
pg_authid.h Arrange for client authentication to occur before we select a specific 2010-04-20 23:48:47 +00:00
pg_cast.h Add support for dividing money by money (yielding a float8 result) and for 2010-07-16 02:15:56 +00:00
pg_class.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_constraint.h Recognize functional dependency on primary keys. This allows a table's 2010-08-07 02:44:09 +00:00
pg_control.h Correct sundry errors in Hot Standby-related comments. 2010-08-12 23:24:54 +00:00
pg_conversion.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_conversion_fn.h Fold FindConversion() into FindConversionByName() and remove ACL check. 2010-02-02 18:52:33 +00:00
pg_database.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_db_role_setting.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_default_acl.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_depend.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_description.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_enum.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_foreign_data_wrapper.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_foreign_server.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_index.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_inherits.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_inherits_fn.h Tighten integrity checks on ALTER TABLE ... ALTER COLUMN ... RENAME. 2010-02-01 19:28:56 +00:00
pg_language.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_largeobject.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_largeobject_metadata.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_namespace.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_opclass.h Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
pg_operator.h Add support for dividing money by money (yielding a float8 result) and for 2010-07-16 02:15:56 +00:00
pg_opfamily.h Add point_ops opclass for GiST. 2010-01-14 16:31:09 +00:00
pg_pltemplate.h Use different function names for plpython3 handlers, to avoid clashes in 2010-06-29 00:18:11 +00:00
pg_proc.h Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 2010-08-24 06:30:44 +00:00
pg_proc_fn.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_rewrite.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_shdepend.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_shdescription.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_statistic.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_tablespace.h Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
pg_trigger.h Improve the handling of SET CONSTRAINTS commands by having them search 2010-01-17 22:56:23 +00:00
pg_ts_config.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_ts_config_map.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_ts_dict.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_ts_parser.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_ts_template.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_type.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_type_fn.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_user_mapping.h Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
storage.h Include the backend ID in the relpath of temporary relations. 2010-08-13 20:10:54 +00:00
toasting.h Arrange for client authentication to occur before we select a specific 2010-04-20 23:48:47 +00:00
unused_oids Extend the BKI infrastructure to allow system catalogs to be given 2009-09-26 22:42:03 +00:00