Commit Graph

61794 Commits (7d8f5957792421ec3bb9d1b9b6ca25d689d974b7)
 

Author SHA1 Message Date
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. 5 months ago
Álvaro Herrera 1dfe3ef3f9
Refactor grammar to create opt_utility_option_list 5 months ago
Fujii Masao b5d084c535 Fix background worker not restarting after crash-and-restart cycle. 5 months ago
Michael Paquier 641f20d4c4 Fix assertion failure with latch wait in single-user mode 5 months ago
Michael Paquier ac000fca74 Lower bounds related to pgstats kinds 5 months ago
Nathan Bossart 15d33eb192 Fix return value of visibilitymap_get_status(). 5 months ago
Amit Kapila e1c3654839 Fix duplicate transaction replay during pg_createsubscriber. 5 months ago
Michael Paquier 719dcf3c42 Introduce field tracking cached plan type in PlannedStmt 5 months ago
Amit Kapila df335618ed Fix cfbot failure caused by commit 228c370868. 5 months ago
Fujii Masao 086b9a33aa doc: Add missing index entries and fix title formatting in pg_buffercache docs. 5 months ago
Tom Lane e6dfd068ed Fix build breakage on Solaris-alikes with late-model GCC. 5 months ago
Nathan Bossart 2047ad0681 Cross-check lists of built-in LWLock tranches. 5 months ago
Nathan Bossart 37c7a7eeb6 Use PqMsg_* macros in walsender.c 5 months ago
Álvaro Herrera 196063d676
Move enum RecoveryTargetAction to xlogrecovery.h 5 months ago
Amit Kapila 228c370868 Preserve conflict-relevant data during logical replication. 5 months ago
David Rowley 039f7ee0fe Use strchr instead of strstr for single-char lookups 5 months ago
Michael Paquier a6eabec680 ecpg: Improve error detection around ecpg_strdup() 5 months ago
Fujii Masao a7ca73af66 Remove translation marker from libpq-be-fe-helpers.h. 5 months ago
Andres Freund d3f97fd1dd aio: Fix assertion, clarify README 5 months ago
Amit Kapila ce6513e96a Doc: Fix logical replication examples. 5 months ago
Michael Paquier 19179dbffc doc: Inform about aminsertcleanup optional NULLness 5 months ago
Fujii Masao 112faf1378 Log remote NOTICE, WARNING, and similar messages using ereport(). 5 months ago
Michael Paquier 1b8bbee05d ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
Richard Guo e2debb6438 Reduce "Var IS [NOT] NULL" quals during constant folding 5 months ago
Richard Guo 904f6a593a Centralize collection of catalog info needed early in the planner 5 months ago
Richard Guo e0d0529526 Expand virtual generated columns before sublink pull-up 5 months ago
Alexander Korotkov 0810fbb02d Update comment for ReplicationSlot.last_saved_restart_lsn 5 months ago
Álvaro Herrera da71717f0a
pg_dump: include comments on not-null constraints on domains, too 5 months ago
Fujii Masao cb937e48f0 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 5 months ago
Tom Lane aadf7db66e Mostly-cosmetic adjustments to estimate_multivariate_bucketsize(). 5 months ago
Alexander Korotkov cdf1f5a607 Reintroduce test 046_checkpoint_logical_slot 5 months ago
Alexander Korotkov ccd9451593 Improve the stability of the recovery test 047_checkpoint_physical_slot 5 months ago
Alexander Korotkov d3917d8f13 Fix infinite wait when reading a partially written WAL record 5 months ago
Michael Paquier 1e9b5140c4 Check status of nodes after regression test run in 027_stream_regress 5 months ago
Michael Paquier d4c9195eff Add PostgreSQL::Test::Cluster::is_alive() 5 months ago
Tom Lane 3683af6170 Speed up byteain by not parsing traditional-style input twice. 5 months ago
Nathan Bossart 84409ed640 Remove unused variable in generate-lwlocknames.pl. 5 months ago
Nathan Bossart 161a3e8b68 pg_upgrade: Use COPY for large object metadata. 5 months ago
Alexander Korotkov 4c5159a2d8 Fix a typo in the deparseArrayCoerceExpr() header comment 5 months ago
Dean Rasheed 5022ff250e Fix concurrent update trigger issues with MERGE in a CTE. 5 months ago
Alexander Korotkov 62c3b4cd9d Support for deparsing of ArrayCoerceExpr node in contrib/postgres_fdw 5 months ago
Nathan Bossart b597ae6cc1 Add a test harness for the binary heap code. 5 months ago
Tom Lane daf9bdc47d Fix PQport to never return NULL unless the connection is NULL. 5 months ago
Álvaro Herrera b8926a5b4b
Remove assertion from PortalRunMulti 5 months ago
Nathan Bossart 26cc96d452 doc: Add note about how to use pg_overexplain. 5 months ago
Amit Langote afa5c365ec Remove duplicate line 5 months ago
Michael Paquier 74a3fc36f3 Split regression tests for TOAST compression methods into two files 5 months ago
Michael Paquier a493e741d3 Fix inconsistent LWLock tranche names for MultiXact* 5 months ago
Daniel Gustafsson f6ffbeda00 doc: Add example file for COPY 5 months ago