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