Commit Graph

49604 Commits (6023b7ea717ca04cf1bd53709d9c862db07eaefb)
 

Author SHA1 Message Date
Fujii Masao 6023b7ea71 pg_stat_statements: track number of rows processed by some utility commands. 6 years ago
Fujii Masao b5310e4ff6 Remove non-fast promotion. 6 years ago
Jeff Davis 9878b643f3 HashAgg: use better cardinality estimate for recursive spilling. 6 years ago
Michael Paquier f2130e77da Fix incorrect print format in json.c 6 years ago
Thomas Munro cb04ad4985 Move syncscan.c to src/backend/access/common. 6 years ago
Peter Geoghegan c49c74d192 Rename another "hash_mem" local variable. 6 years ago
Peter Geoghegan b1d79127ed Correct obsolete UNION hash aggs comment. 6 years ago
Peter Geoghegan f36e82072c Doc: Remove obsolete CREATE AGGREGATE note. 6 years ago
David Rowley 0e3e1c4e1c Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join 6 years ago
David Rowley d7c8576ebe Doc: Improve documentation for pg_jit_available() 6 years ago
Amit Kapila 45fdc9738b Extend the logical decoding output plugin API with stream methods. 6 years ago
Etsuro Fujita 13838740f6 Fix some issues with step generation in partition pruning. 6 years ago
Peter Geoghegan bcbf9446a2 Remove hashagg_avoid_disk_plan GUC. 6 years ago
Michael Paquier a3ab7a707d Fix corner case with 16kB-long decompression in pgcrypto, take 2 6 years ago
Michael Paquier e971357961 Fix handling of structure for bytea data type in ECPG 6 years ago
Jeff Davis 200f6100a9 Fix LookupTupleHashEntryHash() pipeline-stall issue. 6 years ago
David Rowley 56788d2156 Allocate consecutive blocks during parallel seqscans 6 years ago
Michael Paquier 11a68e4b53 Tweak behavior of pg_stat_activity.leader_pid 6 years ago
Noah Misch 15e4419722 Remove optimization for RAND_poll() failing. 6 years ago
Noah Misch ce4939ff70 Use RAND_poll() for seeding randomness after fork(). 6 years ago
Tom Lane 0a0727ccfc Improve performance of binary COPY FROM through better buffering. 6 years ago
Tom Lane 8a37951eeb Mark built-in coercion functions as leakproof where possible. 6 years ago
Amit Kapila 2a2494229a Fix buffer usage stats for nodes above Gather Merge. 6 years ago
Tom Lane 79d6d1a277 Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT. 6 years ago
Tom Lane 2f2007fbb2 Fix assorted bugs by changing TS_execute's callback API to ternary logic. 6 years ago
Peter Eisentraut 25244b8972 Rename configure.in to configure.ac 6 years ago
Tom Lane b9b610577d Fix ancient violation of zlib's API spec. 6 years ago
Peter Eisentraut 5733fa0fe4 doc: Document that ssl_ciphers does not affect TLS 1.3 6 years ago
Thomas Munro 42dee8b8e3 Fix error message. 6 years ago
Amit Kapila c55040ccd0 WAL Log invalidations at command end with wal_level=logical. 6 years ago
Michael Paquier 38f60f174e Revert "Fix corner case with PGP decompression in pgcrypto" 6 years ago
Tom Lane a57d312a77 Support infinity and -infinity in the numeric data type. 6 years ago
Michael Paquier 9e108984fb Fix corner case with PGP decompression in pgcrypto 6 years ago
Thomas Munro a5073871ea Fix conversion table generator scripts. 6 years ago
Michael Paquier e47c2602aa Fix comment in sha2.h 6 years ago
Tom Lane bd0d893aa7 neqjoinsel must now pass through collation to eqjoinsel. 6 years ago
Peter Geoghegan 4a70f829d8 Add nbtree Valgrind buffer lock checks. 6 years ago
Tom Lane 670c0a1d47 Weaken type-OID-matching checks in array_recv and record_recv. 6 years ago
Alvaro Herrera 606c384598
Glossary: Add term "base backup" 6 years ago
Alvaro Herrera a0b2d583db
Minor glossary tweaks 6 years ago
Tom Lane fc032bed2f Be more careful about marking catalog columns NOT NULL by default. 6 years ago
Tom Lane 3e66019f15 Assert that we don't insert nulls into attnotnull catalog columns. 6 years ago
Michael Paquier c273d9d8ce Rework tab completion of COPY and \copy in psql 6 years ago
Tom Lane a4faef8f8f Fix some corner cases for window ranges with infinite offsets. 6 years ago
Tom Lane 4fb6aeb4f6 Make floating-point "NaN / 0" return NaN instead of raising an error. 6 years ago
Peter Geoghegan 6ca7cd89a2 Assert that buffer is pinned in LockBuffer(). 6 years ago
Tom Lane 0fa0b487b5 Correctly mark pg_subscription_rel.srsublsn as nullable. 6 years ago
Tom Lane d5daae47db Fix construction of updated-columns bitmap in logical replication. 6 years ago
Alexander Korotkov d98c08cdc6 Update btree_gist extension for parallel query 6 years ago
Fujii Masao c3fe108c02 Rename wal_keep_segments to wal_keep_size. 6 years ago