Commit Graph

62975 Commits (master)
 

Author SHA1 Message Date
Tom Lane bc6374cd76 Change IndexAmRoutines to be statically-allocated structs. 5 hours ago
Masahiko Sawada 736f754eed Add dead items memory usage to VACUUM (VERBOSE) and autovacuum logs. 7 hours ago
Masahiko Sawada 2a5225b99d Fix a race condition in updating procArray->replication_slot_xmin. 9 hours ago
Michael Paquier ffdcc9c638 Fix comment in lsyscache.c 20 hours ago
Thomas Munro 1a28b4b455 jit: Drop redundant LLVM configure probes. 21 hours ago
Michael Paquier 97b101776c Add pg_get_multixact_stats() 21 hours ago
Michael Paquier 0e3ad4b96a Add MultiXactOffsetStorageSize() to multixact_internal.h 23 hours ago
Michael Paquier 9cf746a453 Change GetMultiXactInfo() to return the next multixact offset 23 hours ago
Thomas Munro 7da9d8f2db jit: Remove -Wno-deprecated-declarations in 18+. 1 day ago
Tom Lane bd3e3e9e56 Ensure sanity of hash-join costing when there are no MCV statistics. 1 day ago
Tom Lane cb77bc0442 Further stabilize a postgres_fdw test case. 1 day ago
Thomas Munro 45d92b76dc Fix Mkvcbuild.pm builds of test_cloexec.c. 2 days ago
Richard Guo 559f9e90db Ignore PlaceHolderVars when looking up statistics 2 days ago
Richard Guo ad66f705fa Strip PlaceHolderVars from index operands 2 days ago
Peter Eisentraut b7057e4346 Change some Datum to void * for opaque pass-through pointer 3 days ago
Michael Paquier 9adf32da6b Split some long Makefile lists 3 days ago
Daniel Gustafsson a9123db14a Fix incorrectly spelled city name 3 days ago
Peter Eisentraut b63443718a Remove MsgType type 3 days ago
Daniel Gustafsson ec0da9b893 Add oauth_validator_libraries to variable_is_guc_list_quote 3 days ago
Michael Paquier 36b8f4974a Fix pg_stat_get_backend_activity() to use multi-byte truncated result 4 days ago
Bruce Momjian e82e9aaa6a doc: warn about the use of "ctid" queries beyond the examples 4 days ago
Michael Paquier f8a4cad8f4 doc: Remove duplicate word in ECPG description 5 days ago
Michael Paquier bde3a46160 Upgrade BufFile to use int64 for byte positions 5 days ago
Michael Paquier eee19a30d6 Fix typo in stat_utils.c 5 days ago
Michael Paquier 213a1b8952 Move attribute statistics functions to stat_utils.c 6 days ago
Richard Guo 325808cac9 Fix planner error with SRFs and grouping sets 6 days ago
Masahiko Sawada c5c808f9b3 psql: Fix tab completion for VACUUM option values. 6 days ago
Bruce Momjian 41808377fe doc: change "can not" to "cannot" 6 days ago
Masahiko Sawada 0de5f0d869 Fix regression test failure when wal_level is set to minimal. 6 days ago
Fujii Masao 008beba005 doc: Use proper tags in pg_overexplain documentation. 7 days ago
Fujii Masao d1b35952da Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19. 7 days ago
Fujii Masao 5e813edb55 Fix version check for retain_dead_tuples subscription option. 7 days ago
Amit Kapila 98e8fe57c2 Update comments to reflect changes in 8e0d32a4a1. 7 days ago
Amit Kapila dc6c879455 Doc: Clarify publication privilege requirements. 7 days ago
Richard Guo c8d2f68cc8 Teach expr_is_nonnullable() to handle more expression types 7 days ago
Richard Guo cb7b7ec7a1 Optimize ROW(...) IS [NOT] NULL using non-nullable fields 7 days ago
Richard Guo 10c4fe074a Simplify COALESCE expressions using non-nullable arguments 7 days ago
Michael Paquier b947dd5c75 Improve comment in pgstatfuncs.c 7 days ago
Amit Kapila 1528b0d899 Don't advance origin during apply failure. 7 days ago
Tom Lane 9f7565c6c2 Fix another case of indirectly casting away const. 1 week ago
Bruce Momjian 2214a207ee C comment: fix psql "pstdout" duplicate to "pstdin" 1 week ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 1 week ago
Masahiko Sawada 67c20979ce Toggle logical decoding dynamically based on logical slot presence. 1 week ago
Heikki Linnakangas 955f550686 Fix bug in following update chain when locking a heap tuple 1 week ago
Michael Paquier 8e0d32a4a1 Fix orphaned origin in shared memory after DROP SUBSCRIPTION 1 week ago
Bruce Momjian ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text 1 week ago
Michael Paquier e5f3839af6 Switch buffile.c/h to use pgoff_t instead of off_t 1 week ago
Masahiko Sawada c6a7d3bab4 psql: Improve tab completion for COPY option lists. 1 week ago
Tom Lane 37a1688a1b Add missing .gitignore for src/test/modules/test_cloexec. 1 week ago
Fujii Masao c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. 1 week ago