summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-04-06pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund
2022-04-06dsm: allow use in single user mode.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-06Fix unsigned output format in SLRU error reportingPeter Eisentraut
2022-04-06Allow asynchronous execution in more cases.Etsuro Fujita
2022-04-06Improve comments for row filtering and toast interaction in logical replication.Amit Kapila
2022-04-05PLAN clauses for JSON_TABLEAndrew Dunstan
2022-04-05Have VACUUM warn on relfrozenxid "in the future".Peter Geoghegan
2022-04-05Refactor and cleanup runtime partition prune code a littleAlvaro Herrera
2022-04-04dshash: revise sequential scan support.Andres Freund
2022-04-04pgstat: consistent function comment formatting.Andres Freund
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04vacuumlazy.c: Further consolidate resource allocation.Peter Geoghegan
2022-04-04Avoid freeing objects during json aggregate finalizationAndrew Dunstan
2022-04-04Use Generation memory contexts to store tuples in sortsDavid Rowley
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-04-04Improve the generation memory allocatorDavid Rowley
2022-04-03Fix tuplesort optimization for CLUSTER-on-expression.Thomas Munro
2022-04-03Fix portability issues in datetime parsing.Tom Lane
2022-04-03Generalize how VACUUM skips all-frozen pages.Peter Geoghegan
2022-04-03Set relfrozenxid to oldest extant XID seen by VACUUM.Peter Geoghegan
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02vacuumlazy.c: Clean up variable declarations.Peter Geoghegan
2022-04-02Use has_privs_for_roles for predefined role checks: round 2Joe Conway
2022-04-02Allow CLUSTER on partitioned tablesAlvaro Herrera
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-04-01Add macros in hash and btree AMs to get the special area of their pagesMichael Paquier
2022-03-31Fix comments with "a expression"Andrew Dunstan
2022-03-31RETURNING clause for JSON() and JSON_SCALAR()Andrew Dunstan
2022-03-31Fix postgres_fdw to check shippability of sort clauses properly.Tom Lane
2022-03-31Raise a WARNING for missing publications.Amit Kapila
2022-03-30Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-30Add range_agg with multirange inputsPeter Eisentraut
2022-03-30Change some internal error messages to elogsPeter Eisentraut
2022-03-30Allow parallel zstd compression when taking a base backup.Robert Haas
2022-03-30Fix typo in comment.Etsuro Fujita
2022-03-30Add header matching mode to COPY FROMPeter Eisentraut
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-29Explain why the startup process can't cause a shortage of sinval slots.Robert Haas
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-28Remove the ability of a role to administer itself.Robert Haas
2022-03-28Fix a few goofs in new backup compression code.Robert Haas
2022-03-28Add public ruleutils.c entry point to deparse a Query.Tom Lane