]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
8 hours ago  Michael PaquierImprove portability of new worker_spi test master github/master
11 hours ago  Peter EisentrautAdd test coverage for indirection transformation
12 hours ago  Alexander KorotkovFix variable usage in wakeupWaiters()
12 hours ago  Michael PaquierUse relation_close() more consistently in contrib/
14 hours ago  Michael PaquierAllow bgworkers to be terminated for database-related...
15 hours ago  Amit KapilaUpdate comments atop ReplicationSlotCreate.
15 hours ago  David RowleyFix issue with EVENT TRIGGERS and ALTER PUBLICATION
15 hours ago  Amit KapilaFix typo in slot.c.
16 hours ago  Michael PaquierFix typo in planner.c
17 hours ago  Fujii MasaoAdd TAP test for GUC settings passed via CONNECTION...
17 hours ago  Fujii MasaoHonor GUC settings specified in CREATE SUBSCRIPTION...
17 hours ago  David RowleySimplify GetOperatorFromCompareType() code
17 hours ago  David RowleyFix misleading comment for GetOperatorFromCompareType
18 hours ago  Fujii Masaodoc: Fix outdated doc in pg_rewind.
18 hours ago  David RowleyClarify where various catcache.h dlist_nodes are used
20 hours ago  Masahiko Sawadapg_visibility: Fix incorrect buffer lock description...
22 hours ago  Tom LaneFix meson build of snowball code.
23 hours ago  Tom LaneUpdate to latest Snowball sources.
25 hours ago  Andres Freundci: Remove ulimit -p for netbsd/openbsd
25 hours ago  Masahiko SawadaFix typo in parallel.c.
26 hours ago  Alexander KorotkovUse WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for...
26 hours ago  Alexander KorotkovAdd tab completion for the WAIT FOR LSN MODE option
26 hours ago  Alexander KorotkovAdd the MODE option to the WAIT FOR LSN command
26 hours ago  Alexander KorotkovExtend xlogwait infrastructure with write and flush...
26 hours ago  Alexander KorotkovAdjust errcode in checkPartition()
27 hours ago  Robert HaasRemove redundant SET enable_partitionwise_join = on.
33 hours ago  Michael PaquierFix comment in tableam.c
34 hours ago  Peter EisentrautSeparate read and write pointers in pg_saslprep
34 hours ago  Heikki LinnakangasTighten up assertion on a local variable
35 hours ago  David RowleyUse the GetPGProcByNumber() macro when possible
40 hours ago  Amit KapilaImprove the comments atop build_replindex_scan_key().
42 hours ago  Michael PaquierRemove unneeded probes from configure and meson
43 hours ago  Michael PaquierRemove unneeded defines from pg_config.h.in
43 hours ago  Michael PaquierFix typos and inconsistencies in code and comments
44 hours ago  Tom LaneAllow role created by new test to log in on Windows.
2 days ago  Tom LaneInclude error location in errors from ComputeIndexAttrs().
2 days ago  Tom LaneAdd parse location to IndexElem.
2 days ago  Heikki LinnakangasFix partial read handling in pg_upgrade's multixact...
2 days ago  Peter EisentrautRemove bogus const qualifier on PageGetItem() argument
2 days ago  David RowleyDoc: add missing punctuation
2 days ago  David RowleyFix selectivity estimation integer overflow in contrib...
2 days ago  Tom LaneImprove a couple of error messages.
4 days ago  David RowleyFix spelling mistake in fk-snapshot-3.spec
5 days ago  Bruce MomjianUpdate copyright for 2026
5 days ago  Andrew DunstanAdd paths of extensions to pg_available_extensions
6 days ago  Masahiko SawadaFix macro name for io_uring_queue_init_mem check.
6 days ago  Tom LaneDoc: remove obsolete, confused <note> about rowtype...
6 days ago  Thomas Munrojit: Fix jit_profiling_support when unavailable.
6 days ago  Tom LaneChange IndexAmRoutines to be statically-allocated structs.
6 days ago  Masahiko SawadaAdd dead items memory usage to VACUUM (VERBOSE) and...
7 days ago  Masahiko SawadaFix a race condition in updating procArray->replication...
7 days ago  Michael PaquierFix comment in lsyscache.c
7 days ago  Thomas Munrojit: Drop redundant LLVM configure probes.
7 days ago  Michael PaquierAdd pg_get_multixact_stats()
7 days ago  Michael PaquierAdd MultiXactOffsetStorageSize() to multixact_internal.h
7 days ago  Michael PaquierChange GetMultiXactInfo() to return the next multixact...
7 days ago  Thomas Munrojit: Remove -Wno-deprecated-declarations in 18+.
8 days ago  Tom LaneEnsure sanity of hash-join costing when there are no...
8 days ago  Tom LaneFurther stabilize a postgres_fdw test case.
8 days ago  Thomas MunroFix Mkvcbuild.pm builds of test_cloexec.c.
8 days ago  Richard GuoIgnore PlaceHolderVars when looking up statistics
8 days ago  Richard GuoStrip PlaceHolderVars from index operands
9 days ago  Peter EisentrautChange some Datum to void * for opaque pass-through...
9 days ago  Michael PaquierSplit some long Makefile lists
9 days ago  Daniel GustafssonFix incorrectly spelled city name
9 days ago  Peter EisentrautRemove MsgType type
9 days ago  Daniel GustafssonAdd oauth_validator_libraries to variable_is_guc_list_quote
10 days ago  Michael PaquierFix pg_stat_get_backend_activity() to use multi-byte...
10 days ago  Bruce Momjiandoc: warn about the use of "ctid" queries beyond the...
11 days ago  Michael Paquierdoc: Remove duplicate word in ECPG description
11 days ago  Michael PaquierUpgrade BufFile to use int64 for byte positions
11 days ago  Michael PaquierFix typo in stat_utils.c
12 days ago  Michael PaquierMove attribute statistics functions to stat_utils.c
12 days ago  Richard GuoFix planner error with SRFs and grouping sets
12 days ago  Masahiko Sawadapsql: Fix tab completion for VACUUM option values.
12 days ago  Bruce Momjiandoc: change "can not" to "cannot"
13 days ago  Masahiko SawadaFix regression test failure when wal_level is set to...
13 days ago  Fujii Masaodoc: Use proper tags in pg_overexplain documentation.
13 days ago  Fujii MasaoFix CREATE SUBSCRIPTION failure when the publisher...
13 days ago  Fujii MasaoFix version check for retain_dead_tuples subscription...
13 days ago  Amit KapilaUpdate comments to reflect changes in 8e0d32a4a1.
13 days ago  Amit KapilaDoc: Clarify publication privilege requirements.
13 days ago  Richard GuoTeach expr_is_nonnullable() to handle more expression...
13 days ago  Richard GuoOptimize ROW(...) IS [NOT] NULL using non-nullable...
13 days ago  Richard GuoSimplify COALESCE expressions using non-nullable arguments
13 days ago  Michael PaquierImprove comment in pgstatfuncs.c
13 days ago  Amit KapilaDon't advance origin during apply failure.
13 days ago  Tom LaneFix another case of indirectly casting away const.
13 days ago  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.
next