Commit Graph

3958 Commits (REL_13_STABLE)

Author SHA1 Message Date
Amit Kapila 794025eff0 Fix toast rewrites in logical decoding. 4 years ago
Tom Lane 7ba487cf90 Fix failure of btree_gin indexscans with "char" type and </<= operators. 4 years ago
Etsuro Fujita 388a81bf4d postgres_fdw: Fix issues with generated columns in foreign tables. 4 years ago
Fujii Masao 92913fc290 Avoid using ambiguous word "non-negative" in error messages. 4 years ago
Tom Lane 882d15144b Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
Tom Lane bee18616a6 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 4 years ago
Tom Lane 5179a1ab77 Allow non-quoted identifiers as isolation test session/step names. 4 years ago
Tom Lane b961bdfe16 Improve display of query results in isolation tests. 4 years ago
Tom Lane e2cde85ef2 Use annotations to reduce instability of isolation-test results. 4 years ago
Tom Lane eed17f39fa Stabilize contrib/seg regression test. 4 years ago
Tom Lane 6753a5b7e8 Fix planner's row-mark code for inheritance from a foreign table. 4 years ago
Etsuro Fujita 78f8b0965a Update obsolete comment. 5 years ago
Heikki Linnakangas 8e56684d54 Fix permission checks on constraint violation errors on partitions. 5 years ago
Etsuro Fujita 984384129b postgres_fdw: Fix assertion in estimate_path_cost_size(). 5 years ago
Tom Lane 5868913943 Fix ancient memory leak in contrib/auto_explain. 5 years ago
Alvaro Herrera f17e8f33f7
Report the true database name on connection errors 5 years ago
Tom Lane a26194f22b Fix broken ruleutils support for function TRANSFORM clauses. 5 years ago
Tom Lane 73fc2e5bab Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. 5 years ago
Tom Lane a57dbfcda5 Disable vacuum page skipping in selected test cases. 5 years ago
Fujii Masao 546f143740 postgres_fdw: Fix connection leak. 5 years ago
Tom Lane 0217ad8066 Fix race condition between shutdown and unstarted background workers. 5 years ago
Tom Lane 4b0292253c Improve autoprewarm's handling of early-shutdown scenarios. 5 years ago
Michael Paquier dfd8bf2b92 pgcrypto: Detect errors with EVP calls from OpenSSL 5 years ago
Heikki Linnakangas 74d6fb0a03 Remove leftover comments, left behind by removal of WITH OIDS. 5 years ago
Andrew Gierth 48ab1fa304 pg_trgm: fix crash in 2-item picksplit 5 years ago
Alexander Korotkov 6058f22324 Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql 5 years ago
Alexander Korotkov 065683bbdb Fix name of the macro for getting signature length trgm_gist.c 5 years ago
Tom Lane afce7908d7 Fix and simplify some usages of TimestampDifference(). 5 years ago
Noah Misch c90c84b3f7 In security-restricted operations, block enqueue of at-commit user code. 5 years ago
Michael Paquier 1bd9b2b236 Fix potential memory leak in pgcrypto 5 years ago
Tom Lane 3d338a46a4 Add missing error check in pgcrypto/crypt-md5.c. 5 years ago
Peter Geoghegan c287f58586 Fix amcheck child check pg_upgrade bug. 5 years ago
Noah Misch 41dae35532 Move connect.h from fe_utils to src/include/common. 5 years ago
Tom Lane 98ca64899c Make contrib modules' installation scripts more secure. 5 years ago
Peter Geoghegan be9bdab983 amcheck: Sanitize metapage's allequalimage field. 5 years ago
Peter Geoghegan 725b43b9c3 Restore lost amcheck TOAST test coverage. 5 years ago
Michael Paquier 0caf1fc6e8 Fix corner case with 16kB-long decompression in pgcrypto, take 2 5 years ago
Tom Lane 7dab4569d1 Fix ancient violation of zlib's API spec. 5 years ago
Michael Paquier 9f5162ef43 Revert "Fix corner case with PGP decompression in pgcrypto" 5 years ago
Michael Paquier 35e142202b Fix corner case with PGP decompression in pgcrypto 5 years ago
Jeff Davis 926ecf83c0 Revert "Use CP_SMALL_TLIST for hash aggregate" 5 years ago
Peter Eisentraut ffb23488af doc: Spell checking 5 years ago
Joe Conway 0025c3a2c2 Read until EOF vice stat-reported size in read_binary_file 5 years ago
Fujii Masao 8d459762b1 Change default of pg_stat_statements.track_planning to off. 5 years ago
Peter Eisentraut a5202889b4 Spelling adjustments 5 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 5 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 5 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 5 years ago
Noah Misch 3350fb5d1f Clear some style deviations. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago