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
*
Add WL_SOCKET_ACCEPT event to WaitEventSet API.
Thomas Munro
2022-12-23
*
Fix come incorrect elog() messages in aclchk.c
Michael Paquier
2022-12-23
*
Rename pg_dissect_walfile_name() to pg_split_walfile_name()
Michael Paquier
2022-12-23
*
Allow window functions to adjust their frameOptions
David Rowley
2022-12-23
*
Improve notation of cacheinfo table in syscache.c.
Thomas Munro
2022-12-23
*
Use scanned_pages to decide when to failsafe check.
Peter Geoghegan
2022-12-22
*
Refactor how VACUUM passes around its XID cutoffs.
Peter Geoghegan
2022-12-22
*
Avoid O(N^2) cost when pulling up lots of UNION ALL subqueries.
Tom Lane
2022-12-22
*
Add some recursion and looping defenses in prepjointree.c.
Tom Lane
2022-12-22
*
Remove dead code
Peter Eisentraut
2022-12-22
*
Fix operator typo in tablecmds.c
Michael Paquier
2022-12-22
*
Add palloc_aligned() to allow aligned memory allocations
David Rowley
2022-12-22
*
Introduce float4in_internal
Andrew Dunstan
2022-12-21
*
Fix newly introduced bug in slab.c
David Rowley
2022-12-22
*
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-21
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Allow batching of inserts during cross-partition updates.
Etsuro Fujita
2022-12-20
*
Add enable_presorted_aggregate GUC
David Rowley
2022-12-20
*
Improve the performance of the slab memory allocator
David Rowley
2022-12-20
*
Move variable increment to the end of the loop
John Naylor
2022-12-20
*
Add pg_dissect_walfile_name()
Michael Paquier
2022-12-20
*
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-20
*
Expose some information about backend subxact status.
Robert Haas
2022-12-19
*
Fix inability to reference CYCLE column from inside its CTE.
Tom Lane
2022-12-16
*
Clean up dubious error handling in wellformed_xml().
Tom Lane
2022-12-16
*
Convert xml_in to report errors softly.
Tom Lane
2022-12-16
*
Remove pessimistic cost penalization from Incremental Sort
David Rowley
2022-12-16
*
Speed up creation of command completion tags
David Rowley
2022-12-16
*
Convert range_in and multirange_in to report errors softly.
Tom Lane
2022-12-15
*
Static assertions cleanup
Peter Eisentraut
2022-12-15
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Convert the geometric input functions to report errors softly.
Tom Lane
2022-12-14
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Rearrange some static assertions for consistency
Peter Eisentraut
2022-12-14
*
Non-decimal integer literals
Peter Eisentraut
2022-12-14
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Refactor ExecGrant_*() functions
Peter Eisentraut
2022-12-13
*
Fix jsonb subscripting to cope with toasted subscript values.
Tom Lane
2022-12-12
*
Fix failure to advance content pointer in sendFileWithContent.
Robert Haas
2022-12-12
*
Order getopt arguments
Peter Eisentraut
2022-12-12
*
Get rid of recursion-marker values in enum AlterTableType
Alvaro Herrera
2022-12-12
*
Remove direct call to GetNewObjectId() for pg_auth_members.oid
Michael Paquier
2022-12-12
*
Convert domain_in to report errors softly.
Tom Lane
2022-12-11
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Change JsonSemAction to allow non-throw error reporting.
Tom Lane
2022-12-11
*
Standardize error reports in unimplemented I/O functions.
Tom Lane
2022-12-10
*
Use the macro, not handwritten code, to construct anymultirange_in().
Tom Lane
2022-12-10
[next]