postgresql/src/include/catalog
Tom Lane 4de174d4bf Fix permissions on pg_largeobject_metadata.h in 9.0 branch.
For some reason it was 0755 instead of 0644.
2011-09-11 13:17:12 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:06 +02:00
catalog.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
catversion.h Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:31 +00:00
dependency.h Fix updateAclDependencies() to not assume that ACL role dependencies can only 2010-04-05 01:09:53 +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 Prevent a rowtype from being included in itself. 2011-03-28 15:45:02 -04:00
index.h Avoid changing an index's indcheckxmin horizon during REINDEX. 2011-04-19 18:51:03 -04:00
indexing.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
namespace.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_aggregate.h Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:31 +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 Get rid of the need for manual maintenance of the initial contents of 2010-01-05 01:06:57 +00:00
pg_class.h pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_constraint.h Update comment for pg_constraint.conindid to mention that it's used for 2010-03-11 03:36:22 +00:00
pg_control.h Correct sundry errors in Hot Standby-related comments. 2010-08-12 23:25:45 +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 Fix permissions on pg_largeobject_metadata.h in 9.0 branch. 2011-09-11 13:17:12 -04: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 point_ops opclass for GiST. 2010-01-14 16:31:09 +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 Remove the single-argument form of string_agg(). It added nothing much in 2010-08-05 18:21:31 +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 Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:54 -05: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 Create a "relation mapping" infrastructure to support changing the relfilenodes 2010-02-07 20:48:13 +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