Commit Graph

62015 Commits (5d7f58848ce59d9e09b7214d2541ab3ec853f89c)
 

Author SHA1 Message Date
Peter Eisentraut c3019bb778 Update comment 1 month ago
Tom Lane 902f922218 Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month 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
Alexander Korotkov 258bf0a2ea Process sync requests incrementally in AbsorbSyncRequests 2 months ago
Michael Paquier 6f22a82a40 Add assertions for all the required index AM callbacks 2 months ago
Tom Lane db6461b1c9 Add commit 73873805f to .git-blame-ignore-revs. 2 months ago
Tom Lane 0f9d4d7c12 Silence leakage complaint about postgres_fdw's InitPgFdwOptions. 2 months ago
Tom Lane 73873805fb Run pgindent on the changes of the previous patch. 2 months ago
Tom Lane 80aa9848be Reap the benefits of not having to avoid leaking PGresults. 2 months ago
Tom Lane 7d8f595779 Create infrastructure to reliably prevent leakage of PGresults. 2 months ago
Tom Lane 5457ea46d1 Fix dynahash's HASH_FIXED_SIZE ("isfixed") option. 2 months ago
Álvaro Herrera 1dfe3ef3f9
Refactor grammar to create opt_utility_option_list 2 months ago
Fujii Masao b5d084c535 Fix background worker not restarting after crash-and-restart cycle. 2 months ago
Michael Paquier 641f20d4c4 Fix assertion failure with latch wait in single-user mode 2 months ago
Michael Paquier ac000fca74 Lower bounds related to pgstats kinds 2 months ago
Nathan Bossart 15d33eb192 Fix return value of visibilitymap_get_status(). 2 months ago
Amit Kapila e1c3654839 Fix duplicate transaction replay during pg_createsubscriber. 2 months ago
Michael Paquier 719dcf3c42 Introduce field tracking cached plan type in PlannedStmt 2 months ago
Amit Kapila df335618ed Fix cfbot failure caused by commit 228c370868. 2 months ago
Fujii Masao 086b9a33aa doc: Add missing index entries and fix title formatting in pg_buffercache docs. 2 months ago
Tom Lane e6dfd068ed Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Nathan Bossart 2047ad0681 Cross-check lists of built-in LWLock tranches. 2 months ago
Nathan Bossart 37c7a7eeb6 Use PqMsg_* macros in walsender.c 2 months ago
Álvaro Herrera 196063d676
Move enum RecoveryTargetAction to xlogrecovery.h 2 months ago
Amit Kapila 228c370868 Preserve conflict-relevant data during logical replication. 2 months ago
David Rowley 039f7ee0fe Use strchr instead of strstr for single-char lookups 2 months ago
Michael Paquier a6eabec680 ecpg: Improve error detection around ecpg_strdup() 2 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 2 months ago
Andres Freund d3f97fd1dd aio: Fix assertion, clarify README 2 months ago
Amit Kapila ce6513e96a Doc: Fix logical replication examples. 2 months ago
Michael Paquier 19179dbffc doc: Inform about aminsertcleanup optional NULLness 2 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 2 months ago
Michael Paquier 1b8bbee05d ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 2 months ago
Richard Guo 904f6a593a Centralize collection of catalog info needed early in the planner 2 months ago
Richard Guo e0d0529526 Expand virtual generated columns before sublink pull-up 2 months ago
Alexander Korotkov 0810fbb02d Update comment for ReplicationSlot.last_saved_restart_lsn 2 months ago
Álvaro Herrera da71717f0a
pg_dump: include comments on not-null constraints on domains, too 2 months ago