index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Improve programmer docs for simplehash and dynahash.
Thomas Munro
2020-08-01
*
Restore lost amcheck TOAST test coverage.
Peter Geoghegan
2020-07-31
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Fix recently-introduced performance problem in ts_headline().
Tom Lane
2020-07-31
*
Fix compiler warning from Clang.
Thomas Munro
2020-07-31
*
Preallocate some DSM space at startup.
Thomas Munro
2020-07-31
*
Fix comment in instrument.h
Michael Paquier
2020-07-31
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
*
Doc: fix high availability solutions comparison.
Tatsuo Ishii
2020-07-31
*
Use pg_bitutils for HyperLogLog.
Jeff Davis
2020-07-30
*
Include partitioned tables for tab completion of VACUUM in psql
Michael Paquier
2020-07-30
*
doc: Mention index references in pg_inherits
Michael Paquier
2020-07-30
*
Introduce a WaitEventSet for the stats collector.
Thomas Munro
2020-07-30
*
Use WaitLatch() for condition variables.
Thomas Munro
2020-07-30
*
Use a long lived WaitEventSet for WaitLatch().
Thomas Munro
2020-07-30
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
pg_stat_statements: track number of rows processed by some utility commands.
Fujii Masao
2020-07-29
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Fix incorrect print format in json.c
Michael Paquier
2020-07-29
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
*
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-28
*
Correct obsolete UNION hash aggs comment.
Peter Geoghegan
2020-07-28
*
Doc: Remove obsolete CREATE AGGREGATE note.
Peter Geoghegan
2020-07-28
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Doc: Improve documentation for pg_jit_available()
David Rowley
2020-07-28
*
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
*
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
*
Remove hashagg_avoid_disk_plan GUC.
Peter Geoghegan
2020-07-27
*
Fix corner case with 16kB-long decompression in pgcrypto, take 2
Michael Paquier
2020-07-27
*
Fix handling of structure for bytea data type in ECPG
Michael Paquier
2020-07-27
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
*
Tweak behavior of pg_stat_activity.leader_pid
Michael Paquier
2020-07-26
*
Remove optimization for RAND_poll() failing.
Noah Misch
2020-07-25
*
Use RAND_poll() for seeding randomness after fork().
Noah Misch
2020-07-25
*
Improve performance of binary COPY FROM through better buffering.
Tom Lane
2020-07-25
*
Mark built-in coercion functions as leakproof where possible.
Tom Lane
2020-07-25
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
*
Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.
Tom Lane
2020-07-24
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Rename configure.in to configure.ac
Peter Eisentraut
2020-07-24
*
Fix ancient violation of zlib's API spec.
Tom Lane
2020-07-23
*
doc: Document that ssl_ciphers does not affect TLS 1.3
Peter Eisentraut
2020-07-23
*
Fix error message.
Thomas Munro
2020-07-23
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Revert "Fix corner case with PGP decompression in pgcrypto"
Michael Paquier
2020-07-23
*
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-07-22
*
Fix corner case with PGP decompression in pgcrypto
Michael Paquier
2020-07-22
[next]