aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAge
* doc: Spell checkingPeter Eisentraut2020-07-05
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-04
* Change default of pg_stat_statements.track_planning to off.Fujii Masao2020-07-03
* pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut2020-06-30
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* Replace superuser check by ACLs for replication origin functionsMichael Paquier2020-06-14
* Spelling adjustmentsPeter Eisentraut2020-06-09
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Use CP_SMALL_TLIST for hash aggregateTomas Vondra2020-05-31
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-28
* Clear some style deviations.Noah Misch2020-05-21
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Fix stragglerAlvaro Herrera2020-05-12
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-08
* Remove obsolete amcheck comment.Peter Geoghegan2020-05-05
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Add posting list tuple amcheck test case.Peter Geoghegan2020-05-04
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Check slot->restart_lsn validity in a few more placesAlvaro Herrera2020-04-28
* Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut2020-04-24
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-16
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Add contrib/amcheck debug message.Peter Geoghegan2020-04-10
* Consider Incremental Sort paths at additional placesTomas Vondra2020-04-07
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-07
* Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila2020-04-06
* Allow pg_stat_statements to track WAL usage statistics.Amit Kapila2020-04-05
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane2020-04-03
* Fix whitespacePeter Eisentraut2020-04-02
* Allow pg_stat_statements to track planning statistics.Fujii Masao2020-04-02
* Clean up parsing of ltree and lquery some more.Tom Lane2020-04-01
* Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane2020-04-01
* Improve selectivity estimation for assorted match-style operators.Tom Lane2020-04-01
* Remove header noise from test_decoding testAlvaro Herrera2020-03-31
* Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane2020-03-31
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-31
* Implement operator class parametersAlexander Korotkov2020-03-30
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Cosmetic improvements in ltree code.Tom Lane2020-03-29
* Fix lquery's behavior for consecutive '*' items.Tom Lane2020-03-28
* Protect against overflow of ltree.numlevel and lquery.numlevel.Tom Lane2020-03-28
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21