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
*
Fix netmask handling in inet_minmax_multi_ops
Tomas Vondra
2023-03-20
*
Have the planner account for the Memoize cache key memory
David Rowley
2023-03-20
*
Fix memory leak in Memoize cache key evaluation
David Rowley
2023-03-20
*
Avoid copying undefined data in _readA_Const().
Tom Lane
2023-03-19
*
Add functions to do timestamptz arithmetic in a non-default timezone.
Tom Lane
2023-03-18
*
Refactor datetime functions' timezone lookup code to reduce duplication.
Tom Lane
2023-03-17
*
Fix typo
Peter Eisentraut
2023-03-17
*
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-17
*
Improve several permission-related error messages.
Peter Eisentraut
2023-03-17
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
*
Fix incorrect logic for determining safe WindowAgg run conditions
David Rowley
2023-03-17
*
Small tidyup for commit d41a178b, part II.
Thomas Munro
2023-03-17
*
Enable use of Memoize atop an Append that came from UNION ALL.
Tom Lane
2023-03-16
*
Work around spurious compiler warning in inet operators
Andres Freund
2023-03-16
*
Small tidyup for commit d41a178b.
Thomas Munro
2023-03-17
*
Tighten error checks in datetime input, and remove bogus "ISO" format.
Tom Lane
2023-03-16
*
Use "data directory" not "current directory" in error messages.
Tom Lane
2023-03-16
*
Integrate superuser check into has_rolreplication()
Peter Eisentraut
2023-03-16
*
Small code simplification
Peter Eisentraut
2023-03-16
*
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-03-16
*
Don't try to read default for a non-existent attribute
Andrew Dunstan
2023-03-15
*
Support [NO] INDENT option in XMLSERIALIZE().
Tom Lane
2023-03-15
*
Add a hook for modifying the ldapbind password
Andrew Dunstan
2023-03-15
*
Support PlaceHolderVars in MERGE actions.
Tom Lane
2023-03-15
*
Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.
Amit Kapila
2023-03-15
*
Fix fractional vacuum_cost_delay.
Thomas Munro
2023-03-15
*
Fix waitpid() emulation on Windows.
Thomas Munro
2023-03-15
*
Fix corner case bug in numeric to_char() some more.
Tom Lane
2023-03-14
*
Remove unnecessary code in dependency_is_compatible_expression().
Tom Lane
2023-03-14
*
Add support for the error functions erf() and erfc().
Dean Rasheed
2023-03-14
*
Fix JSON error reporting for many cases of erroneous string values.
Tom Lane
2023-03-13
*
Fix failure to detect some cases of improperly-nested aggregates.
Tom Lane
2023-03-13
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
*
Fix MERGE command tag for actions blocked by BEFORE ROW triggers.
Dean Rasheed
2023-03-13
*
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-13
*
Work around implementation restriction in adjust_appendrel_attrs.
Tom Lane
2023-03-12
*
Ensure COPY TO on an RLS-enabled table copies no more than it should.
Tom Lane
2023-03-10
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-10
*
Reject combining "epoch" and "infinity" with other datetime fields.
Tom Lane
2023-03-09
*
Disallow specifying ICU rules unless locale provider is ICU
Peter Eisentraut
2023-03-09
*
Fix race in SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-09
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
*
Clean up comments
Peter Eisentraut
2023-03-08
*
Fix corruption due to vacuum_defer_cleanup_age underflowing 64bit xids
Andres Freund
2023-03-07
*
Improve readability of code PROCESS_MAIN in vacuum_rel()
Michael Paquier
2023-03-08
*
Fix more bugs caused by adding columns to the end of a view.
Tom Lane
2023-03-07
*
Add support for unit "B" to pg_size_bytes()
Peter Eisentraut
2023-03-07
*
Make get_extension_schema() available
Michael Paquier
2023-03-07
*
Fix incorrect comment in pg_get_partkeydef()
David Rowley
2023-03-07
*
Fix some more cases of missed GENERATED-column updates.
Tom Lane
2023-03-06
[next]