summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2020-07-03Fix temporary tablespaces for shared filesets some more.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesetsMagnus Hagander
2020-07-01Refactor creation of normal dependency records when creating extensionMichael Paquier
2020-07-01Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-20Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila
2020-06-19Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley
2020-06-15Fix some comments referring to past featuresMichael Paquier
2020-06-13Refactor AlterExtensionContentsStmt grammarPeter Eisentraut
2020-06-13Grammar object type refactoringPeter Eisentraut
2020-06-12Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane
2020-06-10Change default of password_encryption to scram-sha-256Peter Eisentraut
2020-06-09Spelling adjustmentsPeter Eisentraut
2020-06-09Unify drop-by-OID functionsPeter Eisentraut
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-05-28Add missing error code to "cannot attach index ..." error.Heikki Linnakangas
2020-05-23Add missing invocations to object access hooksMichael Paquier
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-15Rename SLRU structures and associated LWLocks.Tom Lane
2020-05-15Make COPY TO keep locks until the transaction end.Amit Kapila
2020-05-14Remove duplicated comment block in event_trigger.cMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-14Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-12Rework EXPLAIN format for incremental sortTomas Vondra
2020-05-12Fix typos and improve incremental sort commentsTomas Vondra
2020-05-09Simplify show_incremental_sort_info a bitTomas Vondra
2020-05-08Fix several DDL issues of generated columns versus inheritancePeter Eisentraut
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-05-06Heed lock protocol in DROP OWNED BYAlvaro Herrera
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-25Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth
2020-04-22Remove bogus Assert in foreign key cloning codeDavid Rowley
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-16Fix the usage of parallel and full options of vacuum command.Amit Kapila
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra
2020-04-07Fix representation of SORT_TYPE_STILL_IN_PROGRESS.Tom Lane
2020-04-06Use INT64_FORMAT when formatting int64 values in explainTomas Vondra
2020-04-06Fix show_incremental_sort_info with force_parallel_modeTomas Vondra
2020-04-06Implement Incremental SortTomas Vondra