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
/
parser
Age
Commit message (
Expand
)
Author
2015-10-29
Message style improvements
Peter Eisentraut
2015-10-22
Fix typos in comments.
Robert Haas
2015-10-22
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-06
Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Bruce Momjian
2015-10-05
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.
Andres Freund
2015-09-16
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-09
Remove gram.y's precedence declaration for OVERLAPS.
Tom Lane
2015-08-04
Share transition state between different aggregates when possible.
Heikki Linnakangas
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-26
Fix flattening of nested grouping sets.
Andres Freund
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-24
Fix bug around assignment expressions containing indirections.
Andres Freund
2015-07-14
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-06-27
Avoid passing NULL to memcmp() in lookups of zero-argument functions.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Another typo fix.
Tom Lane
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-19
Various fixes around ON CONFLICT for rule deparsing.
Andres Freund
2015-05-19
Refactor ON CONFLICT index inference parse tree representation.
Andres Freund
2015-05-19
Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
Peter Eisentraut
2015-05-16
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-15
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
Support VERBOSE option in REINDEX command.
Fujii Masao
2015-05-11
Allow on-the-fly capture of DDL event details
Alvaro Herrera
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-02
Rename coerce_type() local variable.
Noah Misch
2015-05-01
Deparse named arguments to use the new => operator instead of :=
Robert Haas
2015-04-30
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-28
Fix another test for RELKIND_RELATION that should allow foreign tables now.
Tom Lane
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-26
Add comments warning against generalizing default_with_oids.
Tom Lane
2015-04-26
Revert: Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-20
Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-09
Remove obsolete FORCE option from REINDEX.
Fujii Masao
2015-04-03
Transform ALTER TABLE/SET TYPE/USING expr during parse analysis
Alvaro Herrera
2015-03-31
Remove spurious semicolons.
Heikki Linnakangas
2015-03-25
Fix gram.y comment to match reality
Alvaro Herrera
2015-03-24
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-18
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
[next]