index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
*
doc: Spell checking
Peter Eisentraut
2020-07-05
*
Read until EOF vice stat-reported size in read_binary_file
Joe Conway
2020-07-04
*
Change default of pg_stat_statements.track_planning to off.
Fujii Masao
2020-07-03
*
pgstattuple: Have pgstattuple_approx accept TOAST tables
Peter Eisentraut
2020-06-30
*
Avoid using %c printf format for potentially non-ASCII characters.
Tom Lane
2020-06-29
*
Add current substring regular expression syntax
Peter Eisentraut
2020-06-29
*
Replace superuser check by ACLs for replication origin functions
Michael Paquier
2020-06-14
*
Spelling adjustments
Peter Eisentraut
2020-06-09
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
*
Use CP_SMALL_TLIST for hash aggregate
Tomas Vondra
2020-05-31
*
Initialize dblink remoteConn struct in all cases
Joe Conway
2020-05-28
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix amcheck for page checks concurrent to replay of btree page deletion
Alexander Korotkov
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Fix straggler
Alvaro Herrera
2020-05-12
*
Propagate ALTER TABLE ... SET STORAGE to indexes
Peter Eisentraut
2020-05-08
*
Remove obsolete amcheck comment.
Peter Geoghegan
2020-05-05
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Add posting list tuple amcheck test case.
Peter Geoghegan
2020-05-04
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Check slot->restart_lsn validity in a few more places
Alvaro Herrera
2020-04-28
*
Update Unicode data to Unicode 13.0.0 and CLDR 37
Peter Eisentraut
2020-04-24
*
Fix cache reference leak in contrib/sepgsql.
Tom Lane
2020-04-16
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Use perl warnings pragma consistently
Andrew Dunstan
2020-04-13
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Add contrib/amcheck debug message.
Peter Geoghegan
2020-04-10
*
Consider Incremental Sort paths at additional places
Tomas Vondra
2020-04-07
*
Introduce xid8-based functions to replace txid_XXX.
Thomas Munro
2020-04-07
*
Add the option to report WAL usage in EXPLAIN and auto_explain.
Amit Kapila
2020-04-06
*
Allow pg_stat_statements to track WAL usage statistics.
Amit Kapila
2020-04-05
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Fix bogus CALLED_AS_TRIGGER() defenses.
Tom Lane
2020-04-03
*
Fix whitespace
Peter Eisentraut
2020-04-02
*
Allow pg_stat_statements to track planning statistics.
Fujii Masao
2020-04-02
*
Clean up parsing of ltree and lquery some more.
Tom Lane
2020-04-01
*
Add support for binary I/O of ltree, lquery, and ltxtquery types.
Tom Lane
2020-04-01
*
Improve selectivity estimation for assorted match-style operators.
Tom Lane
2020-04-01
*
Remove header noise from test_decoding test
Alvaro Herrera
2020-03-31
*
Fix lquery's NOT handling, and add ability to quantify non-'*' items.
Tom Lane
2020-03-31
*
Improve error messages in ltree_in and lquery_in.
Tom Lane
2020-03-31
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Expose BufferUsageAccumDiff().
Fujii Masao
2020-03-30
*
Cosmetic improvements in ltree code.
Tom Lane
2020-03-29
*
Fix lquery's behavior for consecutive '*' items.
Tom Lane
2020-03-28
*
Protect against overflow of ltree.numlevel and lquery.numlevel.
Tom Lane
2020-03-28
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
[next]