Commit Graph

49614 Commits (c5315f4f44843c20ada876fdb0d0828795dfbdf5)
 

Author SHA1 Message Date
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
Michael Paquier 11a68e4b53 Tweak behavior of pg_stat_activity.leader_pid 5 years ago
Noah Misch 15e4419722 Remove optimization for RAND_poll() failing. 5 years ago
Noah Misch ce4939ff70 Use RAND_poll() for seeding randomness after fork(). 5 years ago
Tom Lane 0a0727ccfc Improve performance of binary COPY FROM through better buffering. 5 years ago
Tom Lane 8a37951eeb Mark built-in coercion functions as leakproof where possible. 5 years ago
Amit Kapila 2a2494229a Fix buffer usage stats for nodes above Gather Merge. 5 years ago
Tom Lane 79d6d1a277 Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT. 5 years ago
Tom Lane 2f2007fbb2 Fix assorted bugs by changing TS_execute's callback API to ternary logic. 5 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 5 years ago
Tom Lane b9b610577d Fix ancient violation of zlib's API spec. 5 years ago
Peter Eisentraut 5733fa0fe4 doc: Document that ssl_ciphers does not affect TLS 1.3 5 years ago
Thomas Munro 42dee8b8e3 Fix error message. 5 years ago
Amit Kapila c55040ccd0 WAL Log invalidations at command end with wal_level=logical. 5 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 5 years ago
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type. 5 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 5 years ago
Thomas Munro a5073871ea Fix conversion table generator scripts. 5 years ago
Michael Paquier e47c2602aa Fix comment in sha2.h 5 years ago
Tom Lane bd0d893aa7 neqjoinsel must now pass through collation to eqjoinsel. 5 years ago
Peter Geoghegan 4a70f829d8 Add nbtree Valgrind buffer lock checks. 5 years ago
Tom Lane 670c0a1d47 Weaken type-OID-matching checks in array_recv and record_recv. 5 years ago
Alvaro Herrera 606c384598
Glossary: Add term "base backup" 5 years ago
Alvaro Herrera a0b2d583db
Minor glossary tweaks 5 years ago