Commit Graph

62954 Commits (master)
 

Author SHA1 Message Date
Michael Paquier f8a4cad8f4 doc: Remove duplicate word in ECPG description 1 day ago
Michael Paquier bde3a46160 Upgrade BufFile to use int64 for byte positions 1 day ago
Michael Paquier eee19a30d6 Fix typo in stat_utils.c 1 day ago
Michael Paquier 213a1b8952 Move attribute statistics functions to stat_utils.c 2 days ago
Richard Guo 325808cac9 Fix planner error with SRFs and grouping sets 2 days ago
Masahiko Sawada c5c808f9b3 psql: Fix tab completion for VACUUM option values. 2 days ago
Bruce Momjian 41808377fe doc: change "can not" to "cannot" 2 days ago
Masahiko Sawada 0de5f0d869 Fix regression test failure when wal_level is set to minimal. 2 days ago
Fujii Masao 008beba005 doc: Use proper tags in pg_overexplain documentation. 3 days ago
Fujii Masao d1b35952da Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19. 3 days ago
Fujii Masao 5e813edb55 Fix version check for retain_dead_tuples subscription option. 3 days ago
Amit Kapila 98e8fe57c2 Update comments to reflect changes in 8e0d32a4a1. 3 days ago
Amit Kapila dc6c879455 Doc: Clarify publication privilege requirements. 3 days ago
Richard Guo c8d2f68cc8 Teach expr_is_nonnullable() to handle more expression types 3 days ago
Richard Guo cb7b7ec7a1 Optimize ROW(...) IS [NOT] NULL using non-nullable fields 3 days ago
Richard Guo 10c4fe074a Simplify COALESCE expressions using non-nullable arguments 3 days ago
Michael Paquier b947dd5c75 Improve comment in pgstatfuncs.c 3 days ago
Amit Kapila 1528b0d899 Don't advance origin during apply failure. 3 days ago
Tom Lane 9f7565c6c2 Fix another case of indirectly casting away const. 3 days ago
Bruce Momjian 2214a207ee C comment: fix psql "pstdout" duplicate to "pstdin" 3 days ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 4 days ago
Masahiko Sawada 67c20979ce Toggle logical decoding dynamically based on logical slot presence. 4 days ago
Heikki Linnakangas 955f550686 Fix bug in following update chain when locking a heap tuple 4 days ago
Michael Paquier 8e0d32a4a1 Fix orphaned origin in shared memory after DROP SUBSCRIPTION 4 days ago
Bruce Momjian ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text 4 days ago
Michael Paquier e5f3839af6 Switch buffile.c/h to use pgoff_t instead of off_t 4 days ago
Masahiko Sawada c6a7d3bab4 psql: Improve tab completion for COPY option lists. 4 days ago
Tom Lane 37a1688a1b Add missing .gitignore for src/test/modules/test_cloexec. 4 days ago
Fujii Masao c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. 5 days ago
Michael Paquier d31276f0e2 Fix another typo in gininsert.c 5 days ago
Peter Geoghegan fab5cd3dd1 Remove obsolete name_ops index-only scan comments. 6 days ago
Thomas Munro bec2a0aa30 Clean up test_cloexec.c and Makefile. 6 days ago
Andres Freund 548de59d93 heapam: Move logic to handle HEAP_MOVED into a helper function 1 week ago
Andres Freund 09ae2c8bac bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock() 1 week ago
Bruce Momjian 80f08a6e6a doc: clarify when physical/logical replication is used 1 week ago
Heikki Linnakangas 47a9f61fca Use proper type for RestoreTransactionSnapshot's PGPROC arg 1 week ago
John Naylor 44f49511b7 Update pg_hba.conf example to reflect MD5 deprecation 1 week ago
Michael Paquier 5cdbec5aa9 Fix typos in gininsert.c 1 week ago
Fujii Masao b3ccb0a2cb Add guard to prevent recursive memory context logging. 1 week ago
Michael Paquier 9d0f7996e5 Use table/index_close() more consistently 1 week ago
Noah Misch d49936f302 Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs. 1 week ago
Heikki Linnakangas 951b60f7ab Do not emit WAL for unlogged BRIN indexes 1 week ago
Amit Kapila b47c50e566 Fix intermittent BF failure in 040_standby_failover_slots_sync. 1 week ago
Michael Paquier 5cf03552fb btree_gist: Fix memory allocation formula 1 week ago
Michael Paquier 167cb26718 Fix const correctness in pgstat data serialization callbacks 1 week ago
Jacob Champion ab8af1db43 oauth_validator: Avoid races in log_check() 1 week ago
Jacob Champion 781ca72139 libpq-oauth: use correct c_args in meson.build 1 week ago
Jacob Champion 8b217c96ea libpq-fe.h: Don't claim SOCKTYPE in the global namespace 1 week ago
Tom Lane 5b4fb2b97d Rename regress.so's .mo file to postgresql-regress-VERSION.mo. 1 week ago
Heikki Linnakangas 5cbaa00592 Make postmaster 003_start_stop.pl test less flaky 1 week ago