aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Refactor dtrace postprocessing make rulesAndres Freund2022-07-18
* Add output directory option to gen_node_support.plAndres Freund2022-07-18
* Add output file argument to generate-errcodes.plAndres Freund2022-07-18
* Add output path arg in generate-lwlocknames.plAndres Freund2022-07-18
* Move snowball_create.sql creation into perl fileAndres Freund2022-07-18
* Add another SQL/JSON error codePeter Eisentraut2022-07-18
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Fix omissions in support for the "regcollation" type.Tom Lane2022-07-17
* Remove postmaster.c's reset_shared() wrapper function.Tom Lane2022-07-16
* Attempt to fix compiler warning on old compilerPeter Eisentraut2022-07-16
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Make dsm_impl_posix_resize more future-proof.Thomas Munro2022-07-16
* Log details for client certificate failuresPeter Eisentraut2022-07-15
* Don't clobber postmaster sigmask in dsm_impl_resize.Thomas Munro2022-07-15
* Tighten up parsing logic in gen_node_support.pl.Tom Lane2022-07-14
* Avoid shadowing a variable in sync.c.Thomas Munro2022-07-15
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-14
* Remove redundant ftruncate() for POSIX DSM memory.Thomas Munro2022-07-14
* Block signals while allocating DSM memory.Thomas Munro2022-07-14
* Remove support for Visual Studio 2013Michael Paquier2022-07-14
* Remove artificial restrictions on which node types have out/read funcs.Tom Lane2022-07-13
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Remove useless assertionsPeter Eisentraut2022-07-13
* Fix XID list support some moreAlvaro Herrera2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13
* Small cleanup of create_list_bounds()David Rowley2022-07-13
* Use list_copy_head() instead of list_truncate(list_copy(...), ...)David Rowley2022-07-13
* Tidy up code in get_cheapest_group_keys_order()David Rowley2022-07-13
* Invent qsort_interruptible().Tom Lane2022-07-12
* Add defenses against unexpected changes in the NodeTag enum list.Tom Lane2022-07-12
* Invent nodetag_only attribute for Nodes.Tom Lane2022-07-12
* Rename some functions to mention Relation instead of RelFileLocator.Robert Haas2022-07-12
* Add copy/equal support for XID listsAlvaro Herrera2022-07-12
* Support TRUNCATE triggers on foreign tables.Fujii Masao2022-07-12
* Further tidy-up for old CPU architectures.Thomas Munro2022-07-12
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-11
* Rationalize order of input files for gen_node_support.pl.Tom Lane2022-07-11
* Fix mistake in comment.Robert Haas2022-07-11
* Convert macros to static inline functions (bufpage.h)Peter Eisentraut2022-07-11
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Improve error message with JSON_SERIALIZE()Michael Paquier2022-07-11
* Improve two comments related to a boolean DefElem's valueMichael Paquier2022-07-11
* Make assorted quality-of-life improvements in gen_node_support.pl.Tom Lane2022-07-09
* Doc: rearrange high-level commentary about node support coverage.Tom Lane2022-07-09
* Remove code sections obsoleted by node support automationPeter Eisentraut2022-07-09
* Fix vpath buildPeter Eisentraut2022-07-09
* Automatically generate node support functionsPeter Eisentraut2022-07-09
* Add missing inequality searches to rbtreeAlexander Korotkov2022-07-08
* Use C99 designator in the rbtree sentinel definitionAlexander Korotkov2022-07-08