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 new predefined role pg_create_subscription.
Robert Haas
2023-03-30
*
Avoid overflow in width_bucket_float8().
Tom Lane
2023-03-30
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-30
*
Refactor pgoutput_change().
Amit Kapila
2023-03-30
*
Fix outdated comments regarding TupleTableSlots
David Rowley
2023-03-30
*
Fix dereference of dangling pointer in GiST index buffering build.
Tom Lane
2023-03-29
*
Remove empty function BufmgrCommit().
Tom Lane
2023-03-29
*
SQL/JSON: add standard JSON constructor functions
Alvaro Herrera
2023-03-29
*
Fix some section numbers in information_schema.sql
Peter Eisentraut
2023-03-29
*
Simplify useless 0L constants
Peter Eisentraut
2023-03-29
*
Avoid syncing data twice for the 'publish_via_partition_root' option.
Amit Kapila
2023-03-29
*
Validate ICU locales.
Jeff Davis
2023-03-28
*
Fix corner-case planner failure for MERGE.
Tom Lane
2023-03-28
*
Fix error inconsistency in older ICU versions.
Jeff Davis
2023-03-28
*
Save a few bytes in pg_attribute
Peter Eisentraut
2023-03-28
*
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-28
*
Reject attempts to alter composite types used in indexes.
Tom Lane
2023-03-27
*
Make SCRAM iteration count configurable
Daniel Gustafsson
2023-03-27
*
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
2023-03-27
*
Fix oversights in array manipulation.
Tom Lane
2023-03-26
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Comment on expectations for AutoVacuumWorkItem handlers.
Noah Misch
2023-03-25
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Fix abbreviated keys bug introduced in d87d548cd03.
Jeff Davis
2023-03-25
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
*
Avoid potential UCollator leak for older ICU versions.
Jeff Davis
2023-03-24
*
pg_locale.c: change ereport() to elog().
Jeff Davis
2023-03-24
*
Fix typo in header comment
Daniel Gustafsson
2023-03-24
*
Fix incorrect format placeholders
Peter Eisentraut
2023-03-24
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
*
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-24
*
Count updates that move row to a new page.
Peter Geoghegan
2023-03-23
*
Handle the "und" locale in ICU versions 54 and older.
Jeff Davis
2023-03-23
*
Wrap ICU ucol_open().
Jeff Davis
2023-03-23
*
Ignore generated columns during apply of update/delete.
Amit Kapila
2023-03-23
*
Allow logical replication to copy tables in binary format.
Amit Kapila
2023-03-23
*
Improve the naming of Parallel Hash Join phases.
Thomas Munro
2023-03-23
*
Allow locking updated tuples in tuple_update() and tuple_delete()
Alexander Korotkov
2023-03-23
*
Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()
Alexander Korotkov
2023-03-23
*
Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOG
Andres Freund
2023-03-22
*
Support language tags in older ICU versions (53 and earlier).
Jeff Davis
2023-03-21
*
Fix make maintainer-clean with queryjumblefuncs.*.c files in src/backend/nodes/
Michael Paquier
2023-03-22
*
Fix incorrect comment in preptlist.c
David Rowley
2023-03-22
*
Correct Memoize's estimated cache hit ratio calculation
David Rowley
2023-03-22
*
Ignore dropped columns during apply of update/delete.
Amit Kapila
2023-03-21
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Add @extschema:name@ and no_relocate options to extensions.
Tom Lane
2023-03-20
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
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
[next]