Commit Graph

62921 Commits (09ae2c8bac8db409a8cd0b8ee438ea7526deb4c3)
 

Author SHA1 Message Date
Andres Freund 09ae2c8bac bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock() 3 weeks ago
Bruce Momjian 80f08a6e6a doc: clarify when physical/logical replication is used 3 weeks ago
Heikki Linnakangas 47a9f61fca Use proper type for RestoreTransactionSnapshot's PGPROC arg 3 weeks ago
John Naylor 44f49511b7 Update pg_hba.conf example to reflect MD5 deprecation 3 weeks ago
Michael Paquier 5cdbec5aa9 Fix typos in gininsert.c 3 weeks ago
Fujii Masao b3ccb0a2cb Add guard to prevent recursive memory context logging. 3 weeks ago
Michael Paquier 9d0f7996e5 Use table/index_close() more consistently 3 weeks ago
Noah Misch d49936f302 Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. 3 weeks ago
Heikki Linnakangas 951b60f7ab Do not emit WAL for unlogged BRIN indexes 3 weeks ago
Amit Kapila b47c50e566 Fix intermittent BF failure in 040_standby_failover_slots_sync. 3 weeks ago
Michael Paquier 5cf03552fb btree_gist: Fix memory allocation formula 3 weeks ago
Michael Paquier 167cb26718 Fix const correctness in pgstat data serialization callbacks 3 weeks ago
Jacob Champion ab8af1db43 oauth_validator: Avoid races in log_check() 3 weeks ago
Jacob Champion 781ca72139 libpq-oauth: use correct c_args in meson.build 3 weeks ago
Jacob Champion 8b217c96ea libpq-fe.h: Don't claim SOCKTYPE in the global namespace 3 weeks ago
Tom Lane 5b4fb2b97d Rename regress.so's .mo file to postgresql-regress-VERSION.mo. 3 weeks ago
Heikki Linnakangas 5cbaa00592 Make postmaster 003_start_stop.pl test less flaky 3 weeks ago
Amit Kapila 85ddcc2f4c Support existing publications in pg_createsubscriber. 3 weeks ago
Michael Paquier f4e797171e Change pgstat_report_vacuum() to use Relation 3 weeks ago
Michael Paquier 1d325ad99c Remove useless code in InjectionPointAttach() 3 weeks ago
Jeff Davis 0a90df58cf Avoid global LC_CTYPE dependency in pg_locale_icu.c. 3 weeks ago
Jeff Davis 87b2968df0 downcase_identifier(): use method table from locale provider. 3 weeks ago
Jeff Davis 7f007e4a04 ltree: fix case-insensitive matching. 3 weeks ago
Jeff Davis 24bf379cb1 Clarify a #define introduced in 8d299052fe. 3 weeks ago
Jeff Davis 84d5efa7e3 Fix multibyte issue in ltree_strncasecmp(). 3 weeks ago
Robert Haas f1a6e622bd Switch memory contexts in ReinitializeParallelDSM. 3 weeks ago
Tom Lane 462e247652 Test PRI* macros even when we can't test NLS translation. 3 weeks ago
Melanie Plageman bfe5c4bec7 Add explanatory comment to prune_freeze_setup() 3 weeks ago
Melanie Plageman 4877391ce8 Fix const qualification in prune_freeze_setup() 3 weeks ago
Daniel Gustafsson b39013b7b1 doc: Update header file mention for CompareType 4 weeks ago
John Naylor 9303d62c6d Separate out bytea sort support from varlena.c 4 weeks ago
Michael Paquier 15f68cebdc Add TAP test to check recovery when redo LSN is missing 4 weeks ago
Michael Paquier dc7c77f825 Fail recovery when missing redo checkpoint record without backup_label 4 weeks ago
Tom Lane 84a3778c79 Revert "Avoid requiring Spanish locale to test NLS infrastructure." 4 weeks ago
Jacob Champion f7fbd02d32 libpq: Align oauth_json_set_error() with other NLS patterns 4 weeks ago
Jacob Champion 301a1dcf00 libpq-oauth: Don't translate internal errors 4 weeks ago
Jacob Champion ea3370b18e libpq: Add missing OAuth translations 4 weeks ago
Nathan Bossart 48d4a1423d Allow passing a pointer to GetNamedDSMSegment()'s init callback. 4 weeks ago
Noah Misch 64bf53dd61 Revisit cosmetics of "For inplace update, send nontransactional invalidations." 4 weeks ago
Noah Misch 0839fbe400 Correct comments of "Fix data loss at inplace update after heap_update()". 4 weeks ago
Tom Lane 7db6809ced Avoid requiring Spanish locale to test NLS infrastructure. 4 weeks ago
Jeff Davis 95a19fefdc Remove incorrect declarations in pg_wchar.h. 4 weeks ago
Jeff Davis 54c41a6deb Remove unused single-byte char_is_cased() API. 4 weeks ago
Jeff Davis 9c8de15969 Use multibyte-aware extraction of pattern prefixes. 4 weeks ago
Tom Lane 8191937082 Add offnum range checks to suppress compile warnings with UBSAN. 4 weeks ago
Heikki Linnakangas bd43940b02 Increase timeout in multixid_conversion upgrade test 4 weeks ago
Heikki Linnakangas ecb553ae82 Improve sanity checks on multixid members length 4 weeks ago
Álvaro Herrera 77038d6d0b
Disable recently added CIC/RI isolation tests 4 weeks ago
Peter Eisentraut 17f446784d Refactor static_assert() support. 4 weeks ago
Heikki Linnakangas 366dcdaf57 Clarify comment on multixid offset wraparound check 4 weeks ago