Commits

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

DateSubjectAuthorReleases
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 9.5.21
2019-12-17 Fix error reporting for index expressions of prohibited types. Tom Lane 9.5.21
2019-05-01 Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks. Andres Freund 9.5.17
2019-04-30 Fix potential assertion failure when reindexing a pg_class index. Andres Freund 9.5.17
2017-01-18 Reset the proper GUC in create_index test. Tom Lane 9.5.6
2015-06-26 Don't warn about creating temporary or unlogged hash indexes. Robert Haas 9.5.0
2015-05-15 Silence another create_index regression test failure. Heikki Linnakangas 9.5.0
2015-05-15 Silence create_index regression test failure. Heikki Linnakangas 9.5.0
2015-05-15 Allow GiST distance function to return merely a lower-bound. Heikki Linnakangas 9.5.0
2015-05-15 Support VERBOSE option in REINDEX command. Fujii Masao 9.5.0
2014-12-12 Avoid instability in output of new REINDEX SCHEMA test. Tom Lane 9.5.0
2014-12-11 Further changes to REINDEX SCHEMA Simon Riggs 9.5.0
2014-12-11 Fix completely broken REINDEX SCHEMA testcase. Tom Lane 9.5.0
2014-12-08 REINDEX SCHEMA Simon Riggs 9.5.0
2014-11-13 Rename pending_list_cleanup_size to gin_pending_list_limit. Fujii Masao 9.5.0
2014-11-11 Add GUC and storage parameter to set the maximum size of GIN pending list. Fujii Masao 9.5.0
2014-11-06 Implement IF NOT EXIST for CREATE INDEX. Fujii Masao 9.5.0
2014-10-26 Improve planning of btree index scans using ScalarArrayOpExpr quals. Tom Lane 9.5.0