]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2026-03-21  Michael PaquierMove declarations related to locktags from lock.h to...
2026-03-20  Tom Laneplpgsql: optimize "SELECT simple-expression INTO var".
2026-03-20  Jeff DavisFix dependency on FDW's connection function.
2026-03-20  Andrew Dunstanpg_verifybackup: Enable WAL parsing for tar-format...
2026-03-20  Andrew Dunstanpg_waldump: Add support for reading WAL from tar archives
2026-03-20  Andrew Dunstanpg_waldump: Preparatory refactoring for tar archive...
2026-03-20  Andrew DunstanMove tar detection and compression logic to common.
2026-03-20  Nathan BossartBump transaction/multixact ID warning limits to 100M.
2026-03-20  Nathan BossartAdd percentage of available IDs to wraparound warnings.
2026-03-20  Tom LaneDiscount the metapage when estimating number of index...
2026-03-20  Alexander KorotkovFix self-join removal to update bare Var references...
2026-03-20  Álvaro HerreraSET NOT NULL: Call object-alter hook only after the...
2026-03-20  Robert Haastest_plan_advice: Set TAP test priority 50 in meson...
2026-03-20  Andrew DunstanAdd option force_array for COPY JSON FORMAT
2026-03-20  Andrew Dunstanjson format for COPY TO
2026-03-20  Andrew Dunstanintroduce CopyFormat, refactor CopyFormatOptions
2026-03-20  Peter EisentrautCleanup users and roles in graph_table_rls test
2026-03-20  Peter EisentrautUpdate Unicode data to Unicode 17.0.0
2026-03-20  Amit KapilaAdd support for EXCEPT TABLE in ALTER PUBLICATION.
2026-03-20  David RowleyFix new tuple deforming code so it can support cstrings...
2026-03-19  Jeff DavisFix dependency on FDW handler.
2026-03-19  Masahiko SawadaAdd parallel vacuum worker usage to VACUUM (VERBOSE...
2026-03-19  Masahiko SawadaAllow explicit casting between bytea and uuid.
2026-03-19  Tom LaneImprove hash join's handling of tuples with null join...
2026-03-19  Tom LaneAvoid leaking duplicated file descriptors in corner...
2026-03-19  Nathan BossartAllow choosing specific grantors via GRANT/REVOKE ...
2026-03-19  Robert Haasdshash: Make it possible to suppress out of memory...
2026-03-19  Tom LaneFix transient memory leakage in jsonpath evaluation.
2026-03-19  Peter EisentrautAdd some const qualifiers enabled by typeof_unqual...
2026-03-19  Michael PaquierAdd commit 015d32016d84 to .git-blame-ignore-revs.
2026-03-19  Michael Paquiertest_saslprep: Apply proper indentation
2026-03-19  David RowleyShort-circuit row estimation in NOT IN containing NULL...
2026-03-19  Michael Paquiertest_saslprep: Test module for SASLprep()
2026-03-19  Michael PaquierAdd more debugging information for bgworker termination...
2026-03-18  Fujii Masaodoc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN
2026-03-18  Robert Haaspg_plan_advice: Fix multiple copy-and-paste-errors...
2026-03-18  Daniel Gustafssonssl: Skip passphrase reload tests in EXEC_BACKEND builds
2026-03-18  Tom LaneFix -Wstrict-prototypes warning in ecpg_init_sqlca...
2026-03-18  Nathan Bossartpg_restore: Remove unnecessary strlen() calls in option...
2026-03-18  Jeff DavisALTER SUBSCRIPTION ... SERVER test.
2026-03-18  Tom LaneExclude contrib/pg_plan_advice/pgpa_parser.h from heade...
2026-03-18  Jeff DavisFix pg_dump for CREATE FOREIGN DATA WRAPPER ... CONNECTION.
2026-03-18  Peter EisentrautEnable -Wstrict-prototypes and -Wold-style-definition...
2026-03-18  Peter EisentrautUpdate RELEASE_CHANGES
2026-03-18  Peter EisentrautImplement unaccent Unicode data update in meson
2026-03-18  Daniel Gustafssonssl: Serverside SNI support for libpq
2026-03-18  Daniel Gustafssonssl: Add tests for client CA
2026-03-18  Peter Eisentrautmeson: Add headerscheck and cpluspluscheck targets
2026-03-18  Peter Eisentrautmeson: Add {perl|python}_includespec to generated Makef...
2026-03-18  Peter EisentrautAllow setting the collation strength in ICU tailoring...
2026-03-18  David RowleyMove planner row-estimation tests to new planner_est.sql
2026-03-18  Michael Paquiertest_plan_advice: Add .gitignore
2026-03-17  Andrew DunstanAllow IS JSON predicate to work with domain types
2026-03-17  Andres FreundFix use of wrong variable in _hash_kill_items()
2026-03-17  Robert Haaspg_plan_advice: Avoid a crash under GEQO.
2026-03-17  Robert HaasTest pg_plan_advice using a new test_plan_advice module.
2026-03-17  Robert Haaspg_plan_advice: Always install pg_plan_advice.h, and...
2026-03-17  Nathan Bossartpg_dump: Simplify query for retrieving attribute statis...
2026-03-17  Peter EisentrautHardcode typeof_unqual to __typeof_unqual__ for clang
2026-03-17  Robert Haaspg_plan_advice: Fix variable type confusion.
2026-03-17  Andrew Dunstanmake immutability tests in to_json and to_jsonb complete
2026-03-17  Nathan BossartAdd more columns to pg_stats, pg_stats_ext, and pg_stat...
2026-03-17  Peter EisentrautDump labels in reproducible order
2026-03-17  Heikki LinnakangasDon't leave behind files in src dir in 007_multixact_co...
2026-03-17  Peter Eisentrautpg_dump: Add appropriate version check
2026-03-17  Michael Paquiergen_guc_tables.pl: Improve detection of inconsistent...
2026-03-17  Michael PaquierRefactor some code around ALTER TABLE [NO] INHERIT
2026-03-17  Michael PaquierAdd regression test for ALTER TABLE .. NO INHERIT on...
2026-03-17  Michael PaquierTweak TAP test for worker terminations in worker_spi
2026-03-17  David RowleyReduce size of CompactAttribute struct to 8 bytes
2026-03-16  Fujii MasaoFix WAL flush LSN used by logical walsender during...
2026-03-16  Jeff DavisClean up postgres_fdw/t/010_subscription.pl.
2026-03-16  David RowleyFix thinko in nocachegetattr() and nocache_index_getattr()
2026-03-16  Robert Haaspg_plan_advice: Fix failures to accept identifier keywords.
2026-03-16  Peter EisentrautFix whitespace
2026-03-16  Peter EisentrautHardcode override of typeof_unqual for clang-for-bitcode
2026-03-16  Nathan Bossartpg_dumpall: Fix handling of incompatible options.
2026-03-16  Peter EisentrautMake some tests more stable by adding more explicit...
2026-03-16  Álvaro HerreraReduce header inclusions via execnodes.h
2026-03-16  Fujii MasaoRemove unstable test for pg_statio_all_sequences stats...
2026-03-16  Peter EisentrautFix pg_upgrade failure when extension_control_path...
2026-03-16  Peter EisentrautUse C11 alignas in typedef definitions
2026-03-16  Peter EisentrautPrevent -Wstrict-prototypes and -Wold-style-definition...
2026-03-16  Peter EisentrautSQL Property Graph Queries (SQL/PGQ)
2026-03-16  Fujii MasaoEnsure "still waiting on lock" message is logged only...
2026-03-16  Michael PaquierReject ALTER TABLE .. CLUSTER earlier for partitioned...
2026-03-16  Fujii MasaoAdd stats_reset column to pg_statio_all_sequences
2026-03-16  Peter EisentrautFix accidentally casting away const
2026-03-16  Amit KapilaRemove obsolete speculative insert cleanup in ReorderBu...
2026-03-16  Fujii Masaofile_fdw: Add regression test for file_fdw with ON_ERRO...
2026-03-16  Michael PaquierOptimize hash index bulk-deletion with streaming read
2026-03-15  Tom LaneMove -ffast-math defense to float.c and remove the...
2026-03-15  Tom LaneBe more careful about int vs. Oid in ecpglib.
2026-03-15  David RowleyOptimize tuple deformation
2026-03-15  David RowleyAdd all required calls to TupleDescFinalize()
2026-03-15  Tom LaneSave a few bytes per CatCTup.
2026-03-15  Tom LaneFix small memory leak in get_dbname_oid_list_from_mfile().
2026-03-15  Andrew Dunstanpg_restore: Remove dead code in restore_all_databases()
2026-03-15  Melanie PlagemanSave vmbuffer in heap-specific scan descriptors for...
2026-03-15  Melanie PlagemanAvoid BufferGetPage() calls in heap_update()
next