Commit Graph

63221 Commits (d46aa32ea5ce0c61a464cdc2c74fa9a428df8bc1)
 

Author SHA1 Message Date
Michael Paquier d46aa32ea5 Fix build inconsistency due to the generation of wait-event code 4 months ago
Tom Lane 6918434a4a Make psql/t/030_pager.pl more robust. 4 months ago
Tom Lane a1d7ae2b2e Improve guards against false regex matches in BackgroundPsql.pm. 4 months ago
Heikki Linnakangas e2362eb2bd Move shmem allocator's fields from PGShmemHeader to its own struct 4 months ago
Álvaro Herrera e76221bd95
Minor cosmetic tweaks 4 months ago
Álvaro Herrera 1eb09ed63a
Use C99 designated designators in a couple of places 4 months ago
Fujii Masao bb26a81ee2 Remove unused argument from ApplyLogicalMappingFile(). 4 months ago
Andres Freund 87f7b824f2 tableam: Perform CheckXidAlive check once per scan 4 months ago
Andres Freund 333f586372 bufmgr: Allow conditionally locking of already locked buffer 4 months ago
Tom Lane bd9dfac8b1 Further fix extended alignment for older g++. 4 months ago
Jeff Davis de90bb7db1 Fix theoretical memory leaks in pg_locale_libc.c. 4 months ago
Álvaro Herrera ec31744071
Replace literal 0 with InvalidXLogRecPtr for XLogRecPtr assignments 4 months ago
Robert Haas 71c1136989 Fix mistakes in commit 4020b370f2 4 months ago
Alexander Korotkov 20a8f783e1 Wake LSN waiters before recovery target stop 4 months ago
Michael Paquier 4b77282f25 psql: Disable %P (pipeline status) for non-active connection 4 months ago
Michael Paquier 740a1494f4 Fix two error messages in extended_stats_funcs.c 4 months ago
Michael Paquier fc365e4fcc Add test doing some cloning of extended statistics data 4 months ago
Michael Paquier 0b7beec42a Add test for pg_restore_extended_stats() with multiranges 4 months ago
Amit Kapila 3a98f989e8 Fix CI failure introduced in commit 851f6649cc. 4 months ago
Michael Paquier efbebb4e85 Add support for "mcv" in pg_restore_extended_stats() 4 months ago
Michael Paquier e09e5ad69a Fix whitespace issue in regression test stats_import 4 months ago
Nathan Bossart ef1c865206 Add a couple of recent commits to .git-blame-ignore-revs. 4 months ago
Masahiko Sawada 8f1e2dfe03 Consolidate replication origin session globals into a single struct. 4 months ago
Masahiko Sawada 227eb4eea2 Refactor replication origin state reset helpers. 4 months ago
Masahiko Sawada 1fdbca159e Standardize replication origin naming to use "ReplOrigin". 4 months ago
Robert Haas 4020b370f2 Allow for plugin control over path generation strategies. 4 months ago
Álvaro Herrera e6d6e32f42
Fix duplicate arbiter detection during REINDEX CONCURRENTLY on partitions 4 months ago
Michael Paquier e3094679b9 Fix pg_restore_extended_stats() with expressions 4 months ago
Michael Paquier f9562b95c6 Add output test for pg_dependencies statistics import 4 months ago
Jacob Champion c6a10a89fe oauth: Correct test dependency on oauth_hook_client 4 months ago
Robert Haas 9a446d0256 pg_waldump: Remove file-level global WalSegSz. 4 months ago
Amit Kapila 851f6649cc Prevent invalidation of newly synced replication slots. 4 months ago
Michael Paquier c32fb29e97 Include extended statistics data in pg_dump 4 months ago
Fujii Masao 1ea44d7ddf Remove unnecessary abort() from WalSndShutdown(). 4 months ago
Tomas Vondra 09c37015d4 pgindent fix for 3fccbd94cb 4 months ago
Tomas Vondra 3fccbd94cb Handle ENOENT status when querying NUMA node 4 months ago
Michael Paquier 302879bd68 Add support for "dependencies" in pg_restore_extended_stats() 4 months ago
Melanie Plageman 19af794b66 Refactor lazy_scan_prune() VM clear logic into helper 4 months ago
Melanie Plageman 648a7e28d7 Eliminate use of cached VM value in lazy_scan_prune() 4 months ago
Melanie Plageman 21796c267d Combine visibilitymap_set() cases in lazy_scan_prune() 4 months ago
Tomas Vondra f6e5d21bf7 Exercise parallel GIN builds in regression tests 4 months ago
Tomas Vondra db14dcdec6 Lookup the correct ordering for parallel GIN builds 4 months ago
Robert Haas 4cbaf4dcd2 Reduce length of TAP test file name. 4 months ago
Peter Eisentraut 5ca5f12c2c Fix accidentally cast away qualifiers 4 months ago
Fujii Masao 33a92632b7 doc: Clarify that \d and \d+ output lists are illustrative, not exhaustive. 4 months ago
David Rowley 7027dd499d Remove deduplication logic from find_window_functions 4 months ago
Peter Eisentraut 6ceef9408c Disable extended alignment uses on older g++ 4 months ago
Michael Paquier d9abd9e105 Add test for MAINTAIN permission with pg_restore_extended_stats() 4 months ago
Michael Paquier 114e84c532 Fix missing initialization in pg_restore_extended_stats() 4 months ago
Michael Paquier 0e80f3f88d Add pg_restore_extended_stats() 4 months ago