Commit Graph

3852 Commits (39a21ce06baa6734d52566c300aa55c2934f94de)

Author SHA1 Message Date
Tom Lane 5179a1ab77 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Tom Lane b961bdfe16 Improve display of query results in isolation tests. 5 years ago
Tom Lane e2cde85ef2 Use annotations to reduce instability of isolation-test results. 5 years ago
Tom Lane eed17f39fa Stabilize contrib/seg regression test. 5 years ago
Tom Lane 6753a5b7e8 Fix planner's row-mark code for inheritance from a foreign table. 5 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 6 years ago
Tom Lane 3d338a46a4 Add missing error check in pgcrypto/crypt-md5.c. 6 years ago
Peter Geoghegan c287f58586 Fix amcheck child check pg_upgrade bug. 6 years ago
Noah Misch 41dae35532 Move connect.h from fe_utils to src/include/common. 6 years ago
Tom Lane 98ca64899c Make contrib modules' installation scripts more secure. 6 years ago
Peter Geoghegan be9bdab983 amcheck: Sanitize metapage's allequalimage field. 6 years ago
Peter Geoghegan 725b43b9c3 Restore lost amcheck TOAST test coverage. 6 years ago
Michael Paquier 0caf1fc6e8 Fix corner case with 16kB-long decompression in pgcrypto, take 2 6 years ago
Tom Lane 7dab4569d1 Fix ancient violation of zlib's API spec. 6 years ago
Michael Paquier 9f5162ef43 Revert "Fix corner case with PGP decompression in pgcrypto" 6 years ago
Michael Paquier 35e142202b Fix corner case with PGP decompression in pgcrypto 6 years ago
Jeff Davis 926ecf83c0 Revert "Use CP_SMALL_TLIST for hash aggregate" 6 years ago
Peter Eisentraut ffb23488af doc: Spell checking 6 years ago
Joe Conway 0025c3a2c2 Read until EOF vice stat-reported size in read_binary_file 6 years ago
Fujii Masao 8d459762b1 Change default of pg_stat_statements.track_planning to off. 6 years ago
Peter Eisentraut a5202889b4 Spelling adjustments 6 years ago
Tom Lane 044c99bc56 Use query collation, not column's collation, while examining statistics. 6 years ago
Tomas Vondra 4cad2534da Use CP_SMALL_TLIST for hash aggregate 6 years ago
Joe Conway 9003b76e16 Initialize dblink remoteConn struct in all cases 6 years ago
Noah Misch 3350fb5d1f Clear some style deviations. 6 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Alexander Korotkov 34dae902ca Fix amcheck for page checks concurrent to replay of btree page deletion 6 years ago
Alvaro Herrera 17cc133f01
Dial back -Wimplicit-fallthrough to level 3 6 years ago
Alvaro Herrera 87c291e29d
Fix straggler 6 years ago
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes 6 years ago
Peter Geoghegan 18c117cc56 Remove obsolete amcheck comment. 6 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 6 years ago