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
/
parse_collate.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-02-21
Make more use of castNode()
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-23
Support ordered-set (WITHIN GROUP) aggregates.
Tom Lane
2013-12-03
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-07-17
Implement the FILTER clause for aggregate function calls.
Noah Misch
2013-04-26
Fix collation assignment for aggregates with ORDER BY.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-04-24
Lots of doc corrections.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-09
Adjust collation determination rules as per discussion.
Tom Lane
2011-03-22
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane