summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2025-07-12Remove long-unused TransactionIdIsActive()Andres Freund
2025-07-11Add option list to CHECKPOINT command.Nathan Bossart
2025-07-11Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.Nathan Bossart
2025-07-11Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.Nathan Bossart
2025-07-11Fix the handling of two GUCs during upgrade.Amit Kapila
2025-07-10Change unit of idle_replication_slot_timeout to seconds.Fujii Masao
2025-07-09Add pg_assume(expr) macroAndres Freund
2025-07-09Change wchar2char() and char2wchar() to accept a locale_t.Jeff Davis
2025-07-09Introduce pg_dsm_registry_allocations view.Nathan Bossart
2025-07-09Hide ICU C++ APIs from pg_locale.hJohn Naylor
2025-07-08aio: Combine io_uring memory mappings, if supportedAndres Freund
2025-07-08Consider explicit incremental sort for Append and MergeAppendRichard Guo
2025-07-07Refactor some repetitive SLRU codeÁlvaro Herrera
2025-07-07Standardize LSN formatting by zero paddingÁlvaro Herrera
2025-07-07Integrate FullTransactionIds deeper into two-phase codeMichael Paquier
2025-07-04Speed up truncation of temporary relations.Fujii Masao
2025-07-03Break out xxx2yyy_opt_overflow APIs for more datetime conversions.Tom Lane
2025-07-03Remove leftover dead code from commit_ts.h.Fujii Masao
2025-07-03Refactor subtype field of AlterDomainStmtMichael Paquier
2025-07-03Support multi-line headers in COPY FROM command.Fujii Masao
2025-07-02Add InjectionPointList() to retrieve list of injection pointsMichael Paquier
2025-07-02Add GetNamedDSA() and GetNamedDSHash().Nathan Bossart
2025-07-02meson: Increase minimum version to 0.57.2Peter Eisentraut
2025-07-02Reformat some node commentsPeter Eisentraut
2025-07-02Remove implicit cast from 'void *'John Naylor
2025-07-01Show sizes of FETCH queries as constants in pg_stat_statementsMichael Paquier
2025-07-01Update comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut
2025-07-01Update comment for IndexInfo.ii_WithoutOverlapsPeter Eisentraut
2025-07-01Fix outdated comment for IndexInfoPeter Eisentraut
2025-07-01Make sure IOV_MAX is defined.Tom Lane
2025-07-01Remove provider field from pg_locale_t.Jeff Davis
2025-07-01Control ctype behavior internally with a method table.Jeff Davis
2025-07-01Fix indentation in pg_numa codeTomas Vondra
2025-07-01Silence valgrind about pg_numa_touch_mem_if_requiredTomas Vondra
2025-07-01Fix typo in pg_publication.h.Amit Kapila
2025-07-01Enable MSVC conforming preprocessorPeter Eisentraut
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30aio: Fix reference to outdated nameAndres Freund
2025-06-30Rationalize handling of VacuumParamsMichael Paquier
2025-06-30Do pre-release housekeeping on catalog data.Joe Conway
2025-06-30Run pgperltidyJoe Conway
2025-06-29Fix some new issues with planning of PlaceHolderVars.Tom Lane
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-24Make query jumbling also squash PARAM_EXTERN paramsÁlvaro Herrera
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-14Keep WAL segments by slot's last saved restart LSNAlexander Korotkov
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier