aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands
Commit message (Expand)AuthorAge
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Add IF NOT EXISTS processing to ALTER TABLE ADD COLUMNAndrew Dunstan2015-07-29
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Fix typo in comment.Heikki Linnakangas2015-07-29
* Suppress "variable may be used uninitialized" warning.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Improve RLS handling in copy.cStephen Frost2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix omission of OCLASS_TRANSFORM in object_classes[]Alvaro Herrera2015-07-21
* Don't handle PUBLIC/NONE separatelyAlvaro Herrera2015-07-20
* Add new function pg_notification_queue_usage.Robert Haas2015-07-17
* Fix event trigger support for the new ALTER OPERATOR command.Heikki Linnakangas2015-07-14
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...Heikki Linnakangas2015-07-14
* Reformat code in ATPostAlterTypeParse.Heikki Linnakangas2015-07-14
* Add now-required #include.Tom Lane2015-07-11
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* Add missing_ok option to the SQL functions for reading files.Heikki Linnakangas2015-06-28
* Avoid passing NULL to memcmp() in lookups of zero-argument functions.Tom Lane2015-06-27
* Fix DDL command collection for TRANSFORMAlvaro Herrera2015-06-26
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Don't warn about creating temporary or unlogged hash indexes.Robert Haas2015-06-26
* Improve handling of CustomPath/CustomPlan(State) children.Robert Haas2015-06-26
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Fix pg_get_functiondef() to print a function's LEAKPROOF property.Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"."Tom Lane2015-05-19
* Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut2015-05-18
* Change pg_seclabel.provider and pg_shseclabel.provider to type "name".Tom Lane2015-05-18
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* Fix uninitialized variable.Tom Lane2015-05-15
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Support VERBOSE option in REINDEX command.Fujii Masao2015-05-15
* Separate block sampling functionsSimon Riggs2015-05-15
* Allow on-the-fly capture of DDL event detailsAlvaro Herrera2015-05-11
* Allow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERTStephen Frost2015-05-11
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Minor ON CONFLICT related comments and doc fixes.Andres Freund2015-05-08
* Teach autovacuum about multixact member wraparound.Robert Haas2015-05-08
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-03
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30