Commit Graph

24 Commits (60f1e514ad0db017bc583b0e15d056b777bd9626)

Author SHA1 Message Date
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