Commit Graph

62965 Commits (cb77bc04422fbbd1be48dde9794bfc0d0e5d7ad5)
 

Author SHA1 Message Date
Tom Lane cb77bc0442 Further stabilize a postgres_fdw test case. 2 weeks ago
Thomas Munro 45d92b76dc Fix Mkvcbuild.pm builds of test_cloexec.c. 2 weeks ago
Richard Guo 559f9e90db Ignore PlaceHolderVars when looking up statistics 2 weeks ago
Richard Guo ad66f705fa Strip PlaceHolderVars from index operands 2 weeks ago
Peter Eisentraut b7057e4346 Change some Datum to void * for opaque pass-through pointer 2 weeks ago
Michael Paquier 9adf32da6b Split some long Makefile lists 2 weeks ago
Daniel Gustafsson a9123db14a Fix incorrectly spelled city name 2 weeks ago
Peter Eisentraut b63443718a Remove MsgType type 2 weeks ago
Daniel Gustafsson ec0da9b893 Add oauth_validator_libraries to variable_is_guc_list_quote 2 weeks ago
Michael Paquier 36b8f4974a Fix pg_stat_get_backend_activity() to use multi-byte truncated result 2 weeks ago
Bruce Momjian e82e9aaa6a doc: warn about the use of "ctid" queries beyond the examples 2 weeks ago
Michael Paquier f8a4cad8f4 doc: Remove duplicate word in ECPG description 2 weeks ago
Michael Paquier bde3a46160 Upgrade BufFile to use int64 for byte positions 2 weeks ago
Michael Paquier eee19a30d6 Fix typo in stat_utils.c 2 weeks ago
Michael Paquier 213a1b8952 Move attribute statistics functions to stat_utils.c 2 weeks ago
Richard Guo 325808cac9 Fix planner error with SRFs and grouping sets 2 weeks ago
Masahiko Sawada c5c808f9b3 psql: Fix tab completion for VACUUM option values. 2 weeks ago
Bruce Momjian 41808377fe doc: change "can not" to "cannot" 2 weeks ago
Masahiko Sawada 0de5f0d869 Fix regression test failure when wal_level is set to minimal. 2 weeks ago
Fujii Masao 008beba005 doc: Use proper tags in pg_overexplain documentation. 2 weeks ago
Fujii Masao d1b35952da Fix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19. 2 weeks ago
Fujii Masao 5e813edb55 Fix version check for retain_dead_tuples subscription option. 2 weeks ago
Amit Kapila 98e8fe57c2 Update comments to reflect changes in 8e0d32a4a1. 2 weeks ago
Amit Kapila dc6c879455 Doc: Clarify publication privilege requirements. 2 weeks ago
Richard Guo c8d2f68cc8 Teach expr_is_nonnullable() to handle more expression types 2 weeks ago
Richard Guo cb7b7ec7a1 Optimize ROW(...) IS [NOT] NULL using non-nullable fields 2 weeks ago
Richard Guo 10c4fe074a Simplify COALESCE expressions using non-nullable arguments 2 weeks ago
Michael Paquier b947dd5c75 Improve comment in pgstatfuncs.c 2 weeks ago
Amit Kapila 1528b0d899 Don't advance origin during apply failure. 2 weeks ago
Tom Lane 9f7565c6c2 Fix another case of indirectly casting away const. 2 weeks ago
Bruce Momjian 2214a207ee C comment: fix psql "pstdout" duplicate to "pstdin" 2 weeks ago
Masahiko Sawada 55c46bbf3a pg_visibility: Use visibilitymap_count instead of loop. 3 weeks ago
Masahiko Sawada 67c20979ce Toggle logical decoding dynamically based on logical slot presence. 3 weeks ago
Heikki Linnakangas 955f550686 Fix bug in following update chain when locking a heap tuple 3 weeks ago
Michael Paquier 8e0d32a4a1 Fix orphaned origin in shared memory after DROP SUBSCRIPTION 3 weeks ago
Bruce Momjian ea97154fc2 doc: add "DO" to "ON CONFLICT" in CREATE VIEW text 3 weeks ago
Michael Paquier e5f3839af6 Switch buffile.c/h to use pgoff_t instead of off_t 3 weeks ago
Masahiko Sawada c6a7d3bab4 psql: Improve tab completion for COPY option lists. 3 weeks ago
Tom Lane 37a1688a1b Add missing .gitignore for src/test/modules/test_cloexec. 3 weeks ago
Fujii Masao c5d162435a doc: Fix incorrect reference in pg_overexplain documentation. 3 weeks ago
Michael Paquier d31276f0e2 Fix another typo in gininsert.c 3 weeks ago
Peter Geoghegan fab5cd3dd1 Remove obsolete name_ops index-only scan comments. 3 weeks ago
Thomas Munro bec2a0aa30 Clean up test_cloexec.c and Makefile. 3 weeks ago
Andres Freund 548de59d93 heapam: Move logic to handle HEAP_MOVED into a helper function 3 weeks ago
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