]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
7 hours ago  Amit KapilaFix xid_advance_interval when max_retention_duration... master github/master
8 hours ago  Amit KapilaFix wrong datum conversion for subretentionactive in...
24 hours ago  Álvaro HerreraREPACK CONCURRENTLY: Don't use deferrable primary keys
31 hours ago  Peter EisentrautFix DELETE/UPDATE FOR PORTION OF with rules
33 hours ago  Michael Paquierdoc: Fix grammar in some logical replication pages
38 hours ago  Richard GuoFix bogus calls in remove_self_join_rel()
38 hours ago  Michael PaquierFix some memory leaks in the WAL receiver
42 hours ago  Noah MischFix new test with comma in build directory.
2 days ago  Peter EisentrautDon't use INT64_FORMAT in translatable string
3 days ago  Tom LaneUpdate time zone data files to tzdata release 2026b.
4 days ago  Peter Eisentrautmeson: Differentiate top-level and custom targets
4 days ago  Peter Eisentrautpg_get_viewdef() and lateral references in COLUMNS...
4 days ago  Peter EisentrautFix collation of expressions in GRAPH_TABLE COLUMNS...
4 days ago  Peter EisentrautFix typos and grammar in graph table rewrite code
4 days ago  Peter EisentrautCheck for stack overflow when rewriting graph queries
4 days ago  Fujii Masaopg_test_timing: store timing deltas in int64
4 days ago  David RowleyFix incorrect logic for hashed IN / NOT IN with non...
4 days ago  Fujii Masaopg_test_timing: fix unit in backward-clock warning
4 days ago  Peter EisentrautAdd missing source files to several nls.mk
4 days ago  Heikki LinnakangasDon't call CheckAttributeType() with InvalidOid on...
4 days ago  Heikki LinnakangasDon't allow composite type to be member of itself via...
5 days ago  Álvaro HerreraMove REPACK (CONCURRENTLY) test out of stock regression...
5 days ago  Amit Kapilapsql: Improve describe footer titles for publications.
5 days ago  Peter EisentrautAvoid casting void * function arguments
5 days ago  David RowleyFix new-to-v19 -Wshadow warnings
5 days ago  Jeff Daviscatcache.c: use C_COLLATION_OID for texteqfast/texthash...
5 days ago  Masahiko Sawadapg_upgrade: Fix detection of invalid logical replicatio...
5 days ago  Peter GeogheganHarmonize function parameter names for Postgres 19.
5 days ago  Tom LaneGuard against overly-long numeric formatting symbols...
6 days ago  Tom LanePrevent some buffer overruns in spell.c's parsing of...
6 days ago  Tom LanePrevent buffer overrun in spell.c's CheckAffix().
6 days ago  Alexander KorotkovPreserve extension dependencies on indexes during parti...
6 days ago  Dean RasheedFix UPDATE/DELETE ... WHERE CURRENT OF on a table with...
6 days ago  Dean RasheedFix expansion of EXCLUDED virtual generated columns.
6 days ago  Amit LangoteFix some const qualifier use in ri_triggers.c
6 days ago  Michael PaquierAllow ALTER INDEX .. ATTACH PARTITION to validate a...
6 days ago  Tom LaneFix not-quite-right Makefile for src/test/modules/test_...
6 days ago  Melanie Plagemanbufmgr: use I/O stats arguments in FlushUnlockedBuffer()
6 days ago  Melanie PlagemanStabilize btree_gist test against on-access VM setting
6 days ago  Melanie PlagemanStabilize plancache test against on-access VM setting
7 days ago  Melanie PlagemanMake local buffers pin limit more conservative
7 days ago  Tom LaneRemove gen_node_support.pl's ad-hoc ABI stability check.
7 days ago  Tom LaneMake plpgsql_trap test more robust and less resource...
7 days ago  Michael PaquierFix a set of typos and grammar issues across the tree
7 days ago  Richard GuoFix incorrect NEW references to generated columns in...
7 days ago  Michael PaquierFix orphaned processes when startup process fails durin...
7 days ago  Fujii Masaodoc: Use "integer" for some I/O worker GUC type descrip...
7 days ago  Fujii Masaodoc: Correct context description for some JIT support...
7 days ago  Fujii Masaoplsample: Use TextDatumGetCString() for text-to-CString...
7 days ago  Tom LaneFix relid-set clobber during join removal.
7 days ago  Jeff DavisFix callers of unicode_strtitle() using srclen == -1.
7 days ago  Jeff Davisstyle: define parameterless functions as foo(void).
7 days ago  Masahiko Sawadadoc: Fix missing role attribute in pg_get_tablespace_dd...
7 days ago  Tom LaneClean up all relid fields of RestrictInfos during join...
8 days ago  Tom LaneMake ExecForPortionOfLeftovers() obey SRF protocol.
8 days ago  Álvaro HerreraREPACK: do not require REPLICATION or LOGIN
8 days ago  Bruce Momjiandoc PG 19 relnotes: fix typo, "date" -> "data"
8 days ago  Alexander Korotkov049_wait_for_lsn.pl: create function and procedure...
8 days ago  Richard GuoClean up remove_rel_from_query() after self-join elimin...
8 days ago  Peter EisentrautAdd missing Datum conversions
8 days ago  Peter EisentrautFix incorrect format placeholders
8 days ago  Amit KapilaFlush statistics during idle periods in parallel apply...
8 days ago  Michael PaquierMeson: Fix check_header() for readline and gssapi
8 days ago  David RowleyMinor fixes for test_bitmapset.c
9 days ago  Peter EisentrautFix 64-bit shifting in dynahash.c
10 days ago  Robert Haaspg_plan_advice: pgindent
10 days ago  Heikki LinnakangasChange PointerGetDatum() back to a macro
10 days ago  Robert Haaspg_plan_advice: Fix another unique-semijoin bug.
11 days ago  Amit KapilaDoc: Improve the wording of logical slot prerequisites.
11 days ago  Fujii Masaodoc: Improve description of pg_ctl -l log file permissions
11 days ago  Fujii Masaopsql: Fix incorrect tab completion after CREATE PUBLICA...
11 days ago  Amit LangoteReject invalid databases in pg_get_database_ddl()
11 days ago  Bruce Momjiandoc PG 19 relnotes: change "free space map" to "visibil...
11 days ago  Andrew DunstanMake psql DETAIL line test unconditionally optional.
11 days ago  Álvaro HerreraAdd missing initialization
11 days ago  Bruce Momjiandoc PG 19 relnotes: add author and move items
12 days ago  Melanie PlagemanUpdate FSM during prune/freeze replay even if freespace...
12 days ago  Bruce Momjiandoc PG 19 relnotes: update author
12 days ago  Bruce Momjiandoc PG 19 relnotes: corrections reported to me privately
12 days ago  Fujii MasaoUse XLogRecPtrIsValid() consistently for WAL position...
12 days ago  Daniel Gustafssondoc: Add missing GUCs to SSL SNI docs
12 days ago  Peter EisentrautMSVC: Turn missing function declaration into an error
12 days ago  Peter EisentrautAdd missing include
12 days ago  Thomas MunroFix comments for Korean encodings in encnames.c
12 days ago  Amit LangoteFix pg_overexplain to emit valid output with RANGE_TABL...
12 days ago  Amit LangoteFix incorrect comment in JsonTablePlanJoinNextRow()
12 days ago  Fujii MasaoUse proc_exit() for walreceiver exit in WalRcvWaitForSt...
12 days ago  Bruce Momjiandoc PG 19 relnotes: remove doc author from "Allow...
12 days ago  Bruce Momjiandoc PG 19 relnotes: add free space map all-visible...
12 days ago  Bruce Momjiandoc PG 19 relnotes: fixes for commands and authors
12 days ago  Bruce Momjiandoc PG 19 relnotes: remove "Lakshmi N" as author of...
12 days ago  Bruce Momjiandoc PG 19 relnotes: fix "now targets"
12 days ago  Bruce Momjiandoc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION...
12 days ago  Bruce Momjiandoc PG 19 relnotes: add missing March 16 autovacuum...
12 days ago  Bruce Momjiandoc PG 19 relnotes: adjust ShmemRequestStruct item
13 days ago  Andrew DunstanFix COPY TO FORMAT JSON to exclude generated columns.
13 days ago  Andrew DunstanRework signal handler infrastructure to pass sender...
13 days ago  Bruce Momjiandoc: first draft of PG 19 release notes
13 days ago  Richard GuoFix var_is_nonnullable() to handle invalid NOT NULL...
13 days ago  Andrew DunstanFix pfree crash in pg_get_role_ddl() and pg_get_databas...
next