Commit Graph

61832 Commits (9eb6068fb64c36889102a09c030d1d9f4d832821)
 

Author SHA1 Message Date
Nathan Bossart 9eb6068fb6 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Masahiko Sawada a2c6c4ed31 Fix typo in AutoVacLauncherMain(). 5 months ago
Jeff Davis 0ed92cf50c pg_dump: reject combination of "only" and "with" 5 months ago
Heikki Linnakangas a4801eb691 libpq: Complain about missing BackendKeyData later with PGgetCancel() 5 months ago
Amit Kapila 2ab2d6f970 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Tomas Vondra ca09ef3a6a Fix tab completion for ALTER ROLE|USER ... RESET 5 months ago
Tomas Vondra dbf5a83d46 Schema-qualify unnest() in ALTER DATABASE ... RESET 5 months ago
Noah Misch 0decd5e89d Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 5 months ago
Michael Paquier e125e36002 Rename CachedPlanType to PlannedStmtOrigin for PlannedStmt 5 months ago
Nathan Bossart ee924698d5 doc: Adjust documentation for vacuumdb --missing-stats-only. 5 months ago
Nathan Bossart 412036c22d Teach pg_upgrade to handle in-place tablespaces. 5 months ago
Andrew Dunstan ce9a6244b5 Revert Non text modes for pg_dumpall, and pg_restore support 5 months ago
Peter Eisentraut 00c9771779 Fix whitespace 5 months ago
Michael Paquier 1a5212775e Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Heikki Linnakangas 613f647122 Handle cancel requests with PID 0 gracefully 5 months ago
Tom Lane 4300d8b6a7 Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Peter Eisentraut c3019bb778 Update comment 5 months ago
Tom Lane 902f922218 Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Nathan Bossart 0f3a26fedd Add commit 1d1612aec7 to .git-blame-ignore-revs. 5 months ago
Tom Lane 74e121c8dc Split up pgfdw_report_error so that we can mark it pg_noreturn. 5 months ago
Tom Lane b9ebb92bcb Suppress uninitialized-variable warning. 5 months ago
Robert Haas 1d1612aec7 Run pgindent. 5 months ago
Fujii Masao cc321b1d1c Add regression test for background worker restart after crash. 5 months ago
Michael Paquier cb833c1b6d Handle timeout in PostgreSQL::Test::Cluster::is_alive() 5 months ago
Alexander Korotkov c2c2c7e225 Clarify documentation for the initcap function 5 months ago
David Rowley 4bc62b8684 Display Memoize planner estimates in EXPLAIN 5 months ago
Tom Lane 71c0921b64 Avoid regression in the size of XML input that we will accept. 5 months ago
Robert Haas d5b9b2d402 Remove misleading hint for "unexpected data beyond EOF" error. 5 months ago
Robert Haas dcc9820a35 Avoid throwing away the error message in syncrep_yyerror. 5 months ago
Michael Paquier 3151c264d4 ecpg: Fix memory leaks in ecpg_auto_prepare() 5 months ago
Michael Paquier 793928c2d5 Fix performance regression with flush of pending fixed-numbered stats 5 months ago
Alexander Korotkov 258bf0a2ea Process sync requests incrementally in AbsorbSyncRequests 5 months ago
Michael Paquier 6f22a82a40 Add assertions for all the required index AM callbacks 5 months ago
Tom Lane db6461b1c9 Add commit 73873805f to .git-blame-ignore-revs. 5 months ago
Tom Lane 0f9d4d7c12 Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 5 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 5 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 5 months ago
Tom Lane 7d8f595779 Create infrastructure to reliably prevent leakage of PGresults. 5 months ago
Tom Lane 5457ea46d1 Fix dynahash's HASH_FIXED_SIZE ("isfixed") option. 6 months ago
Álvaro Herrera 1dfe3ef3f9
Refactor grammar to create opt_utility_option_list 6 months ago
Fujii Masao b5d084c535 Fix background worker not restarting after crash-and-restart cycle. 6 months ago
Michael Paquier 641f20d4c4 Fix assertion failure with latch wait in single-user mode 6 months ago
Michael Paquier ac000fca74 Lower bounds related to pgstats kinds 6 months ago
Nathan Bossart 15d33eb192 Fix return value of visibilitymap_get_status(). 6 months ago
Amit Kapila e1c3654839 Fix duplicate transaction replay during pg_createsubscriber. 6 months ago
Michael Paquier 719dcf3c42 Introduce field tracking cached plan type in PlannedStmt 6 months ago
Amit Kapila df335618ed Fix cfbot failure caused by commit 228c370868. 6 months ago
Fujii Masao 086b9a33aa doc: Add missing index entries and fix title formatting in pg_buffercache docs. 6 months ago
Tom Lane e6dfd068ed Fix build breakage on Solaris-alikes with late-model GCC. 6 months ago