]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2025-03-08  Jeff DavisDon't convert to and from floats in pg_dump.
2025-03-08  Tom LaneClear errno before calling strtol() in spell.c.
2025-03-08  Peter GeogheganMake parallel nbtree index scans use an LWLock.
2025-03-08  Peter EisentrautMake amcanorder independent of amconsistentordering
2025-03-08  Peter EisentrautFix typo
2025-03-08  Michael PaquierUse stricter ordering in regression test query for...
2025-03-08  Michael PaquierAdd regression test listing all the possible tuples...
2025-03-08  Michael PaquierImprove check for detection of pending data in backend...
2025-03-07  Peter Geoghegannbtree: refine _bt_readnextpage contract comments.
2025-03-07  Nathan BossartAssert that wrapper_handler()'s argument is within...
2025-03-07  Tom LaneInclude column name in build_attrmap_by_position's...
2025-03-07  Andres Freundtests: Don't fail due to high default timeout in postma...
2025-03-07  Andres Freundtests: Fix race condition in postmaster/002_connection_...
2025-03-07  Robert Haasdoc: Add missing decimal places to example rowcount.
2025-03-07  Peter EisentrautImprove possible performance regression
2025-03-07  Peter EisentrautRename amcancrosscompare
2025-03-07  Dean RasheedAllow casting between bytea and integer types.
2025-03-07  Jeff DavisCREATE INDEX: don't update table stats if autovacuum...
2025-03-07  John NaylorRevert "vacuumdb: Add option for analyzing only relatio...
2025-03-07  John NaylorDoc: correct aggressive vacuum threshold for multixact...
2025-03-07  Nathan Bossartvacuumdb: Add option for analyzing only relations missi...
2025-03-06  Michael PaquierFix race condition in TAP test 007_pre_auth
2025-03-06  Álvaro Herrerareindexdb: move PQfinish() calls to the right place
2025-03-06  Tom LaneFix some performance issues in GIN query startup.
2025-03-06  Andrew DunstanFurther fix for json_strip_nulls documentation
2025-03-06  Andrew DunstanRemove extraneous commas in json{b}_strip_nulls documen...
2025-03-06  Amit KapilaAvoid invalidating all RelationSyncCache entries on...
2025-03-06  Jeff DavisOrganize and deduplicate statistics import tests.
2025-03-06  Jeff DavisAddress stats export review comments.
2025-03-06  Jeff DavisAddress stats import review comments.
2025-03-06  Heikki LinnakangasFix compiler warnings about typedef redefinitions
2025-03-06  Michael PaquierAdd more monitoring data for WAL writes in the WAL...
2025-03-05  Heikki LinnakangasSplit WaitEventSet functions to separate source file
2025-03-05  Heikki LinnakangasUse ModifyWaitEvent to update exit_on_postmaster_death
2025-03-05  Fujii Masaoecpg: Fix compiler warning in ecpg build with Meson.
2025-03-05  Heikki LinnakangasRemove unused ShutdownLatchSupport() function
2025-03-05  Daniel Gustafssonci: Remove installation of libcurl
2025-03-05  Andres Freundci: Document what makes certain tasks special
2025-03-05  Andres Freundci: freebsd: Specify debug_parallel_query=regress
2025-03-05  Andres Freundci: Upgrade FreeBSD image
2025-03-05  Peter GeogheganRevert "Show index search count in EXPLAIN ANALYZE."
2025-03-05  Andrew DunstanAllow json{b}_strip_nulls to remove null array elements
2025-03-05  Peter GeogheganShow index search count in EXPLAIN ANALYZE.
2025-03-05  Heikki LinnakangasRename some signal and interrupt handling functions...
2025-03-05  Álvaro HerreraAdd ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT
2025-03-05  Michael PaquierFix some gaps in pg_stat_io with WAL receiver and WAL...
2025-03-04  Michael Paquierpsql: Fix memory leak with \gx used within a pipeline
2025-03-04  Tomas VondraEnforce memory limit during parallel GIN builds
2025-03-04  Masahiko Sawadapg_upgrade: Check for the expected error message in...
2025-03-04  Álvaro HerreraFix ALTER TABLE error message
2025-03-04  Masahiko SawadaRefactor Copy{From|To}GetRoutine() to use pass-by-refer...
2025-03-04  Tomas VondraCompress TID lists when writing GIN tuples to disk
2025-03-04  Tom LaneAdd .gitignore entry for ecpg test detritus.
2025-03-04  Tomas VondraMake FP_LOCK_SLOTS_PER_BACKEND look like a function
2025-03-04  Fujii MasaoAdd regression tests for pg_stat_progress_copy.tuples_s...
2025-03-04  Heikki LinnakangasFix outdated comment
2025-03-04  Daniel Gustafssondoc: Expand version compatibility for pg_basebackup...
2025-03-04  Peter EisentrautFix accidental use of = instead of ==
2025-03-04  Peter EisentrautFix ALTER TABLE ADD VIRTUAL GENERATED COLUMN when table...
2025-03-04  Richard GuoAvoid NullTest deduction for clone clauses
2025-03-04  Fujii Masaoecpg: Add TAP test for the ecpg command.
2025-03-04  Michael PaquierSplit pgstat_bestart() into three different routines
2025-03-04  Michael PaquierAdd more assertions in palloc0() and palloc_extended()
2025-03-03  Masahiko Sawadadoc: Convert UUID functions list to table format.
2025-03-03  Tom LaneAllow => syntax for named cursor arguments in plpgsql.
2025-03-03  Thomas Munroci: Use a RAM disk for NetBSD and OpenBSD.
2025-03-03  Melanie PlagemanTrigger more frequent autovacuums with relallfrozen
2025-03-03  Tom LaneSimplify some logic around setting pg_attribute.atthasdef.
2025-03-03  Tom LaneRemove now-dead code in StoreAttrDefault().
2025-03-03  Tom LaneFix broken handling of domains in atthasmissing logic.
2025-03-03  Melanie PlagemanAdd relallfrozen to pg_class
2025-03-03  Tomas VondraAllow parallel CREATE INDEX for GIN indexes
2025-03-03  Michael PaquierHandle auxiliary processes in SQL functions of backend...
2025-03-02  Fujii Masaopostgres_fdw: Extend postgres_fdw_get_connections to...
2025-03-02  Peter EisentrautUse PRI*64 instead of "ll*" in format strings (minimal...
2025-03-01  Tom LaneFix pg_strtof() to not crash on NULL endptr.
2025-03-01  Peter EisentrautSet amcancrosscompare to true for hash
2025-03-01  Thomas MunroWork around OAuth/EVFILT_TIMER quirk on NetBSD.
2025-02-28  Masahiko SawadaRe-export NextCopyFromRawFields() to copy.h.
2025-02-28  Nathan BossartAdjust auto_explain's GUC descriptions.
2025-02-28  Tom LaneTweak regex to avoid a bug in Perl 5.16.3.
2025-02-28  Masahiko SawadaRefactor COPY FROM to use format callback functions.
2025-02-28  Robert HaasAvoid including explain.h in explain_format.h and expla...
2025-02-28  Robert HaasFix missing space in EXPLAIN ANALYZE output.
2025-02-28  Jeff DavisAdjust pg_dump tag for relation stats.
2025-02-28  Michael PaquierInvent pgstat_fetch_stat_backend_by_pid()
2025-02-28  Michael Paquierpg_upgrade: Fix inconsistency in memory freeing
2025-02-27  Masahiko SawadaRefactor COPY TO to use format callback functions.
2025-02-27  Robert HaasCreate explain_dr.c and move DestReceiver-related code...
2025-02-27  Robert HaasCreate explain_format.c and move relevant code there.
2025-02-27  Robert HaasEXPLAIN: Always use two fractional digits for row counts.
2025-02-27  Peter EisentrautGeneralize hash and ordering support in amapi
2025-02-27  Tom LaneAvoid unnecessary computation of pgbench's script line...
2025-02-27  Tom LaneGet rid of O(N^2) script-parsing overhead in pgbench.
2025-02-27  Alexander KorotkovGet rid of ojrelid local variable in remove_rel_from_qu...
2025-02-27  Thomas MunroRemove arbitrary cap on read_stream.c buffer queue.
2025-02-27  Michael Paquierpg_amcheck: Fix inconsistency in memory freeing
2025-02-27  Amit KapilaFix the race condition in ReplicationSlotAcquire().
2025-02-27  Amit KapilaDoc: Additional clarification for -d option of pg_creat...
2025-02-27  Michael PaquierRefactor code of pg_stat_get_wal() building result...
next