aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane2022-03-31
* Raise a WARNING for missing publications.Amit Kapila2022-03-31
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* Add range_agg with multirange inputsPeter Eisentraut2022-03-30
* Change some internal error messages to elogsPeter Eisentraut2022-03-30
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-30
* Fix typo in comment.Etsuro Fujita2022-03-30
* Add header matching mode to COPY FROMPeter Eisentraut2022-03-30
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Explain why the startup process can't cause a shortage of sinval slots.Robert Haas2022-03-29
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-28
* Remove the ability of a role to administer itself.Robert Haas2022-03-28
* Fix a few goofs in new backup compression code.Robert Haas2022-03-28
* Add public ruleutils.c entry point to deparse a Query.Tom Lane2022-03-28
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* 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