]> granicus.if.org Git - postgresql/history - src/backend/commands/collationcmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / collationcmds.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-01-26 Tom LaneAvoid unnecessary use of pg_strcasecmp for already...
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-21 Peter EisentrautDon't install ICU collation keyword variants
2017-08-21 Peter EisentrautExpand set of predefined ICU locales
2017-08-19 Peter EisentrautFix creation of ICU comments for keyword variants
2017-08-07 Peter EisentrautFix function name in code comment
2017-08-05 Tom LaneSuppress unused-variable warnings when building with...
2017-08-05 Peter EisentrautAdd support for ICU 4.2
2017-08-01 Tom LaneAllow creation of C/POSIX collations without depending...
2017-07-08 Tom LaneAvoid unreferenced-function warning on low-functionalit...
2017-06-30 Peter EisentrautCopy collencoding in CREATE COLLATION / FROM
2017-06-24 Tom LaneFurther hacking on ICU collation creation and usage.
2017-06-23 Tom LaneFix incorrect buffer-length argument to uloc_getDisplay...
2017-06-23 Tom LaneRethink behavior of pg_import_system_collations().
2017-06-23 Tom LaneFix memory leakage in ICU encoding conversion, and...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Peter EisentrautPrevent copying default collation
2017-06-12 Peter EisentrautFix build of ICU support in Windows
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-03-23 Peter EisentrautICU support
2017-02-15 Peter EisentrautAdd CREATE COLLATION IF NOT EXISTS clause
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-23 Peter EisentrautDon't error when no system locales were found
2017-01-18 Tom LaneAvoid conflicts with collation aliases generated by...
2017-01-18 Peter EisentrautAdd function to import operating system collations
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-10 Heikki LinnakangasRemove some unnecessary #includes.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-02 Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-09-07 Tom LaneFix typo in error message.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-06-28 Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-03-04 Peter EisentrautWhen creating a collation, check that the locales can...
2011-02-12 Peter EisentrautDDL support for collations