index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2022-07-14
Don't clobber postmaster sigmask in dsm_impl_resize.
Thomas Munro
2022-07-14
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-14
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-13
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-12
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-11
Further tidy-up for old CPU architectures.
Thomas Munro
2022-07-11
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-09
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-08
Add missing inequality searches to rbtree
Alexander Korotkov
2022-07-08
Use C99 designator in the rbtree sentinel definition
Alexander Korotkov
2022-07-08
Adjust node serialization tag of A_Expr for consistency
Peter Eisentraut
2022-07-08
Remove T_Join and T_Plan
Peter Eisentraut
2022-07-08
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-07
Only allow returning string types or bytea from json_serialize
Andrew Dunstan
2022-07-07
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-07
Add checkpoint and REDO LSN to log_checkpoints message.
Fujii Masao
2022-07-07
Fix alias matching in transformLockingClause().
Dean Rasheed
2022-07-07
Make Windows 10 the minimal runtime requirement for WIN32
Michael Paquier
2022-07-06
pgstat: slru: remove outdated comment
Andres Freund
2022-07-06
Fix wrong field order in _readMergeWhenClause().
Tom Lane
2022-07-06
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-06
pgstat: drop subscription stats without slot as well, fix comment
Andres Freund
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
[next]