summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2017-03-28Cleanup slots during drop databaseSimon Riggs
2017-03-27Support hashed aggregation with grouping sets.Andrew Gierth
2017-03-26Use ExecPrepareExpr in place of ExecPrepareCheck where appropriate.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-25Add more subscription DDL testsPeter Eisentraut
2017-03-24Check that published table exists on subscriberPeter Eisentraut
2017-03-24Fix use-after-free bugAlvaro Herrera
2017-03-24Make VACUUM VERBOSE report the number of skipped frozen pages.Fujii Masao
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas
2017-03-23Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-23Fix grammar in commentMagnus Hagander
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-22Refine rules for altering publication ownerPeter Eisentraut
2017-03-22Improve performance of replay of AccessExclusiveLocksSimon Riggs
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-20Use a consistent error message style for user mappings.Andrew Dunstan
2017-03-18Avoid use of already-closed relcache entry.Tom Lane
2017-03-18Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.Tom Lane
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-16Avoid having vacuum set reltuples to 0 on non-empty relations in theAndrew Gierth
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-14Make logging about multixact wraparound protection less chatty.Tom Lane
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-03-09Use SQL standard error code for nextvalPeter Eisentraut
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-08Expose explain's SUMMARY optionStephen Frost
2017-03-08Prevent logical rep workers with removed subscriptions from starting.Fujii Masao
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Fix connection leak in DROP SUBSCRIPTION command, take 2.Fujii Masao
2017-03-07Fix relcache reference leak.Robert Haas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-06Avoid dangling pointer to relation name in RLS code path in DoCopy().Tom Lane
2017-03-06Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()Peter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Add operator_with_argtypes grammar rulePeter Eisentraut
2017-03-06Use class_args field in opclass_dropPeter Eisentraut
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs
2017-03-04In rebuild_relation(), don't access an already-closed relcache entry.Tom Lane
2017-03-04Disallow CREATE/DROP SUBSCRIPTION in transaction blockPeter Eisentraut
2017-03-03Fix typoPeter Eisentraut
2017-03-03Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut
2017-03-03Allow vacuums to report oldestxminSimon Riggs
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane