Commit Graph

61900 Commits (ebaaf386adb133010c2024256521b993c5e53e98)
 

Author SHA1 Message Date
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
Fujii Masao cb937e48f0 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Tom Lane aadf7db66e Mostly-cosmetic adjustments to estimate_multivariate_bucketsize(). 2 months ago
Alexander Korotkov cdf1f5a607 Reintroduce test 046_checkpoint_logical_slot 2 months ago
Alexander Korotkov ccd9451593 Improve the stability of the recovery test 047_checkpoint_physical_slot 2 months ago
Alexander Korotkov d3917d8f13 Fix infinite wait when reading a partially written WAL record 2 months ago
Michael Paquier 1e9b5140c4 Check status of nodes after regression test run in 027_stream_regress 2 months ago
Michael Paquier d4c9195eff Add PostgreSQL::Test::Cluster::is_alive() 2 months ago
Tom Lane 3683af6170 Speed up byteain by not parsing traditional-style input twice. 2 months ago
Nathan Bossart 84409ed640 Remove unused variable in generate-lwlocknames.pl. 2 months ago
Nathan Bossart 161a3e8b68 pg_upgrade: Use COPY for large object metadata. 2 months ago
Alexander Korotkov 4c5159a2d8 Fix a typo in the deparseArrayCoerceExpr() header comment 2 months ago
Dean Rasheed 5022ff250e Fix concurrent update trigger issues with MERGE in a CTE. 2 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 2 months ago
Nathan Bossart b597ae6cc1 Add a test harness for the binary heap code. 2 months ago
Tom Lane daf9bdc47d Fix PQport to never return NULL unless the connection is NULL. 2 months ago