]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-03-26  Andres Freundaio: Add io_method=io_uring
2025-03-26  Andres Freundaio: Add liburing dependency
2025-03-26  Michael Paquierdoc: Mention possible ephemeral discrepancies in pg_sta...
2025-03-26  Andres Freundaio: Rename pgaio_io_prep_* to pgaio_io_start_*
2025-03-26  Andres Freundaio: Pass result of local callbacks to ->report_return
2025-03-26  Andres Freundaio: Be more paranoid about interrupts
2025-03-26  Robert Haaspg_overexplain: SET jit=off when running tests.
2025-03-26  Robert HaasFix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a...
2025-03-26  Robert Haaspg_overexplain: Additional EXPLAIN options for debugging.
2025-03-26  Tomas VondraKeep the decompressed filter in brin_bloom_union
2025-03-26  Tom LaneUse PG_MODULE_MAGIC_EXT in our installable shared libra...
2025-03-26  Tom LaneIntroduce PG_MODULE_MAGIC_EXT macro.
2025-03-26  Daniel GustafssonMove GSSAPI includes into its own header
2025-03-26  Daniel Gustafssonpsql: Make test robust against locale variations
2025-03-26  Peter Eisentrautdblink: SCRAM authentication pass-through
2025-03-26  Dean RasheedAdd support for gamma() and lgamma() functions.
2025-03-26  Richard GuoFix integer-overflow problem in scram_SaltedPassword()
2025-03-26  Michael PaquierUse relation name instead of OID in query jumbling...
2025-03-26  Peter Eisentrautpostgres_fdw: Fix tests on some Windows variants
2025-03-26  Jeff DavisAdd pg_dump --with-{schema|data|statistics} options.
2025-03-26  Michael PaquierFix two issues with custom_query_jumble in gen_node_sup...
2025-03-26  Tom LaneFix order of -I switches for building pg_regress.o.
2025-03-25  Michael Paquierpg_stat_statements: Add more tests with temp tables...
2025-03-25  Nathan Bossartpg_upgrade: Add --swap for faster file transfer.
2025-03-25  Nathan Bossartpg_dump: Add --sequence-data.
2025-03-25  Nathan Bossartinitdb: Add --no-sync-data-files.
2025-03-25  Jeff DavisStats: use schemaname/relname instead of regclass.
2025-03-25  Jeff DavisMinor doc update for commit 99f8f3fbbc.
2025-03-25  Daniel Gustafssonpsql: Make default \watch interval configurable
2025-03-25  Daniel Gustafssonpg_basebackup: Add missing PQclear in error path
2025-03-25  Peter Eisentrautrefactor: Pass relation OID instead of Relation to...
2025-03-25  Peter Eisentrautrefactor: Split ATExecAlterConstraintInternal()
2025-03-25  Peter Eisentrautrefactor: Move some code that updates pg_constraint...
2025-03-25  Peter EisentrautSmall fixes for Add ALTER TABLE ... ALTER CONSTRAINT...
2025-03-25  Alexander Korotkovpostgres_fdw: Remove redundant check in semijoin_target...
2025-03-25  Thomas Munrolibpq: Deprecate pg_int64.
2025-03-25  Peter EisentrautGeneralize index support in network support function
2025-03-25  Michael PaquierAdd support for custom_query_jumble as a node field...
2025-03-25  Jeff DavisRemove 'additional' pointer from TupleHashEntryData.
2025-03-25  Jeff DavisAdd ExecCopySlotMinimalTupleExtra().
2025-03-25  Jeff DavisCreate accessor functions for TupleHashEntry.
2025-03-25  Jeff DavisHashAgg: use Bump allocator for hash TupleHashTable...
2025-03-25  Amit KapilaFix the typo in the test case added in 73eba5004a.
2025-03-25  Amit KapilaFix an oversight in 3abe9dc188.
2025-03-25  Alexander Korotkovpostgres_fdw: Avoid pulling up restrict infos from...
2025-03-24  Andres FreundRedefine max_files_per_process to control additionally...
2025-03-24  Nathan BossartExpand comment for isset_offset.
2025-03-24  Melanie PlagemanFix bitmapheapscan incorrect recheck of NULL tuples
2025-03-24  Álvaro HerreraFix typo
2025-03-24  Fujii MasaoAllow pg_recvlogical --drop-slot to work without -...
2025-03-24  Fujii Masaodoc: Clarify required options for each action in pg_rec...
2025-03-24  Peter Eisentrautpostgres_fdw: improve security checks
2025-03-24  Magnus Haganderpsql: use consistent alias for pg_description
2025-03-24  Magnus Haganderpsql: show default extension version in \dx output
2025-03-24  Heikki LinnakangasAdd test case for when subscriber table is missing...
2025-03-24  Amit KapilaDetect and Log multiple_unique_conflicts type conflict.
2025-03-24  David RowleyAdd tests for POSITION(bytea, bytea)
2025-03-24  Michael PaquierAllow plugins to set a 64-bit plan identifier in Planne...
2025-03-23  Tom Lanepsql: Add tab completion for VACUUM and ANALYZE .....
2025-03-23  Heikki LinnakangasFix rare assertion failure in standby, if primary is...
2025-03-23  Noah MischFix "make clean" for new TAP suite.
2025-03-22  Andres Freundaio: Change prefix of PgAioResultStatus values to PGAIO_RS_
2025-03-22  Tom Laneplpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE...
2025-03-22  Peter GeogheganImprove nbtree array primitive scan scheduling.
2025-03-21  Melanie PlagemanUse streaming read I/O in SP-GiST vacuuming
2025-03-21  Thomas MunroFix ps display for IO workers.
2025-03-21  Tom LaneRevert inappropriate weakening of an Assert in plpgsql.
2025-03-21  Masahiko SawadaAdd GUC option to control maximum active replication...
2025-03-21  Tom LanePlace "extern" declaration in the right part of pg_class.h.
2025-03-21  Tom LaneLabel the contents of pg_*_d.h files a little better.
2025-03-21  Melanie PlagemanUse streaming read I/O in GiST vacuuming
2025-03-21  Melanie PlagemanAssorted trivial cleanup of c5c239e26e
2025-03-21  Tom LaneFix plpgsql's handling of simple expressions in scrolla...
2025-03-21  Melanie PlagemanUse streaming read I/O in btree vacuuming
2025-03-21  Álvaro HerreraChange one loop in ATRewriteTable to use 1-based attnums
2025-03-21  Thomas MunroSupport buffer forwarding in StartReadBuffers().
2025-03-21  Thomas MunroSupport buffer forwarding in read_stream.c.
2025-03-21  Fujii Masaodoc: Remove incorrect description about dropping replic...
2025-03-21  David RowleySimplify EXPLAIN code for Memoize
2025-03-20  Andres Freundbufmgr: Improve stats when a buffer is read in concurrently
2025-03-20  Andrew DunstanShow plperl version in the meson setup summary.
2025-03-20  Andres Freundsmgr: Hold interrupts in most smgr functions
2025-03-20  Tom LaneBe more paranoid in configure's checks for CRC and...
2025-03-20  Robert HaasAdd an additional hook for EXPLAIN option validation.
2025-03-20  Nathan BossartAdd test for pg_upgrade file transfer modes.
2025-03-20  Nathan BossartAdd vacuum_truncate configuration parameter.
2025-03-20  Peter EisentrautRevert workarounds for -Wmissing-braces false positives...
2025-03-20  Peter EisentrautFix extension control path tests
2025-03-20  Peter EisentrautFix typo in comment
2025-03-20  Amit Kapilapg_createsubscriber: Add -R publications option.
2025-03-19  Andres Freundmeson: Flush stdout in testwrap
2025-03-19  Peter EisentrautUpdate a code comment
2025-03-19  Peter Eisentrautextension_control_path
2025-03-19  Michael Paquierpsql: Allow queries terminated by semicolons while...
2025-03-19  Thomas MunroFix compiler warning for commit 434dbf69.
2025-03-19  Thomas Munrooauth: Simplify copy of PGoauthBearerRequest
2025-03-19  Thomas Munrooauth: Improve validator docs on interruptibility
2025-03-19  Thomas Munrooauth: Disallow synchronous DNS in libcurl
2025-03-19  Thomas Munrooauth: Fix postcondition for set_timer on macOS
2025-03-19  Thomas Munrooauth: Use IPv4-only issuer in oauth_validator tests
next