postgresql.git
2 hours ago Fujii Masaodoc: Add note about "Client User" and "Superuser" field... master github/master
2 hours ago Fujii Masaopsql: Report full protocol version in \conninfo output.
3 hours ago Alexander KorotkovAdd TAP tests to check replication slot advance during...
4 hours ago Alexander KorotkovKeep WAL segments by slot's last saved restart LSN
4 hours ago Peter Geoghegannbtree: _bt_readnextpage doesn't affect markPos.
11 hours ago Jeff DavisComment fixups from 626df47ad9.
15 hours ago Daniel Gustafssonpsql: Reword help message and docs for WATCH_INTERVAL
27 hours ago Michael Paquierpsql: Forbid use of COPY and \copy while in a pipeline
28 hours ago Michael PaquierReplace %llu by PRIu64 in AIO io_uring code
38 hours ago Fujii Masaopg_restore: Fix wrong descriptions of --with-{schema...
40 hours ago Álvaro HerreraFix squashing algorithm for query texts
46 hours ago Fujii Masaodoc: Document that MAINTAIN privilege allows statistics...
2 days ago Michael PaquierRevert support for improved tracking of nested queries
2 days ago Peter GeogheganRevert "nbtree: Remove useless row compare arg."
2 days ago Jeff DavisRevert a few small patches that were intended for versi...
2 days ago Masahiko SawadaAdd tab completion for REJECT_LIMIT option.
2 days ago Peter GeogheganMake _bt_killitems drop pins it acquired itself.
3 days ago Michael Paquierpsql: Remove PARTITION BY clause in tab completion...
3 days ago Tom LaneDon't reduce output request size on non-Unix-socket...
3 days ago Jeff Davisinet_net_pton.c: use pg_ascii_tolower() rather than...
3 days ago Jeff Davisisn.c: use pg_ascii_toupper() instead of toupper().
3 days ago Jeff Daviscontrib/spi/refint.c: use pg_ascii_tolower() instead.
3 days ago Jeff Daviscopyfromparse.c: use pg_ascii_tolower() rather than...
3 days ago Peter EisentrautUse exported symbols list on macOS for loadable modules...
5 days ago Tom Lanepg_restore: fix incompatibility with old directory...
5 days ago Etsuro FujitaRevert "postgres_fdw: Inherit the local transaction...
6 days ago Bruce Momjiandoc PG 18 relnotes: add AFTER trigger user change...
6 days ago Bruce Momjiandoc PG 18 relnotes: adjust wording of initdb item...
6 days ago Peter Eisentrautplpython: Remove obsolete test expected file
7 days ago Jeff DavisImprove CREATE DATABASE error message for invalid libc...
7 days ago Nathan BossartUse NULL instead of 0 for pointer arguments.
7 days ago Nathan BossartFixed signed/unsigned mismatch in test_dsm_registry.
7 days ago Peter GeogheganAvoid BufferGetLSNAtomic() calls during nbtree scans.
7 days ago Robert Haaspg_prewarm: Allow autoprewarm to use more than 1GB...
8 days ago Tom LaneDoc: improve description of which role runs a trigger.
8 days ago Peter Geoghegannbtree: Remove useless row compare arg.
8 days ago Álvaro HerreraAvoid bogus scans of partitions when marking FKs enforced
8 days ago Tom LaneDoc: you must own the target object to use SECURITY...
8 days ago Álvaro HerreraAvoid bogus scans of partitions when validating FKs...
8 days ago Tom LaneChange role names used in trigger test.
8 days ago Magnus Haganderpsql: fix order of join clauses when listing extensions
9 days ago Michael PaquierFix copy-pasto with process count calculation in method...
9 days ago Nathan Bossartdoc: Remove notes about "unencrypted" passwords.
9 days ago Peter Eisentrautdoc: Update description of pg_constraint.convalidated
9 days ago Peter Eisentrautdoc PG 18 relnotes: Add incompatibility note about...
9 days ago Peter EisentrautDon't strip $libdir from LOAD command
10 days ago Michael Paquierpsql: Abort connection when using \syncpipeline after...
10 days ago Peter EisentrautFix incorrect format placeholders
10 days ago Noah MischFix a pg_dump scenario for platforms where SEEK_CUR...
11 days ago Fujii MasaoRename log_lock_failure GUC to log_lock_failures for...
11 days ago Tom LaneDisallow "=" in names of reloptions and foreign-data...
11 days ago Melanie PlagemanCorrect heap vacuum boundary state setup ordering
11 days ago Peter EisentrautFix incorrect format placeholders
11 days ago Peter EisentrautRename gist stratnum support function
12 days ago Michael PaquierUse replay LSN as target for cascading logical WAL...
12 days ago Tom LaneAdd commit 4672b6223 to .git-blame-ignore-revs.
12 days ago Tom LaneRun pgindent on the previous commit.
12 days ago Tom LaneFix edge-case resource leaks in PL/Python error reporting.
12 days ago Etsuro Fujitapostgres_fdw: Inherit the local transaction's access...
13 days ago 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.
next