postgresql.git
11 hours ago Michael PaquierFix comment in lsyscache.c master github/master
11 hours ago Thomas Munrojit: Drop redundant LLVM configure probes.
12 hours ago Michael PaquierAdd pg_get_multixact_stats()
13 hours ago Michael PaquierAdd MultiXactOffsetStorageSize() to multixact_internal.h
13 hours ago Michael PaquierChange GetMultiXactInfo() to return the next multixact...
17 hours ago Thomas Munrojit: Remove -Wno-deprecated-declarations in 18+.
24 hours ago Tom LaneEnsure sanity of hash-join costing when there are no...
24 hours ago Tom LaneFurther stabilize a postgres_fdw test case.
39 hours ago Thomas MunroFix Mkvcbuild.pm builds of test_cloexec.c.
40 hours ago Richard GuoIgnore PlaceHolderVars when looking up statistics
40 hours ago Richard GuoStrip PlaceHolderVars from index operands
2 days ago Peter EisentrautChange some Datum to void * for opaque pass-through...
2 days ago Michael PaquierSplit some long Makefile lists
2 days ago Daniel GustafssonFix incorrectly spelled city name
2 days ago Peter EisentrautRemove MsgType type
2 days ago Daniel GustafssonAdd oauth_validator_libraries to variable_is_guc_list_quote
3 days ago Michael PaquierFix pg_stat_get_backend_activity() to use multi-byte...
3 days ago Bruce Momjiandoc: warn about the use of "ctid" queries beyond the...
4 days ago Michael Paquierdoc: Remove duplicate word in ECPG description
4 days ago Michael PaquierUpgrade BufFile to use int64 for byte positions
4 days ago Michael PaquierFix typo in stat_utils.c
5 days ago Michael PaquierMove attribute statistics functions to stat_utils.c
5 days ago Richard GuoFix planner error with SRFs and grouping sets
5 days ago Masahiko Sawadapsql: Fix tab completion for VACUUM option values.
5 days ago Bruce Momjiandoc: change "can not" to "cannot"
5 days ago Masahiko SawadaFix regression test failure when wal_level is set to...
6 days ago Fujii Masaodoc: Use proper tags in pg_overexplain documentation.
6 days ago Fujii MasaoFix CREATE SUBSCRIPTION failure when the publisher...
6 days ago Fujii MasaoFix version check for retain_dead_tuples subscription...
6 days ago Amit KapilaUpdate comments to reflect changes in 8e0d32a4a1.
6 days ago Amit KapilaDoc: Clarify publication privilege requirements.
6 days ago Richard GuoTeach expr_is_nonnullable() to handle more expression...
6 days ago Richard GuoOptimize ROW(...) IS [NOT] NULL using non-nullable...
6 days ago Richard GuoSimplify COALESCE expressions using non-nullable arguments
6 days ago Michael PaquierImprove comment in pgstatfuncs.c
6 days ago Amit KapilaDon't advance origin during apply failure.
6 days ago Tom LaneFix another case of indirectly casting away const.
6 days ago Bruce MomjianC comment: fix psql "pstdout" duplicate to "pstdin"
7 days ago Masahiko Sawadapg_visibility: Use visibilitymap_count instead of loop.
7 days ago Masahiko SawadaToggle logical decoding dynamically based on logical...
7 days ago Heikki LinnakangasFix bug in following update chain when locking a heap...
7 days ago Michael PaquierFix orphaned origin in shared memory after DROP SUBSCRI...
7 days ago Bruce Momjiandoc: add "DO" to "ON CONFLICT" in CREATE VIEW text
7 days ago Michael PaquierSwitch buffile.c/h to use pgoff_t instead of off_t
7 days ago Masahiko Sawadapsql: Improve tab completion for COPY option lists.
7 days ago Tom LaneAdd missing .gitignore for src/test/modules/test_cloexec.
8 days ago Fujii Masaodoc: Fix incorrect reference in pg_overexplain document...
8 days ago Michael PaquierFix another typo in gininsert.c
9 days ago Peter GeogheganRemove obsolete name_ops index-only scan comments.
9 days ago Thomas MunroClean up test_cloexec.c and Makefile.
11 days ago Andres Freundheapam: Move logic to handle HEAP_MOVED into a helper...
11 days ago Andres Freundbufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitLi...
11 days ago Bruce Momjiandoc: clarify when physical/logical replication is...
11 days ago Heikki LinnakangasUse proper type for RestoreTransactionSnapshot's PGPROC arg
11 days ago John NaylorUpdate pg_hba.conf example to reflect MD5 deprecation
11 days ago Michael PaquierFix typos in gininsert.c
11 days ago Fujii MasaoAdd guard to prevent recursive memory context logging.
11 days ago Michael PaquierUse table/index_close() more consistently
12 days ago Noah MischSort DO_SUBSCRIPTION_REL dump objects independent of...
12 days ago Heikki LinnakangasDo not emit WAL for unlogged BRIN indexes
12 days ago Amit KapilaFix intermittent BF failure in 040_standby_failover_slo...
12 days ago Michael Paquierbtree_gist: Fix memory allocation formula
12 days ago Michael PaquierFix const correctness in pgstat data serialization...
12 days ago Jacob Championoauth_validator: Avoid races in log_check()
12 days ago Jacob Championlibpq-oauth: use correct c_args in meson.build
12 days ago Jacob Championlibpq-fe.h: Don't claim SOCKTYPE in the global namespace
12 days ago Tom LaneRename regress.so's .mo file to postgresql-regress...
13 days ago Heikki LinnakangasMake postmaster 003_start_stop.pl test less flaky
13 days ago Amit KapilaSupport existing publications in pg_createsubscriber.
13 days ago Michael PaquierChange pgstat_report_vacuum() to use Relation
13 days ago Michael PaquierRemove useless code in InjectionPointAttach()
13 days ago Jeff DavisAvoid global LC_CTYPE dependency in pg_locale_icu.c.
13 days ago Jeff Davisdowncase_identifier(): use method table from locale...
13 days ago Jeff Davisltree: fix case-insensitive matching.
13 days ago Jeff DavisClarify a #define introduced in 8d299052fe.
2025-12-16 Jeff DavisFix multibyte issue in ltree_strncasecmp().
2025-12-16 Robert HaasSwitch memory contexts in ReinitializeParallelDSM.
2025-12-16 Tom LaneTest PRI* macros even when we can't test NLS translation.
2025-12-16 Melanie PlagemanAdd explanatory comment to prune_freeze_setup()
2025-12-16 Melanie PlagemanFix const qualification in prune_freeze_setup()
2025-12-16 Daniel Gustafssondoc: Update header file mention for CompareType
2025-12-16 John NaylorSeparate out bytea sort support from varlena.c
2025-12-16 Michael PaquierAdd TAP test to check recovery when redo LSN is missing
2025-12-16 Michael PaquierFail recovery when missing redo checkpoint record witho...
2025-12-15 Tom LaneRevert "Avoid requiring Spanish locale to test NLS...
2025-12-15 Jacob Championlibpq: Align oauth_json_set_error() with other NLS...
2025-12-15 Jacob Championlibpq-oauth: Don't translate internal errors
2025-12-15 Jacob Championlibpq: Add missing OAuth translations
2025-12-15 Nathan BossartAllow passing a pointer to GetNamedDSMSegment()'s init...
2025-12-15 Noah MischRevisit cosmetics of "For inplace update, send nontrans...
2025-12-15 Noah MischCorrect comments of "Fix data loss at inplace update...
2025-12-15 Tom LaneAvoid requiring Spanish locale to test NLS infrastructure.
2025-12-15 Jeff DavisRemove incorrect declarations in pg_wchar.h.
2025-12-15 Jeff DavisRemove unused single-byte char_is_cased() API.
2025-12-15 Jeff DavisUse multibyte-aware extraction of pattern prefixes.
2025-12-15 Tom LaneAdd offnum range checks to suppress compile warnings...
2025-12-15 Heikki LinnakangasIncrease timeout in multixid_conversion upgrade test
2025-12-15 Heikki LinnakangasImprove sanity checks on multixid members length
2025-12-15 Álvaro HerreraDisable recently added CIC/RI isolation tests
2025-12-15 Peter EisentrautRefactor static_assert() support.
next