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
...
*
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
*
Fill EState.es_rteperminfos more systematically.
Tom Lane
2023-03-06
*
Reword overly-optimistic comment about backup checksum verification.
Robert Haas
2023-03-06
*
Remove an old comment that doesn't seem especially useful.
Robert Haas
2023-03-06
*
In basebackup.c, perform end-of-file test after checksum validation.
Robert Haas
2023-03-06
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
*
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
Amit Kapila
2023-03-06
*
Revise pg_pwrite_zeros()
Michael Paquier
2023-03-06
*
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Thomas Munro
2023-03-06
*
SQL JSON path enhanced numeric literals
Peter Eisentraut
2023-03-05
*
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
2023-03-04
*
meson: Prevent installation of test files during main install
Peter Eisentraut
2023-03-03
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-03
*
Don't leak descriptors into subprograms.
Thomas Munro
2023-03-03
*
Remove local optimizations of empty Bitmapsets into null pointers.
Tom Lane
2023-03-02
*
Require empty Bitmapsets to be represented as NULL.
Tom Lane
2023-03-02
*
Mop up some undue familiarity with the innards of Bitmapsets.
Tom Lane
2023-03-02
*
Remove bms_first_member().
Tom Lane
2023-03-02
*
Mark options as deprecated in usage output
Daniel Gustafsson
2023-03-02
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
*
Make some xlogreader messages more accurate
Peter Eisentraut
2023-03-02
*
Avoid fetching one past the end of translate()'s "to" parameter.
Tom Lane
2023-03-01
*
Suppress more compiler warnings in new pgstats code.
Tom Lane
2023-02-28
*
Rework pg_input_error_message(), now renamed pg_input_error_info()
Michael Paquier
2023-02-28
*
Suppress compiler warnings in new pgstats code.
Tom Lane
2023-02-27
*
Update types in smgr API
Peter Eisentraut
2023-02-27
*
Silence more compiler warnings introduced by d87d548cd0.
Tom Lane
2023-02-26
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix mishandling of OLD/NEW references in subqueries in rule actions.
Dean Rasheed
2023-02-25
*
Silence compiler warnings introduced by d87d548cd0.
Jeff Davis
2023-02-24
*
Disallow NULLS NOT DISTINCT indexes for primary keys
Daniel Gustafsson
2023-02-24
*
Fix incorrect format placeholders
Peter Eisentraut
2023-02-24
*
Don't repeatedly register cache callbacks in pgoutput plugin.
Tom Lane
2023-02-23
*
Remove unnecessary #ifdef USE_ICU and branch.
Jeff Davis
2023-02-23
*
Refactor to introduce pg_locale_deterministic().
Jeff Davis
2023-02-23
*
Refactor to add pg_strcoll(), pg_strxfrm(), and variants.
Jeff Davis
2023-02-23
*
Fix mis-handling of outer join quals generated by EquivalenceClasses.
Tom Lane
2023-02-23
*
Fix multi-row DEFAULT handling for INSERT ... SELECT rules.
Dean Rasheed
2023-02-23
*
Fix some issues with wrong placement of pseudo-constant quals.
Tom Lane
2023-02-22
[prev]
[next]