postgresql/src/include/catalog
Tom Lane f793effdc7 Further patch rangetypes_selfuncs.c's statistics slot management.
Values in a STATISTIC_KIND_RANGE_LENGTH_HISTOGRAM slot are float8,
not of the type of the column the statistics are for.

This bug is at least partly the fault of sloppy specification comments
for get_attstatsslot()/free_attstatsslot(): the type OID they want is that
of the stavalues entries, not of the underlying column.  (I double-checked
other callers and they seem to get this right.)  Adjust the comments to be
more correct.

Per buildfarm.

Security: CVE-2017-7484
2017-05-08 15:02:58 -04:00
..
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
binary_upgrade.h Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old. 2016-05-06 22:05:51 -04:00
catalog.h Rationalize common/relpath.[hc]. 2014-04-30 17:30:50 -04:00
catversion.h Change JSONB's on-disk format for improved performance. 2014-09-29 12:29:24 -04:00
dependency.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
duplicate_oids pgindent run for 9.4 2014-05-06 12:12:18 -04:00
genbki.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
heap.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
index.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
indexing.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
namespace.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
objectaccess.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
objectaddress.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_aggregate.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_am.h Allow opclasses to provide tri-valued GIN consistent functions. 2014-03-12 17:51:30 +02:00
pg_amop.h Add btree and hash opclasses for pg_lsn. 2014-06-04 20:45:56 -04:00
pg_amproc.h Add btree and hash opclasses for pg_lsn. 2014-06-04 20:45:56 -04:00
pg_attrdef.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_attribute.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_auth_members.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_authid.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_cast.h Fix copy-pasto in comment. 2016-10-12 12:08:59 +03:00
pg_class.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_collation.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_collation_fn.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_constraint.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_control.h Add defenses against running with a wrong selection of LOBLKSIZE. 2014-06-05 11:31:06 -04:00
pg_conversion.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_conversion_fn.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_database.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_db_role_setting.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_default_acl.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_depend.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_description.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_enum.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_event_trigger.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_extension.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_foreign_data_wrapper.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_foreign_server.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_foreign_table.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_index.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_inherits.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_inherits_fn.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_language.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_largeobject.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_largeobject_metadata.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_namespace.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_opclass.h Add btree and hash opclasses for pg_lsn. 2014-06-04 20:45:56 -04:00
pg_operator.h Fix assorted oversights in range selectivity estimation. 2015-01-30 12:31:08 -05:00
pg_opfamily.h Add btree and hash opclasses for pg_lsn. 2014-06-04 20:45:56 -04:00
pg_pltemplate.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_proc.h Clarify documentation of ceil/ceiling/floor functions. 2016-06-09 11:58:00 -04:00
pg_proc_fn.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_range.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_rewrite.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_seclabel.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_shdepend.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_shdescription.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_shseclabel.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_statistic.h Further patch rangetypes_selfuncs.c's statistics slot management. 2017-05-08 15:02:58 -04:00
pg_tablespace.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_trigger.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_ts_config.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_ts_config_map.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_ts_dict.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_ts_parser.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_ts_template.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_type.h pg_lsn should not be marked typispreferred. 2014-05-28 00:26:46 -04:00
pg_type_fn.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
pg_user_mapping.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
storage_xlog.h Update copyright for 2014 2014-01-07 16:05:30 -05:00
toasting.h pgindent run for 9.4 2014-05-06 12:12:18 -04:00
unused_oids Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00