postgresql/src/include/catalog
Bruce Momjian ddd6ff289f Add database comments to template0 and postgres databases, and improve
the comments on the template1 database.  No catalog version bump because
they are just comments.
2011-03-15 11:26:57 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
catalog.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
catversion.h Split CollateClause into separate raw and analyzed node types. 2011-03-11 16:28:18 -05:00
dependency.h DDL support for collations 2011-02-12 15:55:18 +02:00
duplicate_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
genbki.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
heap.h Don't allow CREATE TABLE AS to create a column with invalid collation 2011-03-04 23:42:07 +02:00
index.h Per-column collation support 2011-02-08 23:04:18 +02:00
indexing.h Core support for "extensions", which are packages of SQL objects. 2011-02-08 16:13:22 -05:00
namespace.h Per-column collation support 2011-02-08 23:04:18 +02:00
objectaccess.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
objectaddress.h Allow non-superusers to create (some) extensions. 2011-03-04 16:08:53 -05:00
pg_aggregate.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_am.h Implement genuine serializable isolation level. 2011-02-08 00:09:08 +02:00
pg_amop.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_amproc.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_attrdef.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_attribute.h Per-column collation support 2011-02-08 23:04:18 +02:00
pg_auth_members.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_authid.h Give superusers REPLIACTION permission by default 2011-01-05 14:24:17 +01:00
pg_cast.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_class.h Add a relkind field to RangeTblEntry to avoid some syscache lookups. 2011-02-22 19:24:40 -05:00
pg_collation.h Create an explicit concept of collations that work for any encoding. 2011-03-11 13:20:11 -05:00
pg_collation_fn.h DDL support for collations 2011-02-12 15:55:18 +02:00
pg_constraint.h Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. 2011-02-08 12:23:20 +00:00
pg_control.h Named restore points in recovery. Users can record named points, then 2011-02-08 19:39:08 +00:00
pg_conversion.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_conversion_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_database.h Add database comments to template0 and postgres databases, and improve 2011-03-15 11:26:57 -04:00
pg_db_role_setting.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_default_acl.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_depend.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_description.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_enum.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_extension.h Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. 2011-02-11 21:25:57 -05:00
pg_foreign_data_wrapper.h Create the catalog infrastructure for foreign-data-wrapper handlers. 2011-02-19 00:07:15 -05:00
pg_foreign_server.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_foreign_table.h Cleanup copyright years and file names in the header comments of some files. 2011-03-10 15:05:33 +09:00
pg_index.h Per-column collation support 2011-02-08 23:04:18 +02:00
pg_inherits.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_inherits_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_language.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_largeobject.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_largeobject_metadata.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_namespace.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_opclass.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_operator.h Further refine patch for commenting operator implementation functions. 2011-03-03 15:55:47 -05:00
pg_opfamily.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_pltemplate.h Make plpythonu language use plpython2 shared library directly. 2011-03-05 15:13:15 -05:00
pg_proc.h Revert addition of third argument to format_type(). 2011-03-10 17:30:46 -05:00
pg_proc_fn.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_rewrite.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_seclabel.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_shdepend.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_shdescription.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_statistic.h Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
pg_tablespace.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_trigger.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_config.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_config_map.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_dict.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_parser.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ts_template.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_type.h Allow binary I/O of type "void". 2011-02-22 13:08:22 -05:00
pg_type_fn.h DDL support for collations 2011-02-12 15:55:18 +02:00
pg_user_mapping.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
toasting.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00