Fix assertion failure with replication slot release in single-user mode
[postgresql.git] / src / include /
20 hours ago Nathan BossartFix misspelling of "tranche" in dsa.h.
29 hours ago Peter EisentrautAdd src/include/catalog/README
31 hours ago Michael PaquierRefactor ReadMultiXactCounts() into GetMultiXactInfo()
35 hours ago Richard GuoSimplify relation_has_unique_index_for()
35 hours ago Richard GuoPathify RHS unique-ification for semijoin planning
37 hours ago David RowleyUse elog(DEBUG4) for dynahash.c statistics output
2 days ago Michael PaquierMove SQL-callable code related to multixacts into its...
3 days ago Etsuro FujitaUpdate obsolete comments in ResultRelInfo struct.
5 days ago Álvaro HerreraAvoid including tableam.h and xlogreader.h in nbtree.h
6 days ago Fujii MasaoFix incorrect LSN format in comment.
6 days ago Tom LaneGrab the low-hanging fruit from forcing USE_FLOAT8_BYVA...
6 days ago Tom LaneGrab the low-hanging fruit from forcing sizeof(Datum...
6 days ago Tom LaneMake type Datum be 8 bytes wide everywhere.
8 days ago Andres Freundmeson: add and use stamp files for generated headers
9 days ago Dean RasheedFix security checks in selectivity estimation functions.
11 days ago Tom LaneMop-up for Datum conversion cleanups.
12 days ago Etsuro FujitaDisallow collecting transition tuples from child foreig...
12 days ago Dean RasheedExtend int128.h to support more numeric code.
13 days ago John NaylorUpdate ICU C++ API symbols
13 days ago Dean RasheedSimplify non-native 64x64-bit multiplication in int128.h.
13 days ago Dean RasheedOptimise non-native 128-bit addition in int128.h.
13 days ago Nathan BossartExpand usage of macros for protocol characters.
13 days ago Nathan BossartRename transformRelOptions()'s "namspace" parameter...
2025-08-06 Dean RasheedRefactor int128.h, bringing the native and non-native...
2025-08-06 Peter EisentrautRemove INT64_HEX_FORMAT and UINT64_HEX_FORMAT
2025-08-06 Dean RasheedConvert src/tools/testint128.c into a test module.
2025-08-05 Masahiko SawadaAdd backup_type column to pg_stat_progress_basebackup.
2025-08-05 Peter EisentrautConvert varatt.h access macros to static inline functions.
2025-08-04 Amit KapilaDetect and report update_deleted conflicts.
2025-08-03 Tom LaneSilence Valgrind leakage complaints in more-or-less...
2025-08-03 Tom LaneImprove our support for Valgrind's leak tracking.
2025-08-01 Amit KapilaFix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLI...
2025-07-31 Michael PaquierRename CachedPlanType to PlannedStmtOrigin for PlannedStmt
2025-07-29 David RowleyDisplay Memoize planner estimates in EXPLAIN
2025-07-27 Michael PaquierFix performance regression with flush of pending fixed...
2025-07-25 Tom LaneRun pgindent on the changes of the previous patch.
2025-07-25 Tom LaneReap the benefits of not having to avoid leaking PGresults.
2025-07-25 Tom LaneCreate infrastructure to reliably prevent leakage of...
2025-07-25 Michael PaquierLower bounds related to pgstats kinds
2025-07-24 Michael PaquierIntroduce field tracking cached plan type in PlannedStmt
2025-07-23 Tom LaneFix build breakage on Solaris-alikes with late-model...
2025-07-23 Nathan BossartCross-check lists of built-in LWLock tranches.
2025-07-23 Álvaro HerreraMove enum RecoveryTargetAction to xlogrecovery.h
2025-07-23 Amit KapilaPreserve conflict-relevant data during logical replication.
2025-07-22 Fujii MasaoRemove translation marker from libpq-be-fe-helpers.h.
2025-07-22 Andres Freundaio: Fix assertion, clarify README
2025-07-22 Michael Paquierdoc: Inform about aminsertcleanup optional NULLness
2025-07-22 Fujii MasaoLog remote NOTICE, WARNING, and similar messages using...
2025-07-22 Richard GuoReduce "Var IS [NOT] NULL" quals during constant folding
2025-07-22 Richard GuoCentralize collection of catalog info needed early...
2025-07-22 Richard GuoExpand virtual generated columns before sublink pull-up
2025-07-21 Alexander KorotkovUpdate comment for ReplicationSlot.last_saved_restart_lsn
2025-07-18 Dean RasheedFix concurrent update trigger issues with MERGE in...
2025-07-12 Andres FreundRemove long-unused TransactionIdIsActive()
2025-07-11 Nathan BossartAdd option list to CHECKPOINT command.
2025-07-11 Nathan BossartRename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
2025-07-11 Nathan BossartRename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
2025-07-11 Amit KapilaFix the handling of two GUCs during upgrade.
2025-07-10 Fujii MasaoChange unit of idle_replication_slot_timeout to seconds.
2025-07-09 Andres FreundAdd pg_assume(expr) macro
2025-07-09 Jeff DavisChange wchar2char() and char2wchar() to accept a locale_t.
2025-07-09 Nathan BossartIntroduce pg_dsm_registry_allocations view.
2025-07-09 John NaylorHide ICU C++ APIs from pg_locale.h
2025-07-08 Andres Freundaio: Combine io_uring memory mappings, if supported
2025-07-08 Richard GuoConsider explicit incremental sort for Append and Merge...
2025-07-07 Álvaro HerreraRefactor some repetitive SLRU code
2025-07-07 Álvaro HerreraStandardize LSN formatting by zero padding
2025-07-07 Michael PaquierIntegrate FullTransactionIds deeper into two-phase...
2025-07-04 Fujii MasaoSpeed up truncation of temporary relations.
2025-07-03 Tom LaneBreak out xxx2yyy_opt_overflow APIs for more datetime...
2025-07-03 Fujii MasaoRemove leftover dead code from commit_ts.h.
2025-07-03 Michael PaquierRefactor subtype field of AlterDomainStmt
2025-07-03 Fujii MasaoSupport multi-line headers in COPY FROM command.
2025-07-02 Michael PaquierAdd InjectionPointList() to retrieve list of injection...
2025-07-02 Nathan BossartAdd GetNamedDSA() and GetNamedDSHash().
2025-07-02 Peter Eisentrautmeson: Increase minimum version to 0.57.2
2025-07-02 Peter EisentrautReformat some node comments
2025-07-02 John NaylorRemove implicit cast from 'void *'
2025-07-01 Michael PaquierShow sizes of FETCH queries as constants in pg_stat_sta...
2025-07-01 Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
2025-07-01 Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
2025-07-01 Peter EisentrautFix outdated comment for IndexInfo
2025-07-01 Tom LaneMake sure IOV_MAX is defined.
2025-07-01 Jeff DavisRemove provider field from pg_locale_t.
2025-07-01 Jeff DavisControl ctype behavior internally with a method table.
2025-07-01 Tomas VondraFix indentation in pg_numa code
2025-07-01 Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
2025-07-01 Amit KapilaFix typo in pg_publication.h.
2025-07-01 Peter EisentrautEnable MSVC conforming preprocessor
2025-06-30 Nathan BossartAdd new OID alias type regdatabase.
2025-06-30 Andres Freundaio: Fix reference to outdated name
2025-06-30 Michael PaquierRationalize handling of VacuumParams
2025-06-30 Joe ConwayDo pre-release housekeeping on catalog data.
2025-06-30 Joe ConwayRun pgperltidy
2025-06-29 Tom LaneFix some new issues with planning of PlaceHolderVars.
2025-06-25 Peter EisentrautRestrict virtual columns to use built-in functions...
2025-06-24 Álvaro HerreraMake query jumbling also squash PARAM_EXTERN params
2025-06-20 Tom LaneRemove planner's have_dangerous_phv() join-order restri...
2025-06-17 Masahiko SawadaFix re-distributing previously distributed invalidation...
2025-06-15 Tom LaneSync typedefs.list with the buildfarm.
next