Commit Graph

49637 Commits (0f76294260b92849c4958fb706ecd5b5cd73e40e)
 

Author SHA1 Message Date
Tom Lane 0f76294260 Increase hard-wired timeout values in ecpg regression tests. 5 years ago
Michael Paquier dd877998d4 Make new SSL TAP test for channel_binding more robust 5 years ago
Peter Geoghegan 9a9db08ae4 Fix replica backward scan race condition. 5 years ago
Peter Geoghegan a451b7d442 Add nbtree page deletion assertion. 5 years ago
Tom Lane 9e496768b8 Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dAf. 5 years ago
Tom Lane eeb01e3122 Doc: fix obsolete info about allowed range of TZ offsets in timetz. 5 years ago
Tom Lane 5f28b21eb3 Fix behavior of ecpg's "EXEC SQL elif name". 5 years ago
Michael Paquier b8fdee7d0c Add %P to log_line_prefix for parallel group leader 5 years ago
Thomas Munro f44b9b625b Fix rare failure in LDAP tests. 5 years ago
Thomas Munro 63e9aa6879 Correct comment in simplehash.h. 5 years ago
Tom Lane 533020d050 Fix minor issues in psql's new \dAc and related commands. 5 years ago
David Rowley 6ee3b5fb99 Use int64 instead of long in incremental sort code 5 years ago
Noah Misch cd5e82256d Change XID and mxact limits to warn at 40M and stop at 3M. 5 years ago
Tom Lane 9f9682783b Invent "amadjustmembers" AM method for validating opclass members. 5 years ago
Thomas Munro e2b37d9e7c Use pg_pread() and pg_pwrite() in slru.c. 5 years ago
Michael Paquier 022350b849 Minimize slot creation for multi-inserts of pg_shdepend 5 years ago
Thomas Munro 84c0e4b9bc Improve programmer docs for simplehash and dynahash. 5 years ago
Peter Geoghegan c79aed4f79 Restore lost amcheck TOAST test coverage. 5 years ago
Tom Lane 3d2376d55c Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays. 5 years ago
Tom Lane 78e73e8754 Fix recently-introduced performance problem in ts_headline(). 5 years ago
Thomas Munro 7be04496a9 Fix compiler warning from Clang. 5 years ago
Thomas Munro 84b1c63ad4 Preallocate some DSM space at startup. 5 years ago
Michael Paquier 7b1110d2fd Fix comment in instrument.h 5 years ago
Thomas Munro c5315f4f44 Cache smgrnblocks() results in recovery. 5 years ago
Michael Paquier e3931d01f3 Use multi-inserts for pg_attribute and pg_shdepend 5 years ago
Tatsuo Ishii cab2556f3a Doc: fix high availability solutions comparison. 5 years ago
Jeff Davis fd734f387d Use pg_bitutils for HyperLogLog. 5 years ago
Michael Paquier f1af75c5f2 Include partitioned tables for tab completion of VACUUM in psql 5 years ago
Michael Paquier 903134fcc0 doc: Mention index references in pg_inherits 5 years ago
Thomas Munro e7591fd3ca Introduce a WaitEventSet for the stats collector. 5 years ago
Thomas Munro e2d394df5d Use WaitLatch() for condition variables. 5 years ago
Thomas Munro 3347c982ba Use a long lived WaitEventSet for WaitLatch(). 5 years ago
Peter Geoghegan d6c08e29e7 Add hash_mem_multiplier GUC. 5 years ago
Fujii Masao 6023b7ea71 pg_stat_statements: track number of rows processed by some utility commands. 5 years ago
Fujii Masao b5310e4ff6 Remove non-fast promotion. 5 years ago
Jeff Davis 9878b643f3 HashAgg: use better cardinality estimate for recursive spilling. 5 years ago
Michael Paquier f2130e77da Fix incorrect print format in json.c 5 years ago
Thomas Munro cb04ad4985 Move syncscan.c to src/backend/access/common. 5 years ago
Peter Geoghegan c49c74d192 Rename another "hash_mem" local variable. 5 years ago
Peter Geoghegan b1d79127ed Correct obsolete UNION hash aggs comment. 5 years ago
Peter Geoghegan f36e82072c Doc: Remove obsolete CREATE AGGREGATE note. 5 years ago
David Rowley 0e3e1c4e1c Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join 5 years ago
David Rowley d7c8576ebe Doc: Improve documentation for pg_jit_available() 5 years ago
Amit Kapila 45fdc9738b Extend the logical decoding output plugin API with stream methods. 5 years ago
Etsuro Fujita 13838740f6 Fix some issues with step generation in partition pruning. 5 years ago
Peter Geoghegan bcbf9446a2 Remove hashagg_avoid_disk_plan GUC. 5 years ago
Michael Paquier a3ab7a707d Fix corner case with 16kB-long decompression in pgcrypto, take 2 5 years ago
Michael Paquier e971357961 Fix handling of structure for bytea data type in ECPG 5 years ago
Jeff Davis 200f6100a9 Fix LookupTupleHashEntryHash() pipeline-stall issue. 5 years ago
David Rowley 56788d2156 Allocate consecutive blocks during parallel seqscans 5 years ago