summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
2015-10-29Message style improvementsPeter Eisentraut
2015-10-28Add missing serial comma, for consistency.Robert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-22Add two missing cases to ATWrongRelkindError.Robert Haas
2015-10-22Fix a couple of bugs in recent parallelism-related commits.Robert Haas
2015-10-16Mark more functions parallel-restricted or parallel-unsafe.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-15Fix bogus commentsAlvaro Herrera
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-10-01Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane
2015-10-01Improve LISTEN startup time when there are many unread notifications.Tom Lane
2015-09-30Add a Gather executor node.Robert Haas
2015-09-30Small improvements in comments in async.c.Tom Lane
2015-09-28COPY: use pg_plan_query() instead of planner()Alvaro Herrera
2015-09-26Remove legacy multixact truncation support.Andres Freund
2015-09-26Rework the way multixact truncations work.Andres Freund
2015-09-23Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane
2015-09-17Add new function planstate_tree_walker.Robert Haas
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-15RLS refactoringStephen Frost
2015-09-05Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane
2015-09-04Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane
2015-08-23Fix typo in C comment.Kevin Grittner
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-07-30Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan
2015-07-29Create new ParseExprKind for use by policy expressions.Joe Conway
2015-07-29Add missing post create and alter hooks to policy objects.Joe Conway
2015-07-29Fix typo in comment.Heikki Linnakangas
2015-07-28Suppress "variable may be used uninitialized" warning.Tom Lane
2015-07-28Disallow converting a table to a view if row security is present.Joe Conway
2015-07-28Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway
2015-07-27Improve RLS handling in copy.cStephen Frost
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-21Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera
2015-07-20Don't handle PUBLIC/NONE separatelyAlvaro Herrera
2015-07-17Add new function pg_notification_queue_usage.Robert Haas
2015-07-14Fix event trigger support for the new ALTER OPERATOR command.Heikki Linnakangas
2015-07-14Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas
2015-07-14Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas
2015-07-14Reformat code in ATPostAlterTypeParse.Heikki Linnakangas
2015-07-12Add now-required #include.Tom Lane
2015-07-11Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway
2015-07-07Make RLS related error messages more consistent and compliant.Joe Conway
2015-06-28Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas