]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
10 days ago  Peter EisentrautHandle nodes that may appear in GraphPattern expression...
10 days ago  Peter EisentrautDo not define type for a property graph
10 days ago  Peter EisentrautFix options listing of pg_restore --no-globals
10 days ago  Peter EisentrautAdd missing serial commas
10 days ago  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
10 days ago  Amit KapilaSimplify translatable messages for tuple value details...
11 days ago  Alexander KorotkovMark modified the FSM buffer as dirty during recovery
11 days ago  Alexander KorotkovDocument that WAIT FOR LSN is timeline-blind
11 days ago  Alexander KorotkovImprove WAIT FOR LSN test coverage
11 days ago  Alexander KorotkovWake standby_write/standby_flush waiters from the WAL...
11 days ago  Alexander KorotkovUse replay position as floor for WAIT FOR LSN standby_...
11 days ago  Alexander KorotkovRemove redundant WAIT FOR LSN caller-side pre-checks
11 days ago  Alexander KorotkovFix memory ordering in WAIT FOR LSN wakeup mechanism
11 days ago  Alexander KorotkovUse barrier semantics when reading/writing writtenUpto
13 days ago  Andrew DunstanAdd missing connection validation in ECPG
13 days ago  Andrew DunstanOnly show signal-sender PID/UID detail in server log
13 days ago  Amit KapilaFix BF failure introduced in commit 2bf6c9ff71.
13 days ago  Michael Paquierdoc: Mention validation attempt during ALTER INDEX...
2026-05-01  Fujii MasaoAvoid blocking indefinitely while finishing walsender...
2026-05-01  Richard GuoFix HAVING-to-WHERE pushdown with nondeterministic...
2026-05-01  Amit LangoteUse "concurrent delete" in serialization error for...
2026-05-01  Richard GuoFix JSON_ARRAY(query) empty set handling and view deparsing
2026-04-30  Álvaro HerreraREPACK CONCURRENTLY: fix processing of toasted tuples
2026-04-30  Álvaro HerreraRemove working test that was supposed to fail
2026-04-30  Andrew DunstanFix attnum remapping in generateClonedExtStatsStmt()
2026-04-30  Andrew DunstanAvoid SIGSEGV in pg_get_database_ddl() on NULL tablespace
2026-04-30  Daniel GustafssonFix data_checksum GUC show_hook
2026-04-30  Daniel GustafssonImprove database detection logic in datachecksumsworker
2026-04-30  Daniel GustafssonImprove handling of concurrent checksum requests
2026-04-30  Daniel GustafssonTypo and spelling fixups for online checksums
2026-04-30  Daniel GustafssonFix invalid checksum state transition in checkpoints
2026-04-30  Daniel GustafssonHandle data_checksum state changes during launcher_exit
2026-04-30  Daniel GustafssonTest improvements for online checksums
2026-04-30  Daniel GustafssonPrevent pg_enable/disable_data_checksums() on standby
2026-04-30  Amit KapilaFix double table_close of sequence_rel in copy_sequences().
2026-04-30  Michael PaquierFix errno check based on EINTR in pg_flush_data()
2026-04-30  Michael PaquierAdjust some incorrect *GetDatum() macros
2026-04-30  Michael PaquierFix error of pg_stat_reset_shared()
2026-04-29  Nathan BossartSuppress "has no symbols" linker warnings on macOS.
2026-04-29  Masahiko Sawadatest_tidstore: Stabilize regression tests by sorting...
2026-04-29  Andrew DunstanFix timezone dependence in test_misc/012_ddlutils.pl
2026-04-29  Andrew DunstanConvert ddlutils regression tests to TAP tests.
2026-04-29  Peter GeogheganFix nbtree skip array parallel alloc accounting.
2026-04-29  John NaylorCosmetic fixes for radix sort
2026-04-29  John NaylorRemove unused ByteaSortSupport.abbreviate field
2026-04-28  Amit KapilaFix xid_advance_interval when max_retention_duration...
2026-04-28  Amit KapilaFix wrong datum conversion for subretentionactive in...
2026-04-27  Álvaro HerreraREPACK CONCURRENTLY: Don't use deferrable primary keys
2026-04-27  Peter EisentrautFix DELETE/UPDATE FOR PORTION OF with rules
2026-04-27  Michael Paquierdoc: Fix grammar in some logical replication pages
2026-04-27  Richard GuoFix bogus calls in remove_self_join_rel()
2026-04-27  Michael PaquierFix some memory leaks in the WAL receiver
2026-04-26  Noah MischFix new test with comma in build directory.
2026-04-25  Peter EisentrautDon't use INT64_FORMAT in translatable string
2026-04-24  Tom LaneUpdate time zone data files to tzdata release 2026b.
2026-04-24  Peter Eisentrautmeson: Differentiate top-level and custom targets
2026-04-24  Peter Eisentrautpg_get_viewdef() and lateral references in COLUMNS...
2026-04-24  Peter EisentrautFix collation of expressions in GRAPH_TABLE COLUMNS...
2026-04-24  Peter EisentrautFix typos and grammar in graph table rewrite code
2026-04-24  Peter EisentrautCheck for stack overflow when rewriting graph queries
2026-04-24  Fujii Masaopg_test_timing: store timing deltas in int64
2026-04-24  David RowleyFix incorrect logic for hashed IN / NOT IN with non...
2026-04-24  Fujii Masaopg_test_timing: fix unit in backward-clock warning
2026-04-23  Peter EisentrautAdd missing source files to several nls.mk
2026-04-23  Heikki LinnakangasDon't call CheckAttributeType() with InvalidOid on...
2026-04-23  Heikki LinnakangasDon't allow composite type to be member of itself via...
2026-04-23  Álvaro HerreraMove REPACK (CONCURRENTLY) test out of stock regression...
2026-04-23  Amit Kapilapsql: Improve describe footer titles for publications.
2026-04-23  Peter EisentrautAvoid casting void * function arguments
2026-04-23  David RowleyFix new-to-v19 -Wshadow warnings
2026-04-22  Jeff Daviscatcache.c: use C_COLLATION_OID for texteqfast/texthash...
2026-04-22  Masahiko Sawadapg_upgrade: Fix detection of invalid logical replicatio...
2026-04-22  Peter GeogheganHarmonize function parameter names for Postgres 19.
2026-04-22  Tom LaneGuard against overly-long numeric formatting symbols...
2026-04-22  Tom LanePrevent some buffer overruns in spell.c's parsing of...
2026-04-22  Tom LanePrevent buffer overrun in spell.c's CheckAffix().
2026-04-22  Alexander KorotkovPreserve extension dependencies on indexes during parti...
2026-04-22  Dean RasheedFix UPDATE/DELETE ... WHERE CURRENT OF on a table with...
2026-04-22  Dean RasheedFix expansion of EXCLUDED virtual generated columns.
2026-04-22  Amit LangoteFix some const qualifier use in ri_triggers.c
2026-04-22  Michael PaquierAllow ALTER INDEX .. ATTACH PARTITION to validate a...
2026-04-21  Tom LaneFix not-quite-right Makefile for src/test/modules/test_...
2026-04-21  Melanie Plagemanbufmgr: use I/O stats arguments in FlushUnlockedBuffer()
2026-04-21  Melanie PlagemanStabilize btree_gist test against on-access VM setting
2026-04-21  Melanie PlagemanStabilize plancache test against on-access VM setting
2026-04-21  Melanie PlagemanMake local buffers pin limit more conservative
2026-04-21  Tom LaneRemove gen_node_support.pl's ad-hoc ABI stability check.
2026-04-21  Tom LaneMake plpgsql_trap test more robust and less resource...
2026-04-21  Michael PaquierFix a set of typos and grammar issues across the tree
2026-04-21  Richard GuoFix incorrect NEW references to generated columns in...
2026-04-21  Michael PaquierFix orphaned processes when startup process fails durin...
2026-04-20  Fujii Masaodoc: Use "integer" for some I/O worker GUC type descrip...
2026-04-20  Fujii Masaodoc: Correct context description for some JIT support...
2026-04-20  Fujii Masaoplsample: Use TextDatumGetCString() for text-to-CString...
2026-04-20  Tom LaneFix relid-set clobber during join removal.
2026-04-20  Jeff DavisFix callers of unicode_strtitle() using srclen == -1.
2026-04-20  Jeff Davisstyle: define parameterless functions as foo(void).
2026-04-20  Masahiko Sawadadoc: Fix missing role attribute in pg_get_tablespace_dd...
2026-04-20  Tom LaneClean up all relid fields of RestrictInfos during join...
2026-04-20  Tom LaneMake ExecForPortionOfLeftovers() obey SRF protocol.
next