summaryrefslogtreecommitdiff
path: root/src/backend/commands
AgeCommit message (Expand)Author
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
2015-06-27Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane
2015-06-26Fix DDL command collection for TRANSFORMAlvaro Herrera
2015-06-26Be more conservative about removing tablespace "symlinks".Robert Haas
2015-06-26Don't warn about creating temporary or unlogged hash indexes.Robert Haas
2015-06-26Improve handling of CustomPath/CustomPlan(State) children.Robert Haas
2015-06-12Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane
2015-05-28Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane
2015-05-19Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut
2015-05-19Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Fix uninitialized variable.Tom Lane
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs
2015-05-15Support VERBOSE option in REINDEX command.Fujii Masao
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-11Allow on-the-fly capture of DDL event detailsAlvaro Herrera
2015-05-11Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost
2015-05-11Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-08Minor ON CONFLICT related comments and doc fixes.Andres Freund
2015-05-08Teach autovacuum about multixact member wraparound.Robert Haas
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-03Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas