index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
Age
Commit message (
Expand
)
Author
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-12-04
Don't mess up pstate->p_next_resno in transformOnConflictClause().
Tom Lane
2016-12-01
Add aggregate_with_argtypes and use it consistently
Peter Eisentraut
2016-12-01
Move function_with_argtypes to a better location
Peter Eisentraut
2016-12-01
Use grammar symbol function_with_argtypes consistently
Peter Eisentraut
2016-11-22
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
Tom Lane
2016-11-20
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-09-22
C comment: fix function header comment
Bruce Momjian
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-12
Doc: clarify that DROP ... CASCADE is recursive.
Tom Lane
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
Update comment about allowing GUCs to change scanning.
Bruce Momjian
2016-06-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-03
Fix grammar's AND/OR flattening to work with operator_precedence_warning.
Tom Lane
2016-05-25
Remove option to write USING before opclass name in CREATE INDEX.
Tom Lane
2016-05-23
Add support for more extensive testing of raw_expression_tree_walker().
Tom Lane
2016-04-22
Fix unexpected side-effects of operator_precedence_warning.
Tom Lane
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-06
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-01
Type names should not be quoted
Alvaro Herrera
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-28
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-25
Move psql's psqlscan.l into src/fe_utils.
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-24
Move keywords.c/kwlookup.c into src/common/.
Tom Lane
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-19
Sync backend/parser/scan.l with bin/psql/psqlscan.l.
Tom Lane
2016-03-19
Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-15
Fix typos.
Robert Haas
2016-03-10
Refactor pull_var_clause's API to make it less tedious to extend.
Tom Lane
2016-03-09
Fix copy-and-pasteo in comment.
Tom Lane
2016-02-11
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
[next]