]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Change the format of the VM fork to add a second bit per page.
[postgresql] / src / include / catalog / catversion.h
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-02-22 Tom LaneCreate a function to reliably identify which sessions...
2016-02-20 Dean RasheedAdd pg_size_bytes() to parse human-readable size strings.
2016-02-17 Joe ConwayAdd new system view, pg_config
2016-02-07 Robert HaasFix parallel-safety markings for pg_upgrade functions.
2016-02-05 Tom LaneAdd num_nulls() and num_nonnulls() to count NULL arguments.
2016-02-03 Robert HaasExtend sortsupport for text to more opclasses.
2016-01-28 Fujii MasaoAdd gin_clean_pending_list function to clean up GIN...
2016-01-27 Fujii MasaoFix volatility marking of pg_size_pretty function
2016-01-22 Tom LaneAdd trigonometric functions that work in degrees.
2016-01-20 Robert HaasSupport multi-stage aggregation.
2016-01-20 Tom LaneFix assorted inconsistencies in GIN opclass support...
2016-01-19 Tom LaneFix assorted inconsistencies in GiST opclass support...
2016-01-18 Tom LaneRestructure index access method API to hide most of...
2016-01-09 Tom LaneClean up some lack-of-STRICT issues in the core code...
2016-01-07 Alvaro Herrerapgstat: add WAL receiver status view & SRF
2016-01-05 Alvaro HerreraAdd scale(numeric)
2016-01-05 Tom LaneMake the to_reg*() functions accept text not cstring.
2016-01-05 Alvaro HerreraMake pg_shseclabel available in early backend startup
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-07 Tom LaneAdd "xid <> xid" and "xid <> int4" operators.
2015-10-16 Robert HaasMark more functions parallel-restricted or parallel...
2015-10-05 Stephen FrostDo not write out WCOs in Query
2015-10-05 Stephen FrostALTER TABLE .. FORCE ROW LEVEL SECURITY
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-08-11 Andres FreundAllow pg_create_physical_replication_slot() to reserve...
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-06 Noah MischReconcile nodes/*funcs.c with recent work.
2015-07-28 Joe ConwayBump catversion so that HEAD is beyond 9.5
2015-07-28 Joe ConwayPlug RLS related information leak in pg_stats view.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-17 Robert HaasAdd new function pg_notification_queue_usage.
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-28 Heikki LinnakangasAdd missing_ok option to the SQL functions for reading...
2015-06-11 Andrew DunstanRename jsonb - text[] operator to #- to avoid ambiguity.
2015-06-01 Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-29 Tom LaneCheck that all aliases of a built-in function have...
2015-05-22 Andres FreundRemove the new UPSERT command tag and use INSERT instead.
2015-05-19 Tom LaneAvoid collation dependence in indexes of system catalogs.
2015-05-19 Tom LaneRevert "Change pg_seclabel.provider and pg_shseclabel...
2015-05-19 Tom LaneChange pg_seclabel.provider and pg_shseclabel.provider...
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-12 Andrew DunstanFix some errors from jsonb functions patch.
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-08 Stephen FrostBump catversion for pg_file_settings
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-05-05 Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-18 Bruce Momjianpg_upgrade: binary_upgrade_create_empty_extension...
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-04-06 Alvaro Herrerapg_event_trigger_dropped_objects: add is_temp column
2015-04-02 Robert HaasUse abbreviated keys for faster sorting of numeric...
2015-03-30 Alvaro HerreraChange array_offset to return subscripts, not offsets
2015-03-30 Heikki LinnakangasAdd index-only scan support to range type GiST opclass.
2015-03-28 Heikki LinnakangasAdd index-only scan support to inet GiST opclass.
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-20 Andres FreundUse 128-bit math to accelerate some aggregation functions.
2015-03-18 Alvaro Herreraarray_offset() and array_offsets()
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-07 Peter EisentrautRemove rolcatupdate
2015-03-03 Tom LaneReduce json <=> jsonb casts from explicit-only to assig...
2015-03-01 Noah MischAdd transform functions for AT TIME ZONE.
2015-02-22 Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-20 Tom LaneAdd pg_stat_get_snapshot_timestamp() to show statistics...
2015-02-19 Tom LaneSplit array_push into separate array_append and array_p...
2015-01-29 Stephen FrostAdd usebypassrls to pg_user and pg_shadow
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Alvaro HerreraAdd pg_identify_object_as_address
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraAdd SQL-callable pg_get_object_address
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-19 Alvaro Herrerapg_event_trigger_dropped_objects: add behavior flags
2014-12-12 Andrew DunstanAdd several generator functions for jsonb that exist...
2014-12-12 Andrew DunstanAdd json_strip_nulls and jsonb_strip_nulls functions.
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-02 Tom LaneMinor cleanup of function declarations for BRIN.
2014-11-28 Alvaro HerreraFix BRIN operator family definitions
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-11 Fujii MasaoAdd generate_series(numeric, numeric).
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-09-29 Stephen FrostRevert 95d737ff to add 'ignore_nulls'
2014-09-29 Tom LaneChange JSONB's on-disk format for improved performance.
2014-09-24 Stephen FrostCode review for row security.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-09-16 Heikki LinnakangasFix the return type of GIN triConsistent support functi...
2014-09-12 Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-09-10 Bruce MomjianImplement mxid_age() to compute multi-xid age
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
next