]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
6 days ago  Fujii MasaoHonor GUC settings specified in CREATE SUBSCRIPTION...
6 days ago  David RowleySimplify GetOperatorFromCompareType() code
6 days ago  David RowleyFix misleading comment for GetOperatorFromCompareType
6 days ago  Fujii Masaodoc: Fix outdated doc in pg_rewind.
6 days ago  David RowleyClarify where various catcache.h dlist_nodes are used
6 days ago  Masahiko Sawadapg_visibility: Fix incorrect buffer lock description...
6 days ago  Tom LaneFix meson build of snowball code.
6 days ago  Tom LaneUpdate to latest Snowball sources.
6 days ago  Andres Freundci: Remove ulimit -p for netbsd/openbsd
6 days ago  Masahiko SawadaFix typo in parallel.c.
6 days ago  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
6 days ago  Alexander KorotkovAdd tab completion for the WAIT FOR LSN MODE option
6 days ago  Alexander KorotkovAdd the MODE option to the WAIT FOR LSN command
6 days ago  Alexander KorotkovExtend xlogwait infrastructure with write and flush...
6 days ago  Alexander KorotkovAdjust errcode in checkPartition()
6 days ago  Robert HaasRemove redundant SET enable_partitionwise_join = on.
7 days ago  Michael PaquierFix comment in tableam.c
7 days ago  Peter EisentrautSeparate read and write pointers in pg_saslprep
7 days ago  Heikki LinnakangasTighten up assertion on a local variable
7 days ago  David RowleyUse the GetPGProcByNumber() macro when possible
7 days ago  Amit KapilaImprove the comments atop build_replindex_scan_key().
7 days ago  Michael PaquierRemove unneeded probes from configure and meson
7 days ago  Michael PaquierRemove unneeded defines from pg_config.h.in
7 days ago  Michael PaquierFix typos and inconsistencies in code and comments
7 days ago  Tom LaneAllow role created by new test to log in on Windows.
7 days ago  Tom LaneInclude error location in errors from ComputeIndexAttrs().
7 days ago  Tom LaneAdd parse location to IndexElem.
7 days ago  Heikki LinnakangasFix partial read handling in pg_upgrade's multixact...
8 days ago  Peter EisentrautRemove bogus const qualifier on PageGetItem() argument
8 days ago  David RowleyDoc: add missing punctuation
8 days ago  David RowleyFix selectivity estimation integer overflow in contrib...
8 days ago  Tom LaneImprove a couple of error messages.
10 days ago  David RowleyFix spelling mistake in fk-snapshot-3.spec
10 days ago  Bruce MomjianUpdate copyright for 2026
10 days ago  Andrew DunstanAdd paths of extensions to pg_available_extensions
11 days ago  Masahiko SawadaFix macro name for io_uring_queue_init_mem check.
11 days ago  Tom LaneDoc: remove obsolete, confused <note> about rowtype...
12 days ago  Thomas Munrojit: Fix jit_profiling_support when unavailable.
12 days ago  Tom LaneChange IndexAmRoutines to be statically-allocated structs.
12 days ago  Masahiko SawadaAdd dead items memory usage to VACUUM (VERBOSE) and...
12 days ago  Masahiko SawadaFix a race condition in updating procArray->replication...
13 days ago  Michael PaquierFix comment in lsyscache.c
13 days ago  Thomas Munrojit: Drop redundant LLVM configure probes.
13 days ago  Michael PaquierAdd pg_get_multixact_stats()
13 days ago  Michael PaquierAdd MultiXactOffsetStorageSize() to multixact_internal.h
13 days ago  Michael PaquierChange GetMultiXactInfo() to return the next multixact...
13 days ago  Thomas Munrojit: Remove -Wno-deprecated-declarations in 18+.
13 days ago  Tom LaneEnsure sanity of hash-join costing when there are no...
13 days ago  Tom LaneFurther stabilize a postgres_fdw test case.
2025-12-29  Thomas MunroFix Mkvcbuild.pm builds of test_cloexec.c.
2025-12-29  Richard GuoIgnore PlaceHolderVars when looking up statistics
2025-12-29  Richard GuoStrip PlaceHolderVars from index operands
2025-12-28  Peter EisentrautChange some Datum to void * for opaque pass-through...
2025-12-28  Michael PaquierSplit some long Makefile lists
2025-12-27  Daniel GustafssonFix incorrectly spelled city name
2025-12-27  Peter EisentrautRemove MsgType type
2025-12-27  Daniel GustafssonAdd oauth_validator_libraries to variable_is_guc_list_quote
2025-12-27  Michael PaquierFix pg_stat_get_backend_activity() to use multi-byte...
2025-12-26  Bruce Momjiandoc: warn about the use of "ctid" queries beyond the...
2025-12-26  Michael Paquierdoc: Remove duplicate word in ECPG description
2025-12-25  Michael PaquierUpgrade BufFile to use int64 for byte positions
2025-12-25  Michael PaquierFix typo in stat_utils.c
2025-12-25  Michael PaquierMove attribute statistics functions to stat_utils.c
2025-12-25  Richard GuoFix planner error with SRFs and grouping sets
2025-12-24  Masahiko Sawadapsql: Fix tab completion for VACUUM option values.
2025-12-24  Bruce Momjiandoc: change "can not" to "cannot"
2025-12-24  Masahiko SawadaFix regression test failure when wal_level is set to...
2025-12-24  Fujii Masaodoc: Use proper tags in pg_overexplain documentation.
2025-12-24  Fujii MasaoFix CREATE SUBSCRIPTION failure when the publisher...
2025-12-24  Fujii MasaoFix version check for retain_dead_tuples subscription...
2025-12-24  Amit KapilaUpdate comments to reflect changes in 8e0d32a4a1.
2025-12-24  Amit KapilaDoc: Clarify publication privilege requirements.
2025-12-24  Richard GuoTeach expr_is_nonnullable() to handle more expression...
2025-12-24  Richard GuoOptimize ROW(...) IS [NOT] NULL using non-nullable...
2025-12-24  Richard GuoSimplify COALESCE expressions using non-nullable arguments
2025-12-24  Michael PaquierImprove comment in pgstatfuncs.c
2025-12-24  Amit KapilaDon't advance origin during apply failure.
2025-12-24  Tom LaneFix another case of indirectly casting away const.
2025-12-24  Bruce MomjianC comment: fix psql "pstdout" duplicate to "pstdin"
2025-12-23  Masahiko Sawadapg_visibility: Use visibilitymap_count instead of loop.
2025-12-23  Masahiko SawadaToggle logical decoding dynamically based on logical...
2025-12-23  Heikki LinnakangasFix bug in following update chain when locking a heap...
2025-12-23  Michael PaquierFix orphaned origin in shared memory after DROP SUBSCRI...
2025-12-23  Bruce Momjiandoc: add "DO" to "ON CONFLICT" in CREATE VIEW text
2025-12-22  Michael PaquierSwitch buffile.c/h to use pgoff_t instead of off_t
2025-12-22  Masahiko Sawadapsql: Improve tab completion for COPY option lists.
2025-12-22  Tom LaneAdd missing .gitignore for src/test/modules/test_cloexec.
2025-12-22  Fujii Masaodoc: Fix incorrect reference in pg_overexplain document...
2025-12-22  Michael PaquierFix another typo in gininsert.c
2025-12-21  Peter GeogheganRemove obsolete name_ops index-only scan comments.
2025-12-21  Thomas MunroClean up test_cloexec.c and Makefile.
2025-12-19  Andres Freundheapam: Move logic to handle HEAP_MOVED into a helper...
2025-12-19  Andres Freundbufmgr: Optimize & harmonize LockBufHdr(), LWLockWaitLi...
2025-12-19  Bruce Momjiandoc: clarify when physical/logical replication is...
2025-12-19  Heikki LinnakangasUse proper type for RestoreTransactionSnapshot's PGPROC arg
2025-12-19  John NaylorUpdate pg_hba.conf example to reflect MD5 deprecation
2025-12-19  Michael PaquierFix typos in gininsert.c
2025-12-19  Fujii MasaoAdd guard to prevent recursive memory context logging.
2025-12-18  Michael PaquierUse table/index_close() more consistently
2025-12-18  Noah MischSort DO_SUBSCRIPTION_REL dump objects independent of...
next