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