postgresql/src/include/catalog
Tom Lane 387060951e Add an optional parameter to pg_start_backup() that specifies whether to do
the checkpoint in immediate or lazy mode.  This is to address complaints
that pg_start_backup() takes a long time even when there's no need to minimize
its I/O consumption.
2009-04-07 00:31:26 +00:00
..
catalog.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
catversion.h Add an optional parameter to pg_start_backup() that specifies whether to do 2009-04-07 00:31:26 +00:00
dependency.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
duplicate_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
genbki.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
heap.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
index.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
indexing.h Update autovacuum to use reloptions instead of a system catalog, for 2009-02-09 20:57:59 +00:00
namespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_aggregate.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_am.h Implement "fastupdate" support for GIN indexes, in which we try to accumulate 2009-03-24 20:17:18 +00:00
pg_amop.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_amproc.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_attrdef.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_attribute.h Add a "relistemp" boolean column to pg_class, which is true for temporary 2009-03-31 17:59:56 +00:00
pg_auth_members.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_authid.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_cast.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_class.h Add a "relistemp" boolean column to pg_class, which is true for temporary 2009-03-31 17:59:56 +00:00
pg_constraint.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_control.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_conversion.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_conversion_fn.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_database.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_depend.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_description.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_enum.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_foreign_data_wrapper.h Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
pg_foreign_server.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_index.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_inherits.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_language.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_largeobject.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_listener.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_namespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_opclass.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_operator.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_opfamily.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_pltemplate.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_proc.h Add an optional parameter to pg_start_backup() that specifies whether to do 2009-04-07 00:31:26 +00:00
pg_proc_fn.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_rewrite.h Revert updatable views 2009-01-27 12:40:15 +00:00
pg_shdepend.h Support column-level privileges, as required by SQL standard. 2009-01-22 20:16:10 +00:00
pg_shdescription.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_statistic.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_tablespace.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_trigger.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_config.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_config_map.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_dict.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_parser.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_ts_template.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_type.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pg_type_fn.h Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 2009-02-24 01:38:10 +00:00
pg_user_mapping.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
toasting.h Allow reloption names to have qualifiers, initially supporting a TOAST 2009-02-02 19:31:40 +00:00
unused_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00