summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2015-05-15Remove useless pg_audit.confStephen Frost
2015-05-15Separate block sampling functionsSimon Riggs
2015-05-14Make repeated 'make installcheck' runs workStephen Frost
2015-05-14Improve pg_audit regression testsStephen Frost
2015-05-14Fix portability issue in pg_audit.Tom Lane
2015-05-14Suppress uninitialized-variable warning.Tom Lane
2015-05-14Further fixes for the buildfarm for pg_auditStephen Frost
2015-05-14Further fixes for the buildfarm for pg_auditStephen Frost
2015-05-14Fix buildfarm with regard to pg_auditStephen Frost
2015-05-14Add pg_audit, an auditing extensionStephen Frost
2015-05-13Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane
2015-05-13Add pgstattuple_approx() to the pgstattuple extension.Andres Freund
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-09Add new OID alias type regroleAndrew Dunstan