aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* No need to add FORMAT to the keyword precedence listAlvaro Herrera2023-03-31
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* Fix List memory issue in transformColumnDefinitionDavid Rowley2023-03-31
* Parallel Hash Full Join.Thomas Munro2023-03-31
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Simplify transformJsonAggConstructor() APIAlvaro Herrera2023-03-30
* Fix inconsistencies and style issues in new SQL/JSON codeAlvaro Herrera2023-03-30
* Fix setrefs.c code for adjusting partPruneInfosAlvaro Herrera2023-03-30
* Fix format code in fd.c debugging infrastructureAndres Freund2023-03-30
* bufmgr: Fix undefined behaviour with, unrealistically, large temp_buffersAndres Freund2023-03-30
* Add new predefined role pg_create_subscription.Robert Haas2023-03-30
* Avoid overflow in width_bucket_float8().Tom Lane2023-03-30
* Fix incorrect format placeholdersPeter Eisentraut2023-03-30
* Refactor pgoutput_change().Amit Kapila2023-03-30
* Fix outdated comments regarding TupleTableSlotsDavid Rowley2023-03-30
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-29
* Remove empty function BufmgrCommit().Tom Lane2023-03-29
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-29
* Fix some section numbers in information_schema.sqlPeter Eisentraut2023-03-29
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-29
* Validate ICU locales.Jeff Davis2023-03-28
* Fix corner-case planner failure for MERGE.Tom Lane2023-03-28
* Fix error inconsistency in older ICU versions.Jeff Davis2023-03-28
* Save a few bytes in pg_attributePeter Eisentraut2023-03-28
* Generate a few more functions of pgstatfuncs.c with macrosMichael Paquier2023-03-28
* Reject attempts to alter composite types used in indexes.Tom Lane2023-03-27
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* Generate pg_stat_get_xact*() functions for relations using macrosMichael Paquier2023-03-27
* Fix oversights in array manipulation.Tom Lane2023-03-26
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Comment on expectations for AutoVacuumWorkItem handlers.Noah Misch2023-03-25
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Fix abbreviated keys bug introduced in d87d548cd03.Jeff Davis2023-03-25
* Invent GENERIC_PLAN option for EXPLAIN.Tom Lane2023-03-24
* Avoid potential UCollator leak for older ICU versions.Jeff Davis2023-03-24
* pg_locale.c: change ereport() to elog().Jeff Davis2023-03-24
* Fix typo in header commentDaniel Gustafsson2023-03-24
* Fix incorrect format placeholdersPeter Eisentraut2023-03-24
* meson: add install-{quiet, world} targetsAndres Freund2023-03-23
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-24
* Count updates that move row to a new page.Peter Geoghegan2023-03-23
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-23
* Wrap ICU ucol_open().Jeff Davis2023-03-23
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* Allow logical replication to copy tables in binary format.Amit Kapila2023-03-23
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-23
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2023-03-23
* Evade extra table_tuple_fetch_row_version() in ExecUpdate()/ExecDelete()Alexander Korotkov2023-03-23
* Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY WAL_LOGAndres Freund2023-03-22