]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
10 hours ago  Michael PaquierRe-add regression tests for ltree and intarray master github/master
10 hours ago  Fujii Masaopsql: Fix tab completion for REPACK boolean options
18 hours ago  Bruce Momjiandoc PG 19 relnotes: update to current
21 hours ago  Nathan Bossartrefint: Fix segfault in check_foreign_key().
21 hours ago  Masahiko SawadaFix attribute mapping for COPY TO on partitioned tables.
27 hours ago  Alexander KorotkovPrevent access to other sessions' temp tables
27 hours ago  Alexander KorotkovAdd tests for cross-session temp table access
31 hours ago  Etsuro Fujitapostgres_fdw: Fix deparsing of remote column names...
32 hours ago  Michael PaquierFix jsonpath .split_part() to honor silent mode
35 hours ago  Fujii Masaopgbench: fix verbose error message corruption with...
43 hours ago  Nathan BossartAdd several commits to .git-blame-ignore-revs.
47 hours ago  Álvaro HerreraFix style in a few REPACK ereports
47 hours ago  Tom LaneUse "grep -E" not "egrep".
2 days ago  Tom LanePre-beta updates: run src/tools/copyright.pl.
2 days ago  Tom LaneDo pre-release housekeeping on catalog data.
2 days ago  Tom LaneAdd preceding commits to .git-blame-ignore-revs.
2 days ago  Tom LanePre-beta mechanical code beautification, step 3: run...
2 days ago  Tom LanePre-beta mechanical code beautification, step 2: run...
2 days ago  Tom LanePre-beta mechanical code beautification, step 1: run...
2 days ago  Tom Lanepgindent: improve formatting of multiline comments.
2 days ago  Tom LaneMake pg_bsd_indent add a space between comma and period.
2 days ago  Nathan Bossartpgindent: Fix spacing after != when member name matches...
2 days ago  Peter EisentrautFix FOR PORTION OF with non-updatable view columns
2 days ago  Michael Paquierpg_stat_statements: Set PlannedStmt to NULL after neste...
2 days ago  Michael PaquierAdd more tests for corrupted data with pglz_decompress()
2 days ago  Fujii MasaoFix stale COPY progress during logical replication...
2 days ago  Bruce Momjianpsql: save/restore truePrint/falsePrint printQueryOpt...
2 days ago  Bruce Momjiandoc PG 19 relnotes: add two optimizer hooks
2 days ago  Tom LaneDe-obfuscate the comment in tsrank.c's calc_rank_or().
2 days ago  Bruce Momjiandoc PG 19 relnotes: remove "Optionally" for CPU optimi...
3 days ago  Peter EisentrautAdd psql tab completion for FOR PORTION OF clause
3 days ago  Michael Paquierpg_stat_statements: Fix potential use-after-free of...
3 days ago  Bruce Momjiandoc PG 19 relnotes: adjustments/removal of items
3 days ago  Heikki LinnakangasUse palloc_array() in a few more places to avoid overflow
3 days ago  Álvaro HerreraFix REPACK with WITHOUT OVERLAPS replica identity indexes
3 days ago  Tom LaneRemove test cases for field overflows in intarray and...
4 days ago  Nathan Bossartrefint: Fix SQL injection and buffer overruns.
4 days ago  Nathan BossartMark PQfn() unsafe and fix overrun in frontend LO inter...
4 days ago  Heikki LinnakangasFix integer overflow in array_agg(), when the array...
4 days ago  Tom LaneFix integer-overflow and alignment hazards in locale...
4 days ago  Michael PaquierPrevent path traversal in pg_basebackup and pg_rewind
4 days ago  Nathan BossartAvoid overflow in size calculations in formatting.c.
4 days ago  Nathan BossartCheck CREATE privilege on multirange type schema in...
4 days ago  Nathan Bossartpg_createsubscriber: Obstruct SQL injection via subscri...
4 days ago  Michael PaquierFix MCV input array checks in statistics restore functions
4 days ago  Tom LaneGuard against unsafe conditions in usage of pg_strftime().
4 days ago  Tom LaneAvoid passing unintended format codes to snprintf().
4 days ago  Noah MischFix SQL injection in logical replication origin checks.
4 days ago  Michael PaquierApply timingsafe_bcmp() in authentication paths
4 days ago  Tom LaneGuard against overflow in "left" fields of query_int...
4 days ago  Michael PaquierFix unbounded recursive handling of SSL/GSS in ProcessS...
4 days ago  Tom LaneFix assorted places that need to use palloc_array().
4 days ago  Tom LanePrevent buffer overrun in unicode_normalize().
4 days ago  Tom LaneHarden our regex engine against integer overflow in...
4 days ago  Tom LaneMake palloc_array() and friends safe against integer...
4 days ago  Michael PaquierFix overflows with ts_headline()
4 days ago  Michael Paquierltree: Fix overflows with lquery parsing
4 days ago  Peter Eisentrautpg_upgrade: Message improvements
7 days ago  John NaylorFix universal builds on MacOS
7 days ago  Richard GuoEnforce RETURNING typmod for empty-set JSON_ARRAY(query)
7 days ago  Amit KapilaUse schema-qualified names in EXCEPT clause error messages.
7 days ago  Etsuro Fujitapostgres_fdw: Fix syntax error in fetch_attstats().
7 days ago  Richard GuoConsider opfamily and collation when removing redundant...
7 days ago  Richard GuoFix HAVING-to-WHERE pushdown for simple-CASE form
7 days ago  Bruce Momjiandoc PG 19 relnotes: add UTF-8 case folding performance...
7 days ago  Amit LangoteFix use-after-free of qs in AfterTriggerEndQuery.
7 days ago  Bruce Momjiandoc PG 19 relnotes: correct two items
7 days ago  Bruce Momjiandoc PG 19 relnotes: add missing commits and details
7 days ago  Masahiko SawadaFix race condition in XLogLogicalInfo and ProcSignal...
8 days ago  John NaylorRationalize error comments in partition split/merge...
8 days ago  John NaylorMessage corrections for partition split/merge commands
8 days ago  Peter Eisentrautpg_createsubscriber: Message improvements and corrections
8 days ago  Peter EisentrautFix typo in error message
8 days ago  Michael PaquierSimplify code in objectaddress.c for some property...
9 days ago  Alexander KorotkovFix WAIT FOR LSN cleanup on subtransaction abort
9 days ago  Daniel GustafssonFix regex searching for page verification failures...
9 days ago  Daniel GustafssonApply data-checksum worker throttling parameters
9 days ago  Daniel GustafssonSkip WAL for unlogged main fork during online checksum...
9 days ago  Peter EisentrautDocument deprecated --wal-directory option for pg_verif...
10 days ago  Álvaro HerreraSkip other sessions' temp tables in REPACK, CLUSTER...
10 days ago  John NaylorAdd missing guard for __builtin_constant_p
10 days ago  Etsuro Fujitapostgres_fdw: Fix handling of abort-cleanup-failed...
10 days ago  Peter Eisentrautdoc: Clean up title case use
10 days ago  Peter EisentrautMessage style improvements (oauth related)
10 days ago  Álvaro HerreraDon't lose column values on REPACK
10 days ago  Peter EisentrautMake spelling consistent
10 days ago  Peter Eisentrautdoc: Small synopsis wording change for consistency
10 days ago  Richard GuoConsider collation when proving subquery uniqueness
10 days ago  Richard GuoConsider collation when proving uniqueness from unique...
10 days ago  Tom LaneDeclare load_hosts() as returning HostsFileLoadResult.
10 days ago  Peter EisentrautAdd ORDER BY to test query to stabilize test
10 days ago  Álvaro HerreraFix off-by-one in repack index loop
10 days ago  Peter EisentrautHandle nodes that may appear in GraphPattern expression...
11 days ago  Peter EisentrautDo not define type for a property graph
11 days ago  Peter EisentrautFix options listing of pg_restore --no-globals
11 days ago  Peter EisentrautAdd missing serial commas
11 days ago  Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
11 days ago  Amit KapilaSimplify translatable messages for tuple value details...
11 days ago  Alexander KorotkovMark modified the FSM buffer as dirty during recovery
12 days ago  Alexander KorotkovDocument that WAIT FOR LSN is timeline-blind
next