]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-01-07  Álvaro HerreraReplace flaky CIC/RI isolation tests with a TAP test
2026-01-07  Nathan BossartMSVC: Support building for AArch64.
2026-01-07  Peter GeogheganFix nbtree skip array transformation comments.
2026-01-07  Fujii Masaodoc: Remove deprecated clauses from CREATE USER/GROUP...
2026-01-07  Alexander KorotkovRevert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster...
2026-01-07  Peter EisentrautFix typo
2026-01-07  John Naylorcreateuser: Update docs to reflect defaults
2026-01-07  Michael PaquierFix unexpected reversal of lists during catcache rehash
2026-01-07  Michael PaquierFix grammar in datatype.sgml
2026-01-07  John NaylorFurther doc updates to reflect MD5 deprecation
2026-01-07  Fujii Masaodoc: Add glossary and index entries for GUC.
2026-01-07  Fujii Masaodoc: Add index entry for Git.
2026-01-07  Michael PaquierImprove portability of test with oid8 comparison function
2026-01-07  Michael PaquierAdd data type oid8, 64-bit unsigned identifier
2026-01-07  Jeff DavisClean up ICU includes.
2026-01-07  Andres FreundFix buggy interaction between array subscripts and...
2026-01-06  Jeff DavisICU: use UTF8-optimized case conversion API
2026-01-06  Michael PaquierImprove portability of new worker_spi test
2026-01-06  Peter EisentrautAdd test coverage for indirection transformation
2026-01-06  Alexander KorotkovFix variable usage in wakeupWaiters()
2026-01-06  Michael PaquierUse relation_close() more consistently in contrib/
2026-01-06  Michael PaquierAllow bgworkers to be terminated for database-related...
2026-01-06  Amit KapilaUpdate comments atop ReplicationSlotCreate.
2026-01-06  David RowleyFix issue with EVENT TRIGGERS and ALTER PUBLICATION
2026-01-06  Amit KapilaFix typo in slot.c.
2026-01-06  Michael PaquierFix typo in planner.c
2026-01-06  Fujii MasaoAdd TAP test for GUC settings passed via CONNECTION...
2026-01-06  Fujii MasaoHonor GUC settings specified in CREATE SUBSCRIPTION...
2026-01-06  David RowleySimplify GetOperatorFromCompareType() code
2026-01-06  David RowleyFix misleading comment for GetOperatorFromCompareType
2026-01-06  Fujii Masaodoc: Fix outdated doc in pg_rewind.
2026-01-06  David RowleyClarify where various catcache.h dlist_nodes are used
2026-01-05  Masahiko Sawadapg_visibility: Fix incorrect buffer lock description...
2026-01-05  Tom LaneFix meson build of snowball code.
2026-01-05  Tom LaneUpdate to latest Snowball sources.
2026-01-05  Andres Freundci: Remove ulimit -p for netbsd/openbsd
2026-01-05  Masahiko SawadaFix typo in parallel.c.
2026-01-05  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
2026-01-05  Alexander KorotkovAdd tab completion for the WAIT FOR LSN MODE option
2026-01-05  Alexander KorotkovAdd the MODE option to the WAIT FOR LSN command
2026-01-05  Alexander KorotkovExtend xlogwait infrastructure with write and flush...
2026-01-05  Alexander KorotkovAdjust errcode in checkPartition()
2026-01-05  Robert HaasRemove redundant SET enable_partitionwise_join = on.
2026-01-05  Michael PaquierFix comment in tableam.c
2026-01-05  Peter EisentrautSeparate read and write pointers in pg_saslprep
2026-01-05  Heikki LinnakangasTighten up assertion on a local variable
2026-01-05  David RowleyUse the GetPGProcByNumber() macro when possible
2026-01-05  Amit KapilaImprove the comments atop build_replindex_scan_key().
2026-01-05  Michael PaquierRemove unneeded probes from configure and meson
2026-01-05  Michael PaquierRemove unneeded defines from pg_config.h.in
2026-01-05  Michael PaquierFix typos and inconsistencies in code and comments
2026-01-04  Tom LaneAllow role created by new test to log in on Windows.
2026-01-04  Tom LaneInclude error location in errors from ComputeIndexAttrs().
2026-01-04  Tom LaneAdd parse location to IndexElem.
2026-01-04  Heikki LinnakangasFix partial read handling in pg_upgrade's multixact...
2026-01-04  Peter EisentrautRemove bogus const qualifier on PageGetItem() argument
2026-01-04  David RowleyDoc: add missing punctuation
2026-01-04  David RowleyFix selectivity estimation integer overflow in contrib...
2026-01-03  Tom LaneImprove a couple of error messages.
2026-01-02  David RowleyFix spelling mistake in fk-snapshot-3.spec
2026-01-01  Bruce MomjianUpdate copyright for 2026
2026-01-01  Andrew DunstanAdd paths of extensions to pg_available_extensions
2025-12-31  Masahiko SawadaFix macro name for io_uring_queue_init_mem check.
2025-12-31  Tom LaneDoc: remove obsolete, confused <note> about rowtype...
2025-12-31  Thomas Munrojit: Fix jit_profiling_support when unavailable.
2025-12-30  Tom LaneChange IndexAmRoutines to be statically-allocated structs.
2025-12-30  Masahiko SawadaAdd dead items memory usage to VACUUM (VERBOSE) and...
2025-12-30  Masahiko SawadaFix a race condition in updating procArray->replication...
2025-12-30  Michael PaquierFix comment in lsyscache.c
2025-12-30  Thomas Munrojit: Drop redundant LLVM configure probes.
2025-12-30  Michael PaquierAdd pg_get_multixact_stats()
2025-12-30  Michael PaquierAdd MultiXactOffsetStorageSize() to multixact_internal.h
2025-12-30  Michael PaquierChange GetMultiXactInfo() to return the next multixact...
2025-12-30  Thomas Munrojit: Remove -Wno-deprecated-declarations in 18+.
2025-12-29  Tom LaneEnsure sanity of hash-join costing when there are no...
2025-12-29  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...
next