aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-02
* vacuumlazy.c: Clean up variable declarations.Peter Geoghegan2022-04-02
* Use has_privs_for_roles for predefined role checks: round 2Joe Conway2022-04-02
* Allow CLUSTER on partitioned tablesAlvaro Herrera2022-04-02
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier2022-04-01
* Fix comments with "a expression"Andrew Dunstan2022-03-31
* RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan2022-03-31
* 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