summaryrefslogtreecommitdiff
path: root/contrib/ltree
AgeCommit message (Expand)Author
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-03-14Spelling fixesPeter Eisentraut
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-11-29Test all contrib-created operator classes with amvalidate.Tom Lane
2016-11-07Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane
2016-11-04Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Test sql and output changes for some contrib modulesPallavi Sontakke
2016-06-14Update extensions with GIN/GIST support for parallel query.Robert Haas
2016-06-09Handle contrib's GIN/GIST support function signature changes honestly.Tom Lane
2016-03-08ltree: Zero padding bytes when allocating memory for externally visible data.Andres Freund
2016-01-19Fix assorted inconsistencies in GiST opclass support function declarations.Tom Lane
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-09-14Initial commit of tests for Major differences between XL and postgresql (Limi...Pallavi Sontakke
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-11Remove many -Wcast-qual warningsPeter Eisentraut
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2011-04-25Support "make check" in contribPeter Eisentraut
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-09Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.Tom Lane
2010-12-22Use memcmp() rather than strncmp() when shorter string length is known.Robert Haas
2010-12-19Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander