postgresql.git
11 hours ago Richard GuoFix Assert failure in XMLTABLE parser master github/master
42 hours ago Richard GuoAdd explicit initialization for all PlannerGlobal fields
2 days ago Daniel GustafssonFix order of parameters in POD documentation
2 days ago Amit KapilaFix the race condition in the test added by 7c99dc587.
4 days ago Álvaro HerreraAdd tab-complete for ALTER DOMAIN ADD [CONSTRAINT]
4 days ago Álvaro HerreraFix comment of tsquerysend()
4 days ago Álvaro Herrerarelcache: Avoid memory leak on tables with no CHECK...
4 days ago Álvaro HerreraSort includes in alphabetical order
4 days ago Tom LaneFix incorrect "return NULL" in BumpAllocLarge().
5 days ago Noah MischRemove GLOBALTABLESPACE_OID assert for locked buffers.
5 days ago Bruce Momjiandoc PG 18 relnotes: mv. hash joins and GROUP BY item...
5 days ago Michael Paquieraio: Use runtime arguments with injections points in...
5 days ago Michael Paquierinjection_points: Add support and tests for runtime...
5 days ago Michael PaquierAdd support for runtime arguments in injection points
6 days ago Bruce Momjiandoc PG 18 relnotes: fix missing parens for crc32c()
6 days ago Tom LaneSkip RSA-PSS ssl test when using LibreSSL.
6 days ago Tom LaneHack one ssl test case to pass with current LibreSSL.
6 days ago Tom LaneCentralize ssl tests' check for whether we're using...
6 days ago Peter Eisentrautdoc: Put new options in consistent order on man pages
7 days ago Heikki LinnakangasUse 'void *' for arbitrary buffers, 'uint8 *' for byte...
7 days ago Heikki LinnakangasUse more mundane 'int' type for cancel key lengths...
7 days ago Bruce MomjianPG 18 relnotes: adjust RETURNING new/old item
7 days ago Daniel Gustafssondoc: Fix title markup for AT TIME ZONE and AT LOCAL
7 days ago Richard GuoTrack the number of presorted outer pathkeys in MergePath
7 days ago Richard GuoSuppress unnecessary explicit sorting for EPQ mergejoin...
7 days ago Bruce Momjiandoc PG 18 relnotes: adjust pg_log_backend_memory_contexts()
7 days ago Bruce Momjiandoc PG 18 relnotes: add pg_log_backend_memory_contexts...
7 days ago Bruce Momjiandoc PG 18 relnotes: adjust pgbench per-script reportin...
7 days ago Bruce Momjiandoc PG 18 relnotes: mention GROUP SET fixes
8 days ago Nathan BossartRemove pg_replication_origin's TOAST table.
8 days ago Peter GeogheganPrevent premature nbtree array advancement.
8 days ago Peter Geoghegannbtree: tighten up array recheck rules.
8 days ago Nathan Bossartpg_dumpall: Add --sequence-data.
8 days ago Alexander KorotkovRefactor ChangeVarNodesExtended() using the custom...
8 days ago Peter Eisentrautdoc: Put some psql documentation pieces back into alpha...
8 days ago Peter EisentrautRemove some tabs in C string literals
8 days ago Peter Eisentrautdoc: Add link to table
8 days ago Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
8 days ago Michael PaquierFix some comments related to IO workers
8 days ago Peter EisentrautFix whitespace
8 days ago Bruce Momjiandoc PG 18 relnotes: adjust partition planning item
8 days ago Bruce Momjiandoc PG 18 relnotes: small adjustments regarding options
8 days ago Bruce Momjiandoc PG 18 relnotes: move partition locking item to...
9 days ago Bruce Momjiandoc PG 18 relnotes: adjust partition items
9 days ago Tom LaneStamp 18beta1. REL_18_BETA1
10 days ago Bruce Momjiandoc PG 18 relnotes: reword OAuth item
10 days ago Bruce Momjiandoc PG 18 relnotes: add mention of pg_stat_reset_backen...
10 days ago Bruce Momjiandoc PG 18 relnotes: adjust hash item
10 days ago Bruce Momjiandoc PG 18 relnotes: split partition optimizer item...
10 days ago Noah MischWith GB18030, prevent SIGSEGV from reading past end...
10 days ago Noah MischRefactor test_escape.c for additional ways of testing.
10 days ago Peter EisentrautTranslation updates
10 days ago Bruce Momjiandoc PG 18 relnotes: adjust COPY and REJECT_LIMIT items
10 days ago Bruce Momjiandoc PG 18 relnotes: move and clarify constraint items
10 days ago Bruce Momjiandoc PG 18 relnotes: add commit for cancel key and...
11 days ago Bruce Momjiandoc PG 18 relnotes: fix libpq wording
12 days ago Alexander KorotkovRevert "Refactor ChangeVarNodesExtended() using the...
12 days ago Alexander KorotkovRefactor ChangeVarNodesExtended() using the custom...
12 days ago Bruce Momjiandoc: update guidelines on non-ASCII characters in...
12 days ago Bruce Momjiandoc PG 18 relnotes: add GROUP BY column elimination...
12 days ago Bruce Momjiandoc PG 18 relnotes: move protocol version item to...
12 days ago Etsuro FujitaFix memory allocation/copy mistakes.
12 days ago Etsuro FujitaFix typos in comments.
12 days ago Bruce Momjiandoc PG 18 relnotes: update chapter tags for recent...
12 days ago Bruce Momjiandoc PG 18 relnotes: adjust libpq trace & potocol versi...
12 days ago Bruce Momjiandoc PG 18 relnotes: reword and reorder items
12 days ago Peter GeogheganAvoid treating nonrequired nbtree keys as required.
12 days ago Tomas VondraFix memory leak in _gin_parallel_merge
12 days ago Tom LaneDon't use a tuplestore if we don't have to for SQL...
13 days ago Álvaro HerreraHandle self-referencing FKs correctly in partitioned...
13 days ago Tom LaneDoc: correct spelling of meson switch.
13 days ago Jacob Championoauth: Correct SSL dependency for libpq-oauth.a
13 days ago Peter EisentrautMake "directory" setting work with extension_control_path
13 days ago Bruce Momjiandoc: first draft of the PG 18 release notes
13 days ago Noah MischDoc: stop implying recommendation of insecure search_pa...
13 days ago Peter Eisentrautdoc: Flesh out extension docs for the "prefix" make...
2025-05-01 Jacob Championoauth: Fix Autoconf build on macOS
2025-05-01 Jacob Championoauth: Move the builtin flow into a separate module
2025-05-01 Nathan BossartRemove extra "not" in pg_upgrade documentation.
2025-05-01 Dean Rasheeddoc: Warn that ts_headline() output is not HTML-safe.
2025-05-01 Peter Eisentrautdoc: Improve explanations when a table rewrite is needed
2025-05-01 Peter GeogheganAdjust overstrong nbtree skip array assertion.
2025-04-30 Michael Paquierdoc: Mention cost-based delays for total_[auto]{vacuum...
2025-04-30 Daniel GustafssonConvert strncpy to strlcpy
2025-04-30 Nathan Bossartdoc: Add missing reference to track_cost_delay_timing.
2025-04-30 Nathan Bossartvacuumdb: Don't skip empty relations in --missing-stats...
2025-04-30 Nathan BossartFurther adjust guidance for running vacuumdb after...
2025-04-30 Nathan Bossartdoc: Alphabetize long options for pg_dump[all].
2025-04-30 Tom LaneUpdate time zone data files to tzdata release 2025b.
2025-04-30 Daniel GustafssonTypo and doc fixups for memory context reporting
2025-04-30 Daniel GustafssonAdd missing string terminator
2025-04-30 David RowleyAdd 918e7287e to .git-blame-ignore-revs
2025-04-30 David RowleyFix broken indentation
2025-04-30 David RowleyFix a couple of comment typos
2025-04-29 Tom LaneGive up on running with NetBSD/OpenBSD's default semaph...
2025-04-29 Jacob Championoauth: Classify oauth_client_secret as a password
2025-04-29 Jacob Championoauth: Disallow OAuth connections via postgres_fdw...
2025-04-29 Jacob ChampionBump the minimum supported Python version to 3.6.8
2025-04-29 Peter EisentrautFix whitespace typo in string
2025-04-29 Nathan Bossartinitdb: Do not report default autovacuum_worker_slots.
next