Commits

Showing commits that first shipped in 9.5 (backpatches included). Clear

DateSubjectAuthorReleases
2018-07-31 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. Tom Lane 9.5.14
2018-03-19 Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. Tom Lane 9.5.13
2018-03-04 Fix assorted issues in convert_to_scalar(). Tom Lane 9.5.13
2016-07-14 Fix GiST index build for NaN values in geometric types. Tom Lane 9.5.4
2016-01-22 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. Tom Lane 9.5.1
2015-07-28 Plug RLS related information leak in pg_stats view. Joe Conway 9.5.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-06-28 Add missing_ok option to the SQL functions for reading files. Heikki Linnakangas 9.5.0
2015-05-24 pgindent run for 9.5 Bruce Momjian 9.5.0
2015-05-11 Allow on-the-fly capture of DDL event details Alvaro Herrera 9.5.0
2015-05-09 Add new OID alias type regnamespace Andrew Dunstan 9.5.0
2015-05-09 Add new OID alias type regrole Andrew Dunstan 9.5.0
2015-05-08 Add pg_file_settings view and function Stephen Frost 9.5.0
2015-05-05 Add geometry/range functions to support BRIN inclusion Alvaro Herrera 9.5.0
2015-04-02 Use abbreviated keys for faster sorting of numeric datums. Robert Haas 9.5.0
2015-03-20 Use 128-bit math to accelerate some aggregation functions. Andres Freund 9.5.0
2015-01-06 Update copyright for 2015 Bruce Momjian 9.5.0
2014-12-30 Add pg_identify_object_as_address Alvaro Herrera 9.5.0
2014-12-23 Revert "Use a bitmask to represent role attributes" Alvaro Herrera 9.5.0
2014-12-23 Add SQL-callable pg_get_object_address Alvaro Herrera 9.5.0
2014-12-23 Use a bitmask to represent role attributes Alvaro Herrera 9.5.0
2014-12-07 Event Trigger for table_rewrite Simon Riggs 9.5.0
2014-12-03 Keep track of transaction commit timestamps Alvaro Herrera 9.5.0
2014-11-13 Move the guts of our Levenshtein implementation into core. Robert Haas 9.5.0
2014-11-11 Add generate_series(numeric, numeric). Fujii Masao 9.5.0