summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysFix pg_stat_get_backend_activity() to use multi-byte truncated resultMichael Paquier
10 daysdoc: warn about the use of "ctid" queries beyond the examplesBruce Momjian
11 daysdoc: Remove duplicate word in ECPG descriptionMichael Paquier
11 daysUpgrade BufFile to use int64 for byte positionsMichael Paquier
11 daysFix typo in stat_utils.cMichael Paquier
12 daysMove attribute statistics functions to stat_utils.cMichael Paquier
12 daysFix planner error with SRFs and grouping setsRichard Guo
12 dayspsql: Fix tab completion for VACUUM option values.Masahiko Sawada
12 daysdoc: change "can not" to "cannot"Bruce Momjian
12 daysFix regression test failure when wal_level is set to minimal.Masahiko Sawada
12 daysdoc: Use proper tags in pg_overexplain documentation.Fujii Masao
12 daysFix CREATE SUBSCRIPTION failure when the publisher runs on pre-PG19.Fujii Masao
12 daysFix version check for retain_dead_tuples subscription option.Fujii Masao
12 daysUpdate comments to reflect changes in 8e0d32a4a1.Amit Kapila
13 daysDoc: Clarify publication privilege requirements.Amit Kapila
13 daysTeach expr_is_nonnullable() to handle more expression typesRichard Guo
13 daysOptimize ROW(...) IS [NOT] NULL using non-nullable fieldsRichard Guo
13 daysSimplify COALESCE expressions using non-nullable argumentsRichard Guo
13 daysImprove comment in pgstatfuncs.cMichael Paquier
13 daysDon't advance origin during apply failure.Amit Kapila
13 daysFix another case of indirectly casting away const.Tom Lane
13 daysC comment: fix psql "pstdout" duplicate to "pstdin"Bruce Momjian
13 dayspg_visibility: Use visibilitymap_count instead of loop.Masahiko Sawada
13 daysToggle logical decoding dynamically based on logical slot presence.Masahiko Sawada
13 daysFix bug in following update chain when locking a heap tupleHeikki Linnakangas
14 daysFix orphaned origin in shared memory after DROP SUBSCRIPTIONMichael Paquier
14 daysdoc: add "DO" to "ON CONFLICT" in CREATE VIEW textBruce Momjian
14 daysSwitch buffile.c/h to use pgoff_t instead of off_tMichael Paquier
14 dayspsql: Improve tab completion for COPY option lists.Masahiko Sawada
2025-12-22Add missing .gitignore for src/test/modules/test_cloexec.Tom Lane
2025-12-22doc: Fix incorrect reference in pg_overexplain documentation.Fujii Masao
2025-12-22Fix another typo in gininsert.cMichael Paquier
2025-12-21Remove obsolete name_ops index-only scan comments.Peter Geoghegan
2025-12-21Clean up test_cloexec.c and Makefile.Thomas Munro
2025-12-19heapam: Move logic to handle HEAP_MOVED into a helper functionAndres Freund
2025-12-19bufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitListLock()Andres Freund
2025-12-19doc: clarify when physical/logical replication is usedBruce Momjian
2025-12-19Use proper type for RestoreTransactionSnapshot's PGPROC argHeikki Linnakangas
2025-12-19Update pg_hba.conf example to reflect MD5 deprecationJohn Naylor
2025-12-19Fix typos in gininsert.cMichael Paquier
2025-12-19Add guard to prevent recursive memory context logging.Fujii Masao
2025-12-18Use table/index_close() more consistentlyMichael Paquier
2025-12-18Sort DO_SUBSCRIPTION_REL dump objects independent of OIDs.Noah Misch
2025-12-18Do not emit WAL for unlogged BRIN indexesHeikki Linnakangas
2025-12-18Fix intermittent BF failure in 040_standby_failover_slots_sync.Amit Kapila
2025-12-18btree_gist: Fix memory allocation formulaMichael Paquier
2025-12-17Fix const correctness in pgstat data serialization callbacksMichael Paquier
2025-12-17oauth_validator: Avoid races in log_check()Jacob Champion
2025-12-17libpq-oauth: use correct c_args in meson.buildJacob Champion
2025-12-17libpq-fe.h: Don't claim SOCKTYPE in the global namespaceJacob Champion