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-10-29
Message style improvements
Peter Eisentraut
2015-10-28
Add missing serial comma, for consistency.
Robert Haas
2015-10-28
Fix incorrect message in ATWrongRelkindError.
Robert Haas
2015-10-27
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-22
Add two missing cases to ATWrongRelkindError.
Robert Haas
2015-10-22
Fix a couple of bugs in recent parallelism-related commits.
Robert Haas
2015-10-16
Mark more functions parallel-restricted or parallel-unsafe.
Robert Haas
2015-10-16
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-15
Fix bogus comments
Alvaro Herrera
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-01
Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.
Tom Lane
2015-10-01
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-30
Add a Gather executor node.
Robert Haas
2015-09-30
Small improvements in comments in async.c.
Tom Lane
2015-09-28
COPY: use pg_plan_query() instead of planner()
Alvaro Herrera
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-23
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-09-17
Add new function planstate_tree_walker.
Robert Haas
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-15
RLS refactoring
Stephen Frost
2015-09-05
Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-23
Fix typo in C comment.
Kevin Grittner
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
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
[next]