aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make JSON path numeric literals more correctPeter Eisentraut2022-03-28
* Don't fail for > 1 walsenders in 019_replslot_limit, add debug messages.Andres Freund2022-03-27
* Fix up compiler warnings/errors from f4fb45d15.Tom Lane2022-03-27
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Common SQL/JSON clausesAndrew Dunstan2022-03-27
* Remove useless variable.Tom Lane2022-03-27
* Fix breakage of get_ps_display() in the PS_USE_NONE case.Tom Lane2022-03-27
* Fix comment in execParallel.cMichael Paquier2022-03-27
* Suppress compiler warning in pub_collist_to_bitmapset().Tom Lane2022-03-26
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Minor improvements in sequence decoding code and docsTomas Vondra2022-03-25
* Handle sequences in preprocess_pubobj_listTomas Vondra2022-03-25
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Fix typos in standby.cMichael Paquier2022-03-25
* Remove some useless free calls.Amit Kapila2022-03-25
* Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane2022-03-24
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera2022-03-24
* Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane2022-03-24
* Remove unnecessary translator commentPeter Eisentraut2022-03-24
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-23
* pg_basebackup: Try to fix some failures on Windows.Robert Haas2022-03-23
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Unbreak the build.Robert Haas2022-03-23
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* pgstat: fix function name in comment.Andres Freund2022-03-22
* Add String object access hooksAndrew Dunstan2022-03-22
* Revert "graceful shutdown" changes for Windows.Tom Lane2022-03-22
* Add support for security invoker views.Dean Rasheed2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* pgstat: reorder pgstat.[ch] contents.Andres Freund2022-03-21
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-21
* Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane2022-03-21
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* Fix typo in file identificationMagnus Hagander2022-03-21
* pgstat: separate "xact level" handling out of relation specific functions.Andres Freund2022-03-20
* pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund2022-03-20
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-20
* Blind fix for uninitialized memory bug in ba9a7e392171Alvaro Herrera2022-03-20
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20