postgresql.git
34 hours ago Tatsuo IshiiAllow to log raw parse tree. master github/master
41 hours ago Andres Freundbufmgr: Remove freelist, always use clock-sweep
41 hours ago Andres Freundbufmgr: Use consistent naming of the clock-sweep algorithm
44 hours ago Melanie PlagemanAdd assert and log message to visibilitymap_set
2 days ago Dean RasheedFix concurrent update issue with MERGE.
2 days ago Michael PaquierFix outdated comments in slru.c
2 days ago Michael PaquierSwitch some numeric-related functions to use soft error...
2 days ago Michael PaquierChange pg_lsn_in_internal() to use soft error reporting
2 days ago Nathan BossartRevert recent change to RequestNamedLWLockTranche().
2 days ago Peter EisentrautClean up newly added guc_tables.inc.c
2 days ago Nathan BossartAdjust commentary for WaitEventLWLock in wait_event_nam...
2 days ago Dean RasheedFix replica identity check for MERGE.
2 days ago Dean RasheedFix replica identity check for INSERT ON CONFLICT DO...
3 days ago Michael PaquierFix incorrect comment in pgstat_backend.c
3 days ago Tom LaneMake libpq_pipeline.c shorter and more uniform via...
3 days ago Nathan BossartMove dynamically-allocated LWLock tranche names to...
3 days ago Jacob Championci: Explicitly enable Meson features
3 days ago Jacob Championci: Remove extra PG_TEST_EXTRA from NetBSD/OpenBSD
4 days ago Peter EisentrautFix mistake in new GUC tables source
4 days ago Peter EisentrautGenerate GUC tables from .dat file
4 days ago Richard GuoFix planner error when estimating SubPlan cost
4 days ago Amit KapilaFix use-after-free issue in slot synchronization.
4 days ago Michael Paquierlibpq: Fix PQtrace() format for non-printable characters
4 days ago Michael PaquierUpdate outdated references to the SLRU ControlLock
4 days ago Fujii MasaoAdd HINT for COPY TO when WHERE clause is used.
4 days ago Nathan BossartChange ReplicationSlotPersistentData's "synced" member...
4 days ago Tom LaneImprove error message for duplicate labels when creatin...
5 days ago Michael PaquierGenerate pgstat_count_slru*() functions for slru using...
5 days ago Amit KapilaAdd max_retention_duration option to subscriptions.
6 days ago Michael Paquierpostgres_fdw: Use psql variables for connection parameters
7 days ago Richard GuoFix const-simplification for constraints and stats
7 days ago Bruce Momjianadd_commit_links.pl: error out if missing major versio...
8 days ago Nathan BossartPrepare DSM registry for upcoming changes to LWLock...
8 days ago Tom LaneProvide error context when an error is thrown within...
8 days ago Daniel Gustafssonpg_dump: Fix compression API errorhandling
8 days ago Nathan BossartMake LWLockCounter a global variable.
8 days ago Tom LaneFix .gitignore for src/interfaces/libpq-oauth.
8 days ago Nathan BossartRemove unused parameter from ProcessSlotSyncInterrupts().
8 days ago Tom LaneSilence -Wmissing-variable-declarations in headerscheck.
8 days ago David RowleyFix possible use after free in expand_partitioned_rtentry()
8 days ago Álvaro HerreraCREATE STATISTICS: improve misleading error message
8 days ago Daniel GustafssonFix typo in isolation test spec
9 days ago Peter Eisentrautheaderscheck: Document that --with-llvm is required
9 days ago Peter Eisentrautheaderscheck: Ignore Windows-specific header
9 days ago Peter Eisentrautheaderscheck: Use ICU_CFLAGS
9 days ago Peter EisentrautMark ItemPointer arguments as const in tuple/table...
9 days ago Peter EisentrautRemove unneeded casts of BufferGetPage() result
9 days ago Richard GuoFix semijoin unique-ification for child relations
9 days ago Masahiko SawadaUse LW_SHARED in walsummarizer.c for WALSummarizerLock...
9 days ago Tom LaneFix "variable not found in subplan target lists" in...
9 days ago Álvaro HerreraGlossary: improve definition of "relation"
9 days ago Álvaro HerreraAvoid including commands/dbcommands.h in so many places
10 days ago Peter EisentrautMessage style improvements
10 days ago Andres Freundaio: Stop using enum bitfields due to bad code generation
10 days ago Peter EisentrautPut back intra-grant-inplace.spec test coverage
10 days ago Peter EisentrautImprove objectNamesToOids() comment
10 days ago Peter EisentrautFix: Don't strip $libdir from nested module_pathnames
11 days ago Jeff DavisCheck for more Unicode functions during upgrade.
11 days ago Jacob Championoauth: Explicitly depend on -pthread
11 days ago Peter EisentrautMessage style improvements
11 days ago Nathan BossartDocument privileges required for vacuumdb --missing...
11 days ago Tom LanePut "excludeOnly" GIN scan keys at the end of the scank...
11 days ago Tom LaneDo CHECK_FOR_INTERRUPTS inside, not before, scanGetItem.
11 days ago Alexander KorotkovImprove RowMark handling during Self-Join Elimination
11 days ago Alexander KorotkovRefactor variable names in remove_self_joins_one_group()
11 days ago Alexander KorotkovFurther clarify documentation for the initcap function
11 days ago Peter EisentrautRaise C requirement to C11
12 days ago Peter EisentrautMessage wording improvements
12 days ago Nathan BossartUse PqMsg_* macros in applyparallelworker.c.
12 days ago Jacob Championoauth: Add unit tests for multiplexer handling
12 days ago Jacob Championoauth: Always link with -lm for floor()
12 days ago Nathan BossartUse PqMsg_* macros in fe-protocol3.c.
13 days ago Peter EisentrautFormatting cleanup of guc_tables.c
2025-08-23 Noah MischRewrite previous commit's test for TestUpgradeXversion...
2025-08-23 Noah MischSort DO_DEFAULT_ACL dump objects independent of OIDs.
2025-08-22 Alexander KorotkovRevert "Get rid of WALBufMappingLock"
2025-08-22 Nathan Bossartvacuumdb: Fix --missing-stats-only with virtual generat...
2025-08-22 Heikki LinnakangasRevert unnecessary check for NULL
2025-08-22 Heikki Linnakangaslibpq: Be strict about cancel key lengths
2025-08-22 Heikki Linnakangaslibpq: Handle OOM by disconnecting instead of hanging...
2025-08-22 Heikki LinnakangasUse ereport() rather than elog()
2025-08-22 Heikki LinnakangasRevert GetTransactionSnapshot() to return historic...
2025-08-22 Peter EisentrautReduce lock level for ALTER DOMAIN ... VALIDATE CONSTRAINT
2025-08-22 Amit KapilaDoc: Fix typo in logicaldecoding.sgml.
2025-08-22 Michael PaquierChange dynahash.c and hsearch.h to use int64 instead...
2025-08-22 Michael PaquierIgnore temporary relations in RelidByRelfilenumber()
2025-08-21 Peter EisentrautUse consistent type for pgaio_io_get_id() result
2025-08-21 Fujii MasaoDisallow server start with sync_replication_slots ...
2025-08-21 Peter EisentrautPL/Python: Add event trigger support
2025-08-21 Peter EisentrautPL/Python: Refactor for event trigger support
2025-08-21 Michael PaquierApply some fat commas to commands of TAP tests
2025-08-21 Michael Paquierdoc: Improve description of wal_compression
2025-08-20 Tom LaneFix re-execution of a failed SQLFunctionCache entry.
2025-08-20 Peter EisentrautMinor error message enhancement
2025-08-20 Michael PaquierFix assertion failure with replication slot release...
2025-08-20 Fujii Masaovacuumdb: Make vacuumdb --analyze-only process partitio...
2025-08-19 Nathan BossartFix comment for MAX_SIMUL_LWLOCKS.
2025-08-19 Masahiko SawadaAdd CHECK_FOR_INTERRUPTS in contrib/pg_buffercache...
2025-08-19 Nathan BossartFix misspelling of "tranche" in dsa.h.
2025-08-19 Fujii Masaodoc: Improve pgoutput documentation.
next