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-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
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-03
Remove residual NULL-pstate handling in addRangeTableEntry.
Robert Haas
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-23
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-03
Fix typo in comment.
Heikki Linnakangas
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-12
Fix get_object_address argument type for extension statement
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-30
Use TypeName to represent type names in certain commands
Alvaro Herrera
2014-12-24
Suppress MSVC warning in typeStringToTypeName function.
Andres Freund
2014-12-23
Add SQL-callable pg_get_object_address
Alvaro Herrera
2014-12-23
get_object_address: separate domain constraints from table constraints
Alvaro Herrera
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-17
Allow CHECK constraints to be placed on foreign tables.
Tom Lane
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-08
REINDEX SCHEMA
Simon Riggs
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-06
Implement IF NOT EXIST for CREATE INDEX.
Fujii Masao
2014-10-18
interval: tighten precision specification
Bruce Momjian
2014-10-07
Implement SKIP LOCKED for row-level locks
Alvaro Herrera
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-02
Support ALTER SYSTEM RESET command.
Fujii Masao
[next]