index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Refactor dtrace postprocessing make rules
Andres Freund
2022-07-18
*
Add output directory option to gen_node_support.pl
Andres Freund
2022-07-18
*
Add output file argument to generate-errcodes.pl
Andres Freund
2022-07-18
*
Add output path arg in generate-lwlocknames.pl
Andres Freund
2022-07-18
*
Move snowball_create.sql creation into perl file
Andres Freund
2022-07-18
*
Add another SQL/JSON error code
Peter Eisentraut
2022-07-18
*
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-07-17
*
Fix omissions in support for the "regcollation" type.
Tom Lane
2022-07-17
*
Remove postmaster.c's reset_shared() wrapper function.
Tom Lane
2022-07-16
*
Attempt to fix compiler warning on old compiler
Peter Eisentraut
2022-07-16
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-16
*
Make dsm_impl_posix_resize more future-proof.
Thomas Munro
2022-07-16
*
Log details for client certificate failures
Peter Eisentraut
2022-07-15
*
Don't clobber postmaster sigmask in dsm_impl_resize.
Thomas Munro
2022-07-15
*
Tighten up parsing logic in gen_node_support.pl.
Tom Lane
2022-07-14
*
Avoid shadowing a variable in sync.c.
Thomas Munro
2022-07-15
*
Create a distinct wait event for POSIX DSM allocation.
Thomas Munro
2022-07-14
*
Remove redundant ftruncate() for POSIX DSM memory.
Thomas Munro
2022-07-14
*
Block signals while allocating DSM memory.
Thomas Munro
2022-07-14
*
Remove support for Visual Studio 2013
Michael Paquier
2022-07-14
*
Remove artificial restrictions on which node types have out/read funcs.
Tom Lane
2022-07-13
*
Allow specifying STORAGE attribute for a new table
Peter Eisentraut
2022-07-13
*
Remove useless assertions
Peter Eisentraut
2022-07-13
*
Fix XID list support some more
Alvaro Herrera
2022-07-13
*
NLS: Put list of available languages into LINGUAS files
Peter Eisentraut
2022-07-13
*
Small cleanup of create_list_bounds()
David Rowley
2022-07-13
*
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-13
*
Tidy up code in get_cheapest_group_keys_order()
David Rowley
2022-07-13
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Add defenses against unexpected changes in the NodeTag enum list.
Tom Lane
2022-07-12
*
Invent nodetag_only attribute for Nodes.
Tom Lane
2022-07-12
*
Rename some functions to mention Relation instead of RelFileLocator.
Robert Haas
2022-07-12
*
Add copy/equal support for XID lists
Alvaro Herrera
2022-07-12
*
Support TRUNCATE triggers on foreign tables.
Fujii Masao
2022-07-12
*
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-12
*
Provide log_status_format(), useful for an emit_log_hook.
Jeff Davis
2022-07-11
*
Rationalize order of input files for gen_node_support.pl.
Tom Lane
2022-07-11
*
Fix mistake in comment.
Robert Haas
2022-07-11
*
Convert macros to static inline functions (bufpage.h)
Peter Eisentraut
2022-07-11
*
Fix lock assertions in dshash.c.
Thomas Munro
2022-07-11
*
Improve error message with JSON_SERIALIZE()
Michael Paquier
2022-07-11
*
Improve two comments related to a boolean DefElem's value
Michael Paquier
2022-07-11
*
Make assorted quality-of-life improvements in gen_node_support.pl.
Tom Lane
2022-07-09
*
Doc: rearrange high-level commentary about node support coverage.
Tom Lane
2022-07-09
*
Remove code sections obsoleted by node support automation
Peter Eisentraut
2022-07-09
*
Fix vpath build
Peter Eisentraut
2022-07-09
*
Automatically generate node support functions
Peter Eisentraut
2022-07-09
*
Add missing inequality searches to rbtree
Alexander Korotkov
2022-07-08
*
Use C99 designator in the rbtree sentinel definition
Alexander Korotkov
2022-07-08
[next]