summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2015-09-08Fix error message wording in previous sslinfo commitAlvaro Herrera
2015-09-08contrib/sslinfo: add ssl_extension_info SRFAlvaro Herrera
2015-09-07Add more sanity checks in contrib/sslinfoAlvaro Herrera
2015-09-06Adjust sepgsql regression output for recent error context changeJoe Conway
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-09-05Fix misc typos.Heikki Linnakangas
2015-09-04Make unaccent handle all diacritics known to Unicode, and expand ligatures co...Teodor Sigaev
2015-08-30Fix sepgsql regression tests.Joe Conway
2015-08-23Improve spellingPeter Eisentraut
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15Remove bogus step from test_decoding isolation tests.Robert Haas
2015-08-13Use materialize SRF mode in brin_page_itemsAlvaro Herrera
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-08-03contrib/isn now needs a .gitignore file.Tom Lane
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-08-02Fix output of ISBN-13 numbers beginning with 979.Heikki Linnakangas
2015-07-25Some platforms now need contrib/tsm_system_time to be linked with libm.Tom Lane
2015-07-25Redesign tablesample method API, and do extensive code review.Tom Lane
2015-07-21Add selectivity estimation functions for intarray operators.Heikki Linnakangas
2015-07-20This supports the triconsistent function for pg_trgm GIN opclassTeodor Sigaev
2015-07-18Enable transforms modules to build and test on Cygwin.Andrew Dunstan
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16MinGW: Link ltree_plpython with plpython.Noah Misch
2015-07-14Prevent pgstattuple() from reporting BRIN as unknown index.Fujii Masao
2015-07-09Link pg_stat_statements with libm.Noah Misch
2015-07-02Add an optional missing_ok argument to SQL function current_setting().Tom Lane
2015-07-02Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas
2015-07-02Make use of xlog_internal.h's macros in WAL-related utilities.Fujii Masao
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-31Make Python tests more portablePeter Eisentraut
2015-05-28Finish removing pg_auditStephen Frost
2015-05-28Remove pg_auditStephen Frost
2015-05-24Manual cleanup of pgindent results.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Refactor ON CONFLICT index inference parse tree representation.Andres Freund
2015-05-19Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut
2015-05-18pgcrypto: Report errant decryption as "Wrong key or corrupt data".Noah Misch
2015-05-18Use += not = to set makefile variables after including base makefiles.Tom Lane
2015-05-17pg_audit Makefile, REINDEX changesStephen Frost
2015-05-17Fix typos in commentsMagnus Hagander
2015-05-17hstore_plpython: Fix regression tests under Python 3Peter Eisentraut
2015-05-17Fix whitespacePeter Eisentraut
2015-05-16Support GROUPING SETS, CUBE and ROLLUP.Andres Freund
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-05-15Add to contrib/MakefileSimon Riggs
2015-05-15contrib/tsm_system_timeSimon Riggs
2015-05-15contrib/tsm_system_rowsSimon Riggs
2015-05-15TABLESAMPLE, SQL Standard and extensibleSimon Riggs