summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-08-13All POSIX systems have langinfo.h and CODESET.Thomas Munro
2024-08-12Give nbtree move right function internal linkage.Peter Geoghegan
2024-08-12Add user-callable CRC functions.Nathan Bossart
2024-08-12Fix outdated commentsDavid Rowley
2024-08-12Fix a series of typos and outdated referencesDavid Rowley
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-09Refactor code to handle death of a backend or bgworker in postmasterHeikki Linnakangas
2024-08-09Make BackgroundWorkerList doubly-linkedHeikki Linnakangas
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-08-07Improve file header comments for astramer code.Robert Haas
2024-08-07Introduce hash_search_with_hash_value() functionAlexander Korotkov
2024-08-06Constify fields and parameters in spell.cHeikki Linnakangas
2024-08-06Make nullSemAction const, add 'const' decorators to related functionsHeikki Linnakangas
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-08-06Fix datatypes in comments in instr_time.hHeikki Linnakangas
2024-08-06Revert "Fix comments in instr_time.h and remove an unneeded cast to int64"Heikki Linnakangas
2024-08-06Fix comments in instr_time.h and remove an unneeded cast to int64Heikki Linnakangas
2024-08-05Move astreamer (except astreamer_inject) to fe_utils.Robert Haas
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2024-08-05Fix typo in bufpage.h.Amit Kapila
2024-08-05Add helper routines to retrieve data for custom fixed-numbered pgstatsMichael Paquier
2024-08-04Introduce pluggable APIs for Cumulative StatisticsMichael Paquier
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-01Fix outdated comment; all running bgworkers are in BackendListHeikki Linnakangas
2024-08-01Switch PgStat_Kind from an enum to a uint32 typeMichael Paquier
2024-08-01Add redo LSN to pgstats filesMichael Paquier
2024-08-01Update comment in portal.h.Etsuro Fujita
2024-08-01Convert node test compile-time settings into run-time parametersPeter Eisentraut
2024-08-01Evaluate arguments of correlated SubPlans in the referencing ExprStateAndres Freund
2024-07-31Add is_create parameter to RefreshMatviewByOid().Jeff Davis
2024-07-31Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-30Remove leftover function declarationHeikki Linnakangas
2024-07-30Require memory barrier support.Thomas Munro
2024-07-30Require compiler barrier support.Thomas Munro
2024-07-30Remove --disable-atomics, require 32 bit atomics.Thomas Munro
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-30Make collation not depend on setlocale().Jeff Davis
2024-07-30Fix partitionwise join with partially-redundant join clausesRichard Guo
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-29Move cancel key generation to after forking the backendHeikki Linnakangas
2024-07-29Reduce memory used by partitionwise joinsRichard Guo
2024-07-28Refactor: make default_locale internal to pg_locale.c.Jeff Davis
2024-07-27Optimize escaping of JSON stringsDavid Rowley
2024-07-26Wait for WAL summarization to catch up before creating .partial file.Robert Haas
2024-07-26Fix macro placement in pg_config.h.inDaniel Gustafsson
2024-07-26Add test for early backend startup errorsHeikki Linnakangas
2024-07-26Fix using injection points at backend startup in EXEC_BACKEND modeHeikki Linnakangas
2024-07-26Disable all TLS session ticketsDaniel Gustafsson