summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-03-31Fix bug with view locking code.Tatsuo Ishii
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-30Allow to lock views.Tatsuo Ishii
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-29While vacuuming a large table, update upper-level FSM data every so often.Tom Lane
2018-03-28Add EXPLAIN support for JIT.Andres Freund
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-23Allow FOR EACH ROW triggers on partitioned tablesAlvaro Herrera
2018-03-22Sync up our various ways of estimating pg_class.reltuples.Tom Lane
2018-03-22Improve ANALYZE's strategy for finding MCVs.Dean Rasheed
2018-03-21Fix relcache handling of the 'default' partitionAlvaro Herrera
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-20Fix CommandCounterIncrement in partition-related DDLAlvaro Herrera
2018-03-19Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Fix performance hazard in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane
2018-03-19Fix state reversal after partition tuple routingAlvaro Herrera
2018-03-17Add 'unit' parameter to ExplainProperty{Integer,Float}.Andres Freund
2018-03-17Make ExplainPropertyInteger accept 64bit input, remove *Long variant.Andres Freund
2018-03-16Rename TransactionChain functionsPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-03-14Remove pg_class.relhaspkeyPeter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-13When updating reltuples after ANALYZE, just extrapolate from our sample.Tom Lane
2018-03-13Fix CREATE TABLE / LIKE with bigint identity columnPeter Eisentraut
2018-03-12Avoid having two PKs in a partitionAlvaro Herrera
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-03-09Improve predtest.c's internal docs, and enhance its functionality a bit.Tom Lane
2018-03-06Fix bogus Name assignment in CreateStatisticsAlvaro Herrera
2018-03-05Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-27Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane
2018-02-23Support parameters in CALLPeter Eisentraut
2018-02-22Be lazier about partition tuple routing.Robert Haas
2018-02-20Error message improvementPeter Eisentraut
2018-02-19Allow UNIQUE indexes on partitioned tablesAlvaro Herrera
2018-02-18Message style fixPeter Eisentraut
2018-02-18Move function comment to the right placePeter Eisentraut
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-02-10Avoid premature free of pass-by-reference CALL arguments.Tom Lane
2018-02-10Fix oversight in CALL argument handling, and do some minor cleanup.Tom Lane
2018-02-08Avoid listing the same ResultRelInfo in more than one EState list.Robert Haas
2018-02-07Support all SQL:2011 options for window frame clauses.Tom Lane
2018-02-02Fix application of identity values in some casesPeter Eisentraut
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-30Silence complaint about dead assignmentPeter Eisentraut
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26Remove the obsolete WITH clause of CREATE FUNCTION.Tom Lane