summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2024-09-09Add callbacks to control flush of fixed-numbered statsMichael Paquier
2024-09-06Remove lc_ctype_is_c().Jeff Davis
2024-09-06Update comment about ExprState.escontextAmit Langote
2024-09-05Add callback for backend initialization in pgstatsMichael Paquier
2024-09-05Optimize WindowAgg's use of tuplestoresDavid Rowley
2024-09-04Remove lc_collate_is_c().Jeff Davis
2024-09-04Apply more quoting to GUC names in messagesMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-03Add block_range_read_stream_cb(), to deduplicate code.Noah Misch
2024-09-03Add const qualifiers to XLogRegister*() functionsPeter Eisentraut
2024-09-03Fix typos and grammar in code comments and docsMichael Paquier
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-09-02More use of getpwuid_r() directlyPeter Eisentraut
2024-08-30Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier
2024-08-30Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Rename some shared memory initialization routinesHeikki Linnakangas
2024-08-29Refactor lock manager initialization to make it a bit less specialHeikki Linnakangas
2024-08-29Rename the conflict types for the origin differ cases.Amit Kapila
2024-08-28Add prefetching support on macOSPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-23thread-safety: gmtime_r(), localtime_r()Peter Eisentraut
2024-08-22Avoid repeated table name lookups in createPartitionTable()Alexander Korotkov
2024-08-22Create syscache entries for pg_extensionMichael Paquier
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-21Don't advance origin during apply failure.Amit Kapila
2024-08-20Remove _PG_fini()Michael Paquier
2024-08-20Log the conflicts while applying changes in logical replication.Amit Kapila
2024-08-20Speed up Hash Join by making ExprStates support hashingDavid Rowley
2024-08-15Remove dependence on -fwrapv semantics in a few places.Nathan Bossart
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-08-14Apply PGDLLIMPORT markings to some GUC variablesPeter Eisentraut
2024-08-14Remove TRACE_SORT macroPeter Eisentraut
2024-08-14Use pgBufferUsage for buffer usage tracking in analyze.Masahiko Sawada
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