summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-07-14Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro
2022-07-14Tighten up parsing logic in gen_node_support.pl.Tom Lane
2022-07-14Avoid shadowing a variable in sync.c.Thomas Munro
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-07-14Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro
2022-07-14Block signals while allocating DSM memory.Thomas Munro
2022-07-14Remove support for Visual Studio 2013Michael Paquier
2022-07-13Remove artificial restrictions on which node types have out/read funcs.Tom Lane
2022-07-13Allow specifying STORAGE attribute for a new tablePeter Eisentraut
2022-07-13Remove useless assertionsPeter Eisentraut
2022-07-13Fix XID list support some moreAlvaro Herrera
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-13Small cleanup of create_list_bounds()David Rowley
2022-07-13Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley
2022-07-13Tidy up code in get_cheapest_group_keys_order()David Rowley
2022-07-12Invent qsort_interruptible().Tom Lane
2022-07-12Add defenses against unexpected changes in the NodeTag enum list.Tom Lane
2022-07-12Invent nodetag_only attribute for Nodes.Tom Lane
2022-07-12Rename some functions to mention Relation instead of RelFileLocator.Robert Haas
2022-07-12Add copy/equal support for XID listsAlvaro Herrera
2022-07-12Support TRUNCATE triggers on foreign tables.Fujii Masao
2022-07-11Further tidy-up for old CPU architectures.Thomas Munro
2022-07-11Provide log_status_format(), useful for an emit_log_hook.Jeff Davis
2022-07-11Rationalize order of input files for gen_node_support.pl.Tom Lane
2022-07-11Fix mistake in comment.Robert Haas
2022-07-11Convert macros to static inline functions (bufpage.h)Peter Eisentraut
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
2022-07-11Improve two comments related to a boolean DefElem's valueMichael Paquier
2022-07-09Make assorted quality-of-life improvements in gen_node_support.pl.Tom Lane
2022-07-09Doc: rearrange high-level commentary about node support coverage.Tom Lane
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Fix vpath buildPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Add missing inequality searches to rbtreeAlexander Korotkov
2022-07-08Use C99 designator in the rbtree sentinel definitionAlexander Korotkov
2022-07-08Adjust node serialization tag of A_Expr for consistencyPeter Eisentraut
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-07-07Remove stray references to lefttree/righttree in the executor.Tom Lane
2022-07-07Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-07-06pgstat: slru: remove outdated commentAndres Freund
2022-07-06Fix wrong field order in _readMergeWhenClause().Tom Lane
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06pgstat: drop subscription stats without slot as well, fix commentAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas