postgresql.git
9 days ago Tom LaneChange role names used in trigger test.
9 days ago Magnus Haganderpsql: fix order of join clauses when listing extensions
10 days ago Michael PaquierFix copy-pasto with process count calculation in method...
10 days ago Nathan Bossartdoc: Remove notes about "unencrypted" passwords.
10 days ago Peter Eisentrautdoc: Update description of pg_constraint.convalidated
10 days ago Peter Eisentrautdoc PG 18 relnotes: Add incompatibility note about...
10 days ago Peter EisentrautDon't strip $libdir from LOAD command
11 days ago Michael Paquierpsql: Abort connection when using \syncpipeline after...
11 days ago Peter EisentrautFix incorrect format placeholders
11 days ago Noah MischFix a pg_dump scenario for platforms where SEEK_CUR...
12 days ago Fujii MasaoRename log_lock_failure GUC to log_lock_failures for...
12 days ago Tom LaneDisallow "=" in names of reloptions and foreign-data...
12 days ago Melanie PlagemanCorrect heap vacuum boundary state setup ordering
12 days ago Peter EisentrautFix incorrect format placeholders
12 days ago Peter EisentrautRename gist stratnum support function
12 days ago Michael PaquierUse replay LSN as target for cascading logical WAL...
13 days ago Tom LaneAdd commit 4672b6223 to .git-blame-ignore-revs.
13 days ago Tom LaneRun pgindent on the previous commit.
13 days ago Tom LaneFix edge-case resource leaks in PL/Python error reporting.
13 days ago Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
2025-05-31 Dean RasheedFix MERGE into a plain inheritance parent table.
2025-05-31 Michael PaquierChange internal plan ID type from uint64 to int64
2025-05-30 Nathan BossartEnsure we have a snapshot when updating various system...
2025-05-30 Tom LaneFix memory leakage in postgres_fdw's DirectModify code...
2025-05-30 Tom LaneAllow larger packets during GSSAPI authentication exchange.
2025-05-30 Fujii MasaoMake XactLockTableWait() and ConditionalXactLockTableWa...
2025-05-30 David RowleyChange internal queryid type from uint64 to int64
2025-05-29 Bruce Momjiandoc PG 18 relnotes: modify async I/O item for other...
2025-05-29 Tom LaneAvoid resource leaks when a dblink connection fails.
2025-05-29 Fujii MasaoFix assertion failure in pg_prewarm() on objects withou...
2025-05-29 Michael PaquierAdd AioUringCompletion in wait_event_names.txt
2025-05-29 Bruce Momjiandoc PG 18 relnotes: split apart log_connections item
2025-05-29 Michael Paquierpg_stat_statements: Fix parameter number gaps in normal...
2025-05-29 Bruce Momjiandoc: clarify log_connections new "setup_durations...
2025-05-28 Bruce Momjiandoc PG 18 relnotes: move ANALYZE item,split ANALYZE...
2025-05-28 Tom LaneTighten parsing of datetime input.
2025-05-28 Tom LaneFix memory leakage when function compilation fails.
2025-05-28 Bruce Momjiandoc PG 18 relnotes: clarify multiplication item
2025-05-28 Michael PaquierAdjust regex for test with opening parenthesis in chara...
2025-05-27 Michael PaquierFix conversion of SIMILAR TO regexes for character...
2025-05-27 Bruce Momjiandoc PG 18 relnotes: add removal details to MD5 item
2025-05-27 Bruce Momjiandoc PG 18 relnotes: fix markup
2025-05-27 Jeff DavisChange pg_dump default for statistics export.
2025-05-27 Masahiko SawadaFix assertion when decrementing eager scanning success...
2025-05-26 Peter EisentrautImprove file_copy_method entry in postgresql.conf.sample
2025-05-26 Daniel Gustafssondoc: Fix wording in JIT README
2025-05-26 Michael PaquierFix race condition in subscription TAP test 021_twophase
2025-05-26 Amit KapilaDoc: Make logical replication examples executable in...
2025-05-26 Fujii Masaodoc: Fix documenation for snapshot export in logical...
2025-05-23 Bruce Momjiandoc PG 18 relnotes: clarify btree skip-scan item
2025-05-23 Jacob Championoauth: Correct missing comma in Requires.private
2025-05-23 Jacob Championoauth: Limit JSON parsing depth in the client
2025-05-23 Bruce Momjiandoc PG 18 relnotes: update to current
2025-05-23 Tom LaneFix per-relation memory leakage in autovacuum.
2025-05-23 Tom LaneFix AlignedAllocRealloc to cope sanely with OOM.
2025-05-23 Daniel GustafssonRevert function to get memory context stats for processes
2025-05-23 Peter EisentrautMove oauth_validator_libraries in postgresql.conf.sample
2025-05-23 Bruce Momjiandoc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution
2025-05-23 Bruce Momjiandoc PG 18 relnotes: clarify btree skip scan item
2025-05-23 Bruce Momjiandoc PG 18 relnotes: remove duplicate commit entry
2025-05-23 Tom LaneFix assorted new memory leaks in libpq.
2025-05-22 Melanie PlagemanReplace deprecated log_connections values in docs and...
2025-05-22 Tom LaneIn ExecInitModifyTable, don't scribble on the source...
2025-05-22 Tom LaneFix memory leak in XMLSERIALIZE(... INDENT).
2025-05-22 Nathan Bossartpg_dump: Adjust reltuples from 0 to -1 for dumps of...
2025-05-22 Amit LangoteRevert "Don't lock partitions pruned by initial pruning"
2025-05-21 Peter Eisentrautdoc: Move documentation of md5_password_warnings to...
2025-05-21 Michael PaquierAdjust operation names of pg_aios to match the document...
2025-05-21 Fujii MasaoFix incorrect WAL description for PREPARE TRANSACTION...
2025-05-21 Michael PaquierFix regression with location calculation of nested...
2025-05-20 Nathan Bossartpg_dump: Fix array literals in fetchAttributeStats().
2025-05-20 Heikki LinnakangasFix cross-version upgrade test failure
2025-05-20 Michael Paquierdoc: Clarify use of _ccnew and _ccold in REINDEX CONCUR...
2025-05-20 Andres Freundaio: Fix possible state confusions due to interrupt...
2025-05-19 Heikki LinnakangasFix deparsing FETCH FIRST ROWS WITH TIES
2025-05-19 Amit KapilaDon't retreat slot's confirmed_flush LSN.
2025-05-19 Tom LaneDoc: add pre-branch task to run src/tools/copyright.pl.
2025-05-19 Michael PaquierFix incorrect year in some copyright notices
2025-05-19 Michael Paquierecpg: Add missing newline in meson.build
2025-05-18 Alexander KorotkovFix tuple_fraction calculation in generate_orderedappen...
2025-05-18 Tom LaneMake our usage of memset_s() conform strictly to the...
2025-05-18 Daniel GustafssonFix function name reference in comment
2025-05-16 Daniel GustafssonAlign organization wording in copyright statement
2025-05-15 Richard GuoFix Assert failure in XMLTABLE parser
2025-05-14 Richard GuoAdd explicit initialization for all PlannerGlobal fields
2025-05-13 Daniel GustafssonFix order of parameters in POD documentation
2025-05-13 Amit KapilaFix the race condition in the test added by 7c99dc587.
2025-05-11 Álvaro HerreraAdd tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
2025-05-11 Álvaro HerreraFix comment of tsquerysend()
2025-05-11 Álvaro Herrerarelcache: Avoid memory leak on tables with no CHECK...
2025-05-11 Álvaro HerreraSort includes in alphabetical order
2025-05-11 Tom LaneFix incorrect "return NULL" in BumpAllocLarge().
2025-05-10 Noah MischRemove GLOBALTABLESPACE_OID assert for locked buffers.
2025-05-10 Bruce Momjiandoc PG 18 relnotes: mv. hash joins and GROUP BY item...
2025-05-10 Michael Paquieraio: Use runtime arguments with injections points in...
2025-05-09 Michael Paquierinjection_points: Add support and tests for runtime...
2025-05-09 Michael PaquierAdd support for runtime arguments in injection points
2025-05-09 Bruce Momjiandoc PG 18 relnotes: fix missing parens for crc32c()
2025-05-09 Tom LaneSkip RSA-PSS ssl test when using LibreSSL.
2025-05-09 Tom LaneHack one ssl test case to pass with current LibreSSL.
next