summaryrefslogtreecommitdiff
path: root/contrib/uuid-ossp
Commit message (Expand)AuthorAgeFilesLines
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-022-2/+2
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-3/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+31
* Reject bogus output from uuid_create(3).Tom Lane2022-09-091-0/+12
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-4/+2
* Improve error handling of cryptohash computationsMichael Paquier2022-01-111-6/+12
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* uuid-ossp: Remove obsolete build connection with pgcryptoPeter Eisentraut2021-10-301-5/+0
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-151-2/+3
* Introduce SHA1 implementations in the cryptohash infrastructureMichael Paquier2021-01-233-22/+12
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve some code around cryptohash functionsMichael Paquier2020-12-142-3/+2
* Fix compilation of uuid-osspMichael Paquier2020-12-102-8/+12
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-16/+1
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Add some const decorations to prototypesPeter Eisentraut2017-11-101-1/+1
* Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund2017-10-011-10/+7
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-5/+5
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-4/+4
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Give a useful error message if uuid-ossp is built without preconfiguration.Tom Lane2016-12-221-5/+5
* In contrib/uuid-ossp, #include headers needed for ntohl() and ntohs().Tom Lane2016-12-171-0/+4
* Update uuid-ossp extension for parallel query.Robert Haas2016-06-144-13/+28
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-2/+0
* When using the OSSP UUID library, cache its uuid_t state object.Tom Lane2014-05-291-31/+45
* Fix uuid-ossp regression tests based on buildfarm feedback.Tom Lane2014-05-282-22/+56
* Improve regression tests for uuid-ossp.Tom Lane2014-05-282-21/+88
* Fix stack clobber in new uuid-ossp code.Tom Lane2014-05-281-1/+4
* Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane2014-05-275-63/+473
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-13/+0
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Fix quoting in help messages in uuid-ossp extension scripts.Tom Lane2013-11-222-2/+2
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-10/+10
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-23/+21
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Add .gitignore for contrib/uuid-ossp.Itagaki Takahiro2010-10-261-0/+1