Commits

DateSubjectAuthorReleases
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-21 Final pgindent run with old pg_bsd_indent (version 1.3). Tom Lane 10.0
2017-05-14 Standardize terminology for pg_statistic_ext entries. Tom Lane 10.0
2017-05-11 Rename WAL-related functions and views to use "lsn" not "location". Tom Lane 10.0
2017-04-10 Move isolationtester's is-blocked query into C code for speed. Tom Lane 10.0
2017-02-23 Remove pg_control's enableIntTimes field. Tom Lane 10.0
2017-01-30 Invent pg_hba_file_rules view to show the content of pg_hba.conf. Tom Lane 10.0
2016-10-12 Remove unnecessary int2vector-specific hash function and equality operator. Tom Lane 10.0
2016-08-23 Create an SP-GiST opclass for inet/cidr. Tom Lane 10.0
2016-08-17 Implement regexp_match(), a simplified alternative to regexp_matches(). Tom Lane 10.0
2016-08-13 Add SQL-accessible functions for inspecting index AM properties. Tom Lane 9.6.0
2016-06-22 Fix type-safety problem with parallel aggregate serial/deserialization. Tom Lane 9.6.0
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.1.23
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.4.9
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.3.14
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.2.18
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.6.0
2016-06-09 Clarify documentation of ceil/ceiling/floor functions. Tom Lane 9.5.4
2016-05-05 Rename tsvector delete() to ts_delete(), and filter() to ts_filter(). Tom Lane 9.6.0
2016-03-29 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. Tom Lane 9.6.0
2016-03-14 pg_stat_get_progress_info() should be marked STRICT. Tom Lane 9.6.0
2016-03-02 Create stub functions to support pg_upgrade of old contrib/tsearch2. Tom Lane 9.6.0
2016-02-22 Create a function to reliably identify which sessions block which others. Tom Lane 9.6.0
2016-02-05 Add num_nulls() and num_nonnulls() to count NULL arguments. Tom Lane 9.6.0