summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Fix bad indentation introduced in commit f011e82c2cHeikki Linnakangas
2024-08-12Consolidate postmaster code to launch background processesHeikki Linnakangas
2024-08-12Remove dead codePeter Eisentraut
2024-08-12Remove fe_memutils from libpgcommon_shlibPeter Eisentraut
2024-08-12Remove support for old realpath() APIPeter Eisentraut
2024-08-12Remove "parent" column from pg_backend_memory_contextsDavid Rowley
2024-08-11Avoid unneeded nbtree backwards scan buffer locks.Peter Geoghegan
2024-08-11Initialize HASHCTL differently, to suppress Coverity warningHeikki Linnakangas
2024-08-11Suppress Coverity warnings about Asserts in get_name_for_var_field.Tom Lane
2024-08-10Allow adjusting session_authorization and role in parallel workers.Tom Lane
2024-08-10Add tests for pg_wal_replay_wait() errorsAlexander Korotkov
2024-08-10Improve header comment for WaitLSNSetLatches()Alexander Korotkov
2024-08-10Adjust pg_wal_replay_wait() procedure behavior on promoted standbyAlexander Korotkov
2024-08-10Lower minimum maintenance_work_mem to 64kBJohn Naylor
2024-08-10Fix inappropriate uses of atol()Peter Eisentraut
2024-08-09libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctlyAlvaro Herrera
2024-08-09Fix comment on processes being kept over a restartHeikki Linnakangas
2024-08-09Refactor code to handle death of a backend or bgworker in postmasterHeikki Linnakangas
2024-08-09Make BackgroundWorkerList doubly-linkedHeikki Linnakangas
2024-08-09doc: Standardize use of dashes in references to CRC and SHA.Nathan Bossart
2024-08-09doc: Fix name of CRC algorithm in "Reliability" section.Nathan Bossart
2024-08-09Fix "failed to find plan for subquery/CTE" errors in EXPLAIN.Tom Lane
2024-08-09Remove obsolete RECHECK keyword completelyPeter Eisentraut
2024-08-09Change the misleading local end_lsn for prepared transactions.Amit Kapila
2024-08-09libpq: Add suppress argument to pqTraceOutputNcharAlvaro Herrera
2024-08-08Refuse ATTACH of a table referenced by a foreign keyAlvaro Herrera
2024-08-08Refactor error messages to reduce duplicationAlvaro Herrera
2024-08-08Add a caveat to hash_seq_init_with_hash_value() header commentAlexander Korotkov
2024-08-08Fix pg_rewind debug output to print the source timeline historyHeikki Linnakangas
2024-08-07Fix names of "Visual Studio" and Meson in a documentation sentence.Noah Misch
2024-08-07Fix edge case in plpgsql's make_callstmt_target().Tom Lane
2024-08-07Refactor/reword some error messages to avoid duplicatesAlvaro Herrera
2024-08-07Improve file header comments for astramer code.Robert Haas
2024-08-07Make fallback MD5 implementation thread-safe on big-endian systemsHeikki Linnakangas
2024-08-07Revert ECPG's use of pnstrdup()Peter Eisentraut
2024-08-07Optimize InvalidateAttoptCacheCallback() and TypeCacheTypCallback()Alexander Korotkov
2024-08-07Introduce hash_search_with_hash_value() functionAlexander Korotkov
2024-08-06Use psprintf to simplify gtsvectorout()Heikki Linnakangas
2024-08-06Constify fields and parameters in spell.cHeikki Linnakangas
2024-08-06Mark misc static global variables as constHeikki 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-06selfuncs.c: use pg_strxfrm() instead of strxfrm().Jeff Davis
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-06Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-08-06Clean up handling of client_encoding GUC in parallel workers.Tom Lane