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-12-27
Simplify the implementations of the to_reg* functions.
Tom Lane
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
Convert tsqueryin and tsvectorin to report errors softly.
Tom Lane
2022-12-27
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-27
Remove overzealous MultiXact freeze assertion.
Peter Geoghegan
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-25
Convert enum_in() to report errors softly.
Tom Lane
2022-12-24
Convert jsonpath's input function to report errors softly
Andrew Dunstan
2022-12-24
Make the numeric-OID cases of regprocin and friends be non-throwing.
Tom Lane
2022-12-23
Fix bug in translate_col_privs_multilevel
David Rowley
2022-12-23
Allow parent's WaitEventSets to be freed after fork().
Thomas Munro
2022-12-23
Don't leak a signalfd when using latches in the postmaster.
Thomas Munro
2022-12-23
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-22
Allow window functions to adjust their frameOptions
David Rowley
2022-12-22
Improve notation of cacheinfo table in syscache.c.
Thomas Munro
2022-12-22
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-21
Introduce float4in_internal
Andrew Dunstan
2022-12-21
Fix newly introduced bug in slab.c
David Rowley
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-12-20
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-19
Remove hardcoded dependency to cryptohash type in the internals of SCRAM
Michael Paquier
2022-12-19
Expose some information about backend subxact status.
Robert Haas
2022-12-16
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-15
Speed up creation of command completion tags
David Rowley
2022-12-15
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
[next]