Commit Graph

63246 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)
 

Author SHA1 Message Date
Fujii Masao 008beba005 doc: Use proper tags in pg_overexplain documentation. 3 months ago
Fujii Masao d1b35952da Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19. 3 months ago
Fujii Masao 5e813edb55 Fix version check for retain_dead_tuples subscription option. 3 months ago
Amit Kapila 98e8fe57c2 Update comments to reflect changes in 8e0d32a4a1. 3 months ago
Amit Kapila dc6c879455 Doc: Clarify publication privilege requirements. 3 months ago
Richard Guo c8d2f68cc8 Teach expr_is_nonnullable() to handle more expression types 3 months ago
Richard Guo cb7b7ec7a1 Optimize ROW(...) IS [NOT] NULL using non-nullable fields 3 months ago
Richard Guo 10c4fe074a Simplify COALESCE expressions using non-nullable arguments 3 months ago
Michael Paquier b947dd5c75 Improve comment in pgstatfuncs.c 3 months ago
Amit Kapila 1528b0d899 Don't advance origin during apply failure. 3 months ago
Tom Lane 9f7565c6c2 Fix another case of indirectly casting away const. 3 months ago
Bruce Momjian 2214a207ee C comment: fix psql "pstdout" duplicate to "pstdin" 3 months ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 3 months ago
Masahiko Sawada 67c20979ce Toggle logical decoding dynamically based on logical slot presence. 3 months ago
Heikki Linnakangas 955f550686 Fix bug in following update chain when locking a heap tuple 3 months ago
Michael Paquier 8e0d32a4a1 Fix orphaned origin in shared memory after DROP SUBSCRIPTION 3 months ago
Bruce Momjian ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text 3 months ago
Michael Paquier e5f3839af6 Switch buffile.c/h to use pgoff_t instead of off_t 3 months ago
Masahiko Sawada c6a7d3bab4 psql: Improve tab completion for COPY option lists. 3 months ago
Tom Lane 37a1688a1b Add missing .gitignore for src/test/modules/test_cloexec. 3 months ago
Fujii Masao c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. 3 months ago
Michael Paquier d31276f0e2 Fix another typo in gininsert.c 3 months ago
Peter Geoghegan fab5cd3dd1 Remove obsolete name_ops index-only scan comments. 3 months ago
Thomas Munro bec2a0aa30 Clean up test_cloexec.c and Makefile. 3 months ago
Andres Freund 548de59d93 heapam: Move logic to handle HEAP_MOVED into a helper function 3 months ago
Andres Freund 09ae2c8bac bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock() 3 months ago
Bruce Momjian 80f08a6e6a doc: clarify when physical/logical replication is used 3 months ago
Heikki Linnakangas 47a9f61fca Use proper type for RestoreTransactionSnapshot's PGPROC arg 3 months ago
John Naylor 44f49511b7 Update pg_hba.conf example to reflect MD5 deprecation 3 months ago
Michael Paquier 5cdbec5aa9 Fix typos in gininsert.c 3 months ago
Fujii Masao b3ccb0a2cb Add guard to prevent recursive memory context logging. 3 months ago
Michael Paquier 9d0f7996e5 Use table/index_close() more consistently 3 months ago
Noah Misch d49936f302 Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. 3 months ago
Heikki Linnakangas 951b60f7ab Do not emit WAL for unlogged BRIN indexes 3 months ago
Amit Kapila b47c50e566 Fix intermittent BF failure in 040_standby_failover_slots_sync. 3 months ago
Michael Paquier 5cf03552fb btree_gist: Fix memory allocation formula 3 months ago
Michael Paquier 167cb26718 Fix const correctness in pgstat data serialization callbacks 3 months ago
Jacob Champion ab8af1db43 oauth_validator: Avoid races in log_check() 3 months ago
Jacob Champion 781ca72139 libpq-oauth: use correct c_args in meson.build 3 months ago
Jacob Champion 8b217c96ea libpq-fe.h: Don't claim SOCKTYPE in the global namespace 3 months ago
Tom Lane 5b4fb2b97d Rename regress.so's .mo file to postgresql-regress-VERSION.mo. 3 months ago
Heikki Linnakangas 5cbaa00592 Make postmaster 003_start_stop.pl test less flaky 3 months ago
Amit Kapila 85ddcc2f4c Support existing publications in pg_createsubscriber. 3 months ago
Michael Paquier f4e797171e Change pgstat_report_vacuum() to use Relation 3 months ago
Michael Paquier 1d325ad99c Remove useless code in InjectionPointAttach() 3 months ago
Jeff Davis 0a90df58cf Avoid global LC_CTYPE dependency in pg_locale_icu.c. 3 months ago
Jeff Davis 87b2968df0 downcase_identifier(): use method table from locale provider. 3 months ago
Jeff Davis 7f007e4a04 ltree: fix case-insensitive matching. 3 months ago
Jeff Davis 24bf379cb1 Clarify a #define introduced in 8d299052fe. 3 months ago
Jeff Davis 84d5efa7e3 Fix multibyte issue in ltree_strncasecmp(). 3 months ago