Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

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