index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
Age
Commit message (
Expand
)
Author
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-07-30
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-28
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-27
Improve RLS handling in copy.c
Stephen Frost
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-21
Fix omission of OCLASS_TRANSFORM in object_classes[]
Alvaro Herrera
2015-07-20
Don't handle PUBLIC/NONE separately
Alvaro Herrera
2015-07-17
Add new function pg_notification_queue_usage.
Robert Haas
2015-07-14
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-12
Add now-required #include.
Tom Lane
2015-07-11
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-07
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-06-28
Add missing_ok option to the SQL functions for reading files.
Heikki Linnakangas
2015-06-27
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-06-26
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-12
Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.
Tom Lane
2015-05-28
Fix pg_get_functiondef() to print a function's LEAKPROOF property.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
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-19
Change pg_seclabel.provider and pg_shseclabel.provider to type "name".
Tom Lane
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
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-11
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-10
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-08
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-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-03
Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.
Tom Lane
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
[next]