]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
106 min ago  Noah MischSort DO_DEFAULT_ACL dump objects independent of OIDs. master github/master
13 hours ago  Alexander KorotkovRevert "Get rid of WALBufMappingLock"
13 hours ago  Nathan Bossartvacuumdb: Fix --missing-stats-only with virtual generat...
17 hours ago  Heikki LinnakangasRevert unnecessary check for NULL
17 hours ago  Heikki Linnakangaslibpq: Be strict about cancel key lengths
17 hours ago  Heikki Linnakangaslibpq: Handle OOM by disconnecting instead of hanging...
19 hours ago  Heikki LinnakangasUse ereport() rather than elog()
19 hours ago  Heikki LinnakangasRevert GetTransactionSnapshot() to return historic...
22 hours ago  Peter EisentrautReduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT
24 hours ago  Amit KapilaDoc: Fix typo in logicaldecoding.sgml.
26 hours ago  Michael PaquierChange dynahash.c and hsearch.h to use int64 instead...
29 hours ago  Michael PaquierIgnore temporary relations in RelidByRelfilenumber()
35 hours ago  Peter EisentrautUse consistent type for pgaio_io_get_id() result
40 hours ago  Fujii MasaoDisallow server start with sync_replication_slots ...
46 hours ago  Peter EisentrautPL/Python: Add event trigger support
46 hours ago  Peter EisentrautPL/Python: Refactor for event trigger support
2 days ago  Michael PaquierApply some fat commas to commands of TAP tests
2 days ago  Michael Paquierdoc: Improve description of wal_compression
2 days ago  Tom LaneFix re-execution of a failed SQLFunctionCache entry.
2 days ago  Peter EisentrautMinor error message enhancement
2 days ago  Michael PaquierFix assertion failure with replication slot release...
3 days ago  Fujii Masaovacuumdb: Make vacuumdb --analyze-only process partitio...
3 days ago  Nathan BossartFix comment for MAX_SIMUL_LWLOCKS.
3 days ago  Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in contrib/pg_buffercache...
3 days ago  Nathan BossartFix misspelling of "tranche" in dsa.h.
3 days ago  Fujii Masaodoc: Improve pgoutput documentation.
3 days ago  Fujii Masaodoc: Improve documentation discoverability for pgoutput.
3 days ago  Peter EisentrautAdd src/include/catalog/README
4 days ago  Amit KapilaFix self-deadlock during DROP SUBSCRIPTION.
4 days ago  Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
4 days ago  Michael PaquierRemove useless pointer update in StatsShmemInit()
4 days ago  Richard GuoSimplify relation_has_unique_index_for()
4 days ago  Richard GuoPathify RHS unique-ification for semijoin planning
4 days ago  Michael Paquiertest_ddl_deparse: Rename test create_sequence_1 to...
4 days ago  Michael PaquierRemove unneeded header declarations in multixact.c
4 days ago  David RowleyRemove HASH_DEBUG output from dynahash.c
4 days ago  David RowleyUse elog(DEBUG4) for dynahash.c statistics output
4 days ago  Tom LaneFix missing "use Test::More" in Kerberos.pm.
4 days ago  Peter EisentrautDetect buffer underflow in get_th()
4 days ago  Michael PaquierMove SQL-callable code related to multixacts into its...
4 days ago  Peter Eisentrautmeson: Move C99 test earlier
5 days ago  Michael PaquierRefactor init_params() in sequence.c to not use FormDat...
5 days ago  Michael PaquierRemove md5() call from isolation test for CLUSTER and...
5 days ago  Etsuro FujitaUpdate obsolete comments in ResultRelInfo struct.
5 days ago  Michael PaquierAdd isolation test for TOAST value reuse during CLUSTER
6 days ago  Masahiko SawadaFix typos in comments.
7 days ago  Masahiko SawadaFix constant when extracting timestamp from UUIDv7.
7 days ago  Peter EisentrautFix git whitespace warning
7 days ago  Peter EisentrautAdd TAP tests for LDAP connection parameter lookup
7 days ago  David RowleyFix invalid format string in HASH_DEBUG code
8 days ago  David RowleyFix failing -D HASH_STATISTICS builds
8 days ago  David RowleyAdd Asserts to validate prevbit values in bms_prev_member
8 days ago  Michael PaquierAdd SQL test for TOAST value allocations on rewrite
8 days ago  Andres Freundci: Simplify ci-os-only handling
8 days ago  Andres Freundci: Per-repo configuration for manually trigger tasks
8 days ago  Álvaro HerreraAvoid including tableam.h and xlogreader.h in nbtree.h
8 days ago  Tom LaneDon't leak memory during failure exit from SelectConfig...
8 days ago  Heikki LinnakangasFix LSN format in debug message
8 days ago  Michael PaquierFix compilation warning with SerializeClientConnectionI...
9 days ago  Fujii MasaoRevert logical snapshot filename format change in SnapB...
9 days ago  Fujii MasaoFix incorrect LSN format in comment.
9 days ago  Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
9 days ago  Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
9 days ago  Tom LaneMake type Datum be 8 bytes wide everywhere.
9 days ago  Andres Freundci: windows: Stop using DEBUG:FASTLINK
9 days ago  Andres FreundAdd very basic test for kill_prior_tuples
9 days ago  Tom LaneDon't treat EINVAL from semget() as a hard failure.
9 days ago  Peter EisentrautAdjust some table column widths in PDF
9 days ago  Peter EisentrautImprove PDF documentation margins
9 days ago  Peter EisentrautClean up order in stylesheete-fo.xsl
10 days ago  Michael Paquierpostgres_fdw: Fix tests with ANALYZE and remote sampling
10 days ago  Peter Eisentrautlibpq: Set LDAP protocol version 3
11 days ago  Andres FreundReduce ExecSeqScan* code size using pg_assume()
11 days ago  Andres Freundmeson: add and use stamp files for generated headers
11 days ago  Nathan BossartRestrict psql meta-commands in plain-text dumps.
11 days ago  Noah MischConvert newlines to spaces in names written in v11...
11 days ago  Dean RasheedFix security checks in selectivity estimation functions.
2025-08-09  Thomas MunroFix rare bug in read_stream.c's split IO handling.
2025-08-08  Tom LaneMop-up for Datum conversion cleanups.
2025-08-08  Peter EisentrautAdd missing Datum conversions
2025-08-08  Peter EisentrautRemove useless/superfluous Datum conversions
2025-08-08  Peter Eisentrautpostgres_fdw and dblink should check if backend has...
2025-08-08  Jacob ChampionRevert "oauth: Add unit tests for multiplexer handling"
2025-08-08  Jacob Championoauth: Add unit tests for multiplexer handling
2025-08-08  Jacob Championoauth: Track total call count during a client flow
2025-08-08  Jacob Championoauth: Remove expired timers from the multiplexer
2025-08-08  Jacob Championoauth: Ensure unused socket registrations are removed
2025-08-08  Jacob Championoauth: Remove stale events from the kqueue multiplexer
2025-08-08  Thomas MunroRemove obsolete comment.
2025-08-08  Peter EisentrautFix incorrect lack of Datum conversion in _int_matchsel()
2025-08-08  Etsuro FujitaFix oversight in FindTriggerIncompatibleWithInheritance.
2025-08-08  Fujii Masaopg_dump: Fix incorrect parsing of object types in pg_du...
2025-08-08  Etsuro FujitaDisallow collecting transition tuples from child foreig...
2025-08-08  Michael PaquierAdd information about "generation" when dropping twice...
2025-08-07  Jacob Championmeson: Fix install-quiet after clean
2025-08-07  Tom Lanedoc: add float as an alias for double precision.
2025-08-07  Dean RasheedExtend int128.h to support more numeric code.
2025-08-07  Peter Eisentrautdoc: Formatting improvements
2025-08-07  Alexander KorotkovFix checkpointer shared memory allocation
2025-08-07  John NaylorUpdate ICU C++ API symbols
next