summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-05-19Fix incorrect year in some copyright noticesMichael Paquier
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane