Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

Author SHA1 Message Date
Fujii Masao e35add48cc doc: Move synchronized_standby_slots to "Primary Server" section. 2 months ago
Michael Paquier 9476ef206c Fix comment in extended_stats_funcs.c 2 months ago
Masahiko Sawada 7a1f0f8747 pg_upgrade: Optimize logical replication slot caught-up check. 2 months ago
Michael Paquier 3c5ec35dea oid2name: Add relation path to the information provided by -x/--extended 2 months ago
Álvaro Herrera 0c8e082fba
Assign "backend" type earlier during process start-up 2 months ago
Fujii Masao 36ead71232 Fix logical replication TAP test to read publisher log correctly. 2 months ago
John Naylor 176dffdf7d Fix various instances of undefined behavior 2 months ago
Heikki Linnakangas 084e42bc71 Add backendType to PGPROC, replacing isRegularBackend 2 months ago
Peter Eisentraut 4cfce4e62c Change copyObject() to use typeof_unqual 2 months ago
Michael Paquier c8ec74713b pg_resetwal: Fix incorrect error message related to pg_wal/summaries/ 2 months ago
Álvaro Herrera 78bf28e3bf
Docs: consolidate dependency notes in pg_dump and pg_restore 2 months ago
Heikki Linnakangas 57bff90160 Don't hint that you can reconnect when the database is dropped 2 months ago
Heikki Linnakangas cd375d5b6d Remove useless errdetail_abort() 2 months ago
Álvaro Herrera 96e2af6050
Reject ADD CONSTRAINT NOT NULL if name mismatches existing constraint 2 months ago
Peter Eisentraut 955e507668 Change StaticAssertVariableIsOfType to be a declaration 2 months ago
Peter Eisentraut 137d05df2f Rename AssertVariableIsOfType to StaticAssertVariableIsOfType 2 months ago
Michael Paquier e05a24c2d4 Add two IO wait events for COPY FROM/TO on a pipe/file/program 2 months ago
Michael Paquier 213fec296f Fix incorrect errno in OpenWalSummaryFile() 2 months ago
Fujii Masao 21c1125d66 Release synchronous replication waiters immediately on configuration changes. 2 months ago
Fujii Masao dddbbc253b psql: Add %i prompt escape to indicate hot standby status. 2 months ago
Melanie Plageman 4a99ef1a0d Fix flakiness in the pg_visibility VM-only vacuum test by using a temporary table. 2 months ago
Nathan Bossart 12451d9d1f test_shm_mq: Set background worker names. 2 months ago
Tom Lane da7a1dc0d6 Refactor att_align_nominal() to improve performance. 2 months ago
Tom Lane 0c9f46c428 In s_lock.h, use regular labels with %= instead of local labels. 2 months ago
Michael Paquier a9afa021e9 Fix error message in RemoveWalSummaryIfOlderThan() 2 months ago
Michael Paquier d46aa32ea5 Fix build inconsistency due to the generation of wait-event code 2 months ago
Tom Lane 6918434a4a Make psql/t/030_pager.pl more robust. 2 months ago
Tom Lane a1d7ae2b2e Improve guards against false regex matches in BackgroundPsql.pm. 2 months ago
Heikki Linnakangas e2362eb2bd Move shmem allocator's fields from PGShmemHeader to its own struct 2 months ago
Álvaro Herrera e76221bd95
Minor cosmetic tweaks 2 months ago
Álvaro Herrera 1eb09ed63a
Use C99 designated designators in a couple of places 2 months ago
Fujii Masao bb26a81ee2 Remove unused argument from ApplyLogicalMappingFile(). 2 months ago
Andres Freund 87f7b824f2 tableam: Perform CheckXidAlive check once per scan 2 months ago
Andres Freund 333f586372 bufmgr: Allow conditionally locking of already locked buffer 2 months ago
Tom Lane bd9dfac8b1 Further fix extended alignment for older g++. 2 months ago
Jeff Davis de90bb7db1 Fix theoretical memory leaks in pg_locale_libc.c. 2 months ago
Álvaro Herrera ec31744071
Replace literal 0 with InvalidXLogRecPtr for XLogRecPtr assignments 2 months ago
Robert Haas 71c1136989 Fix mistakes in commit 4020b370f2 2 months ago
Alexander Korotkov 20a8f783e1 Wake LSN waiters before recovery target stop 2 months ago
Michael Paquier 4b77282f25 psql: Disable %P (pipeline status) for non-active connection 2 months ago
Michael Paquier 740a1494f4 Fix two error messages in extended_stats_funcs.c 2 months ago
Michael Paquier fc365e4fcc Add test doing some cloning of extended statistics data 2 months ago
Michael Paquier 0b7beec42a Add test for pg_restore_extended_stats() with multiranges 2 months ago
Amit Kapila 3a98f989e8 Fix CI failure introduced in commit 851f6649cc. 2 months ago
Michael Paquier efbebb4e85 Add support for "mcv" in pg_restore_extended_stats() 2 months ago
Michael Paquier e09e5ad69a Fix whitespace issue in regression test stats_import 2 months ago
Nathan Bossart ef1c865206 Add a couple of recent commits to .git-blame-ignore-revs. 2 months ago
Masahiko Sawada 8f1e2dfe03 Consolidate replication origin session globals into a single struct. 2 months ago
Masahiko Sawada 227eb4eea2 Refactor replication origin state reset helpers. 2 months ago
Masahiko Sawada 1fdbca159e Standardize replication origin naming to use "ReplOrigin". 2 months ago