Commit Graph

61900 Commits (ebaaf386adb133010c2024256521b993c5e53e98)
 

Author SHA1 Message Date
Álvaro Herrera 126665289f
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
David Rowley bca9a1900c Fix incorrect comment regarding mod_since_analyze 1 month ago
Amit Kapila fd5a1a0c3e Detect and report update_deleted conflicts. 1 month ago
Tom Lane 5c8eda1f72 Take a little more care in set_backtrace(). 1 month ago
Tom Lane 4fbfdde58e Avoid leakage of zero-length arrays in partition_bounds_copy(). 1 month ago
Tom Lane b102c8c473 Silence complaints about leaks in PlanCacheComputeResultDesc. 1 month ago
Tom Lane 7f6ededa76 Suppress complaints about leaks in TS dictionary loading. 1 month ago
Tom Lane 2c7b4ad24d Suppress complaints about leaks in function cache loading. 1 month ago
Tom Lane 9f18fa9995 Reduce leakage during PL/pgSQL function compilation. 1 month ago
Tom Lane db01c90b2f Silence Valgrind leakage complaints in more-or-less-hackish ways. 1 month ago
Tom Lane e78d1d6d47 Fix assorted pretty-trivial memory leaks in the backend. 1 month ago
Tom Lane 9e9190154e Fix MemoryContextAllocAligned's interaction with Valgrind. 1 month ago
Tom Lane bb049a79d3 Improve our support for Valgrind's leak tracking. 1 month ago
Fujii Masao 12efa48978 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Jeff Davis 6a46089e45 Simplify options in pg_dump and pg_restore. 1 month ago
Michael Paquier 2106fe25a1 Fix typo in foreign_key.sql 1 month ago
Etsuro Fujita 37e7744585 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Michael Paquier 3b3fa94900 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 1 month ago
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Masahiko Sawada a2c6c4ed31 Fix typo in AutoVacLauncherMain(). 1 month ago
Jeff Davis 0ed92cf50c pg_dump: reject combination of "only" and "with" 1 month ago
Heikki Linnakangas a4801eb691 libpq: Complain about missing BackendKeyData later with PGgetCancel() 1 month ago
Amit Kapila 2ab2d6f970 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Tomas Vondra ca09ef3a6a Fix tab completion for ALTER ROLE|USER ... RESET 1 month ago
Tomas Vondra dbf5a83d46 Schema-qualify unnest() in ALTER DATABASE ... RESET 1 month ago
Noah Misch 0decd5e89d Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 1 month ago
Michael Paquier e125e36002 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt 1 month ago
Nathan Bossart ee924698d5 doc: Adjust documentation for vacuumdb --missing-stats-only. 1 month ago
Nathan Bossart 412036c22d Teach pg_upgrade to handle in-place tablespaces. 1 month ago
Andrew Dunstan ce9a6244b5 Revert Non text modes for pg_dumpall, and pg_restore support 1 month ago
Peter Eisentraut 00c9771779 Fix whitespace 2 months ago
Michael Paquier 1a5212775e Fix ./configure checks with __cpuidex() and __cpuid() 2 months ago
Heikki Linnakangas 613f647122 Handle cancel requests with PID 0 gracefully 2 months ago
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 2 months ago
Peter Eisentraut c3019bb778 Update comment 2 months ago
Tom Lane 902f922218 Remove unnecessary complication around xmlParseBalancedChunkMemory. 2 months ago
Nathan Bossart 0f3a26fedd Add commit 1d1612aec7 to .git-blame-ignore-revs. 2 months ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 2 months ago
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning. 2 months ago
Robert Haas 1d1612aec7 Run pgindent. 2 months ago
Fujii Masao cc321b1d1c Add regression test for background worker restart after crash. 2 months ago
Michael Paquier cb833c1b6d Handle timeout in PostgreSQL::Test::Cluster::is_alive() 2 months ago
Alexander Korotkov c2c2c7e225 Clarify documentation for the initcap function 2 months ago
David Rowley 4bc62b8684 Display Memoize planner estimates in EXPLAIN 2 months ago
Tom Lane 71c0921b64 Avoid regression in the size of XML input that we will accept. 2 months ago
Robert Haas d5b9b2d402 Remove misleading hint for "unexpected data beyond EOF" error. 2 months ago
Robert Haas dcc9820a35 Avoid throwing away the error message in syncrep_yyerror. 2 months ago
Michael Paquier 3151c264d4 ecpg: Fix memory leaks in ecpg_auto_prepare() 2 months ago
Michael Paquier 793928c2d5 Fix performance regression with flush of pending fixed-numbered stats 2 months ago