Commit Graph

43 Commits (b21c569cea58a1396d9ffd8a7e7a84aa991a1123)

Author SHA1 Message Date
Tom Lane ec4073f641 Avoid unreferenced-function warning on low-functionality platforms. 8 years ago
Peter Eisentraut 54baa48139 Copy collencoding in CREATE COLLATION / FROM 8 years ago
Tom Lane ddb5fdc068 Further hacking on ICU collation creation and usage. 8 years ago
Tom Lane d1fcc62298 Fix incorrect buffer-length argument to uloc_getDisplayName(). 8 years ago
Tom Lane 0b13b2a771 Rethink behavior of pg_import_system_collations(). 8 years ago
Tom Lane b6159202c9 Fix memory leakage in ICU encoding conversion, and other code review. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Peter Eisentraut 17082a88ea Prevent copying default collation 8 years ago
Peter Eisentraut 253504fb9f Fix build of ICU support in Windows 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Peter Eisentraut eccfef81e1 ICU support 8 years ago
Peter Eisentraut 6d16ecc646 Add CREATE COLLATION IF NOT EXISTS clause 8 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Peter Eisentraut 46d482814c Don't error when no system locales were found 9 years ago
Tom Lane 0333a73400 Avoid conflicts with collation aliases generated by stripping. 9 years ago
Peter Eisentraut aa17c06fb5 Add function to import operating system collations 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Heikki Linnakangas 6fb12cbcd6 Remove some unnecessary #includes. 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Alvaro Herrera 765cbfdc92 Refactor ALTER some-obj RENAME implementation 13 years ago
Alvaro Herrera 7ac5760fa2 Rework order of checks in ALTER / SET SCHEMA 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Robert Haas c504513f83 Adjust many backend functions to return OID rather than void. 13 years ago
Alvaro Herrera 994c36e01d refactor ALTER some-obj SET OWNER implementation 13 years ago
Alvaro Herrera 2164f9a125 Refactor "ALTER some-obj SET SCHEMA" implementation 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Robert Haas 82a4a777d9 Consolidate DROP handling for some object types. 14 years ago
Tom Lane 99155aaa33 Fix typo in error message. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Alvaro Herrera 6f3efa76b0 Remove rel.h from objectaddress.h; only relcache.h is necessary. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 6e197cb2e5 Improve reporting of run-time-detected indeterminate-collation errors. 14 years ago
Tom Lane e3c732a85c Create an explicit concept of collations that work for any encoding. 15 years ago
Tom Lane a051ef699c Remove collation information from TypeName, where it does not belong. 15 years ago
Peter Eisentraut 4442e1975d When creating a collation, check that the locales can be loaded 15 years ago
Peter Eisentraut b313bca0af DDL support for collations 15 years ago