]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2025-03-19  Amit LangoteEnsure first ModifyTable rel initialized if all are...
2025-03-19  Thomas MunroIncrease io_combine_limit range to 1MB.
2025-03-19  Thomas MunroIntroduce io_max_combine_limit.
2025-03-18  Michael PaquierFix copy-paste error related to the autovacuum launcher...
2025-03-18  Masahiko SawadaFix assertion failure in parallel vacuum with minimal...
2025-03-18  Michael PaquierOptimize check for pending backend IO stats
2025-03-18  Nathan BossartAdd commit 796bdda484 to .git-blame-ignore-revs.
2025-03-18  Nathan BossartUpdate guidance for running vacuumdb after pg_upgrade.
2025-03-18  Nathan Bossartvacuumdb: Add option for analyzing only relations missi...
2025-03-18  Nathan Bossartvacuumdb: Teach vacuum_one_database() to reuse query...
2025-03-18  Tom LaneDoc: manually break lines in wide UUID examples.
2025-03-18  Andres Freundsmgr: Make SMgrRelation initialization safer against...
2025-03-18  Álvaro HerreraIntroduce squashing of constant lists in query jumbling
2025-03-18  Andres Freundaio: Add io_method=worker
2025-03-18  Andres Freundaio: Infrastructure for io_method=worker
2025-03-18  Jeff DavisFix headerscheck warning.
2025-03-18  Tom LaneSilence compiler warning.
2025-03-18  Daniel GustafssonAdd X25519 to the default set of curves
2025-03-18  Robert HaasAdd some new hooks so extensions can add details to...
2025-03-18  Álvaro HerreraSimplify reindexdb coding
2025-03-18  Melanie PlagemanIncrease default maintenance_io_concurrency to 16
2025-03-18  Robert HaasFix indentation again.
2025-03-18  Robert HaasMake it possible for loadable modules to add EXPLAIN...
2025-03-18  Peter EisentrautAllow non-btree unique indexes for matviews
2025-03-18  Peter EisentrautAllow non-btree unique indexes for partition keys
2025-03-18  Peter EisentrautAdd some opfamily support functions to lsyscache.c
2025-03-18  Amit KapilaFix typo.
2025-03-18  Amit KapilaUse correct variable name in publicationcmds.c.
2025-03-18  Masahiko SawadaFix the test 005_char_signedness.
2025-03-18  Michael Paquierpsql: Add \sendpipeline to send query buffers while...
2025-03-17  Andres Freundaio: Add core asynchronous I/O infrastructure
2025-03-17  Andres Freundaio: Basic subsystem initialization
2025-03-17  Nathan BossartAdd commit 203c1b4cc4 to .git-blame-ignore-revs.
2025-03-17  Robert HaasFix indentation.
2025-03-17  Nathan Bossartpg_upgrade: Remove some dead code.
2025-03-17  Andres Freundtests: Expand temp table tests to some pin related...
2025-03-17  Robert Haaspg_combinebackup: Add -k, --link option.
2025-03-17  Tom LaneUnify wording of user-facing "row security" messages.
2025-03-17  Michael PaquierFix inconsistent quoting for some options in TAP tests
2025-03-17  Michael PaquierApply more consistent style for command options in...
2025-03-16  Michael PaquierRevert "Add redo LSN to pgstats files"
2025-03-16  Tom Lanepg_dump, pg_dumpall, pg_restore: Add --no-policies...
2025-03-16  Tom Lanecontrib/isn: Make weak mode a GUC setting, and fix...
2025-03-16  Alexander Korotkovreindexdb: Fix the index-level REINDEX with multiple...
2025-03-16  Michael Paquierpg_createsubscriber: Remove some code bloat in the...
2025-03-16  Andres Freundlocalbuf: Introduce StartLocalBufferIO()
2025-03-16  Andres Freundlocalbuf: Introduce FlushLocalBuffer()
2025-03-16  Andres Freundlocalbuf: Introduce TerminateLocalBufferIO()
2025-03-16  Andres Freundlocalbuf: Introduce InvalidateLocalBuffer()
2025-03-16  Andres Freundlocalbuf: Fix dangerous coding pattern in GetLocalVicti...
2025-03-15  Andrew DunstanSilence perl critic
next