summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2020-07-31Cache smgrnblocks() results in recovery.Thomas Munro
2020-07-29pg_stat_statements: track number of rows processed by some utility commands.Fujii Masao
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-07-27Fix corner case with 16kB-long decompression in pgcrypto, take 2Michael Paquier
2020-07-23Fix ancient violation of zlib's API spec.Tom Lane
2020-07-22Revert "Fix corner case with PGP decompression in pgcrypto"Michael Paquier
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-07-22Fix corner case with PGP decompression in pgcryptoMichael Paquier
2020-07-20Update btree_gist extension for parallel queryAlexander Korotkov
2020-07-15Fix compilation failure with sepgsqlMichael Paquier
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-13Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-05doc: Spell checkingPeter Eisentraut
2020-07-04Read until EOF vice stat-reported size in read_binary_fileJoe Conway
2020-07-03Change default of pg_stat_statements.track_planning to off.Fujii Masao
2020-06-29pgstattuple: Have pgstattuple_approx accept TOAST tablesPeter Eisentraut
2020-06-29Avoid using %c printf format for potentially non-ASCII characters.Tom Lane
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2020-06-14Replace superuser check by ACLs for replication origin functionsMichael Paquier
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-05-31Use CP_SMALL_TLIST for hash aggregateTomas Vondra
2020-05-28Initialize dblink remoteConn struct in all casesJoe Conway
2020-05-21Clear some style deviations.Noah Misch
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix amcheck for page checks concurrent to replay of btree page deletionAlexander Korotkov
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Fix stragglerAlvaro Herrera
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-05-05Remove obsolete amcheck comment.Peter Geoghegan
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-05-04Add posting list tuple amcheck test case.Peter Geoghegan
2020-05-01Get rid of trailing semicolons in C macro definitions.Tom Lane
2020-04-30Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier
2020-04-29Check slot->restart_lsn validity in a few more placesAlvaro Herrera
2020-04-24Update Unicode data to Unicode 13.0.0 and CLDR 37Peter Eisentraut
2020-04-16Fix cache reference leak in contrib/sepgsql.Tom Lane
2020-04-13Harmonize nbtree page split point code.Peter Geoghegan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-11Add contrib/amcheck debug message.Peter Geoghegan
2020-04-07Consider Incremental Sort paths at additional placesTomas Vondra
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-04-06Add the option to report WAL usage in EXPLAIN and auto_explain.Amit Kapila
2020-04-05Allow pg_stat_statements to track WAL usage statistics.Amit Kapila
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-04-03Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane
2020-04-02Fix whitespacePeter Eisentraut