summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2015-08-18Initial commit of tests for Major differences between XL and postgresql (Limi...Pallavi Sontakke
2015-06-30Merge from upstream master branch of PostgreSQL repositoryPavan Deolasee
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-06-05Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-06-01Add missing support for handling extra configuration file for GTM proxies inPavan Deolasee
2015-05-31Make Python tests more portablePeter Eisentraut
2015-05-29Fix XL-only code in pgbench to reflect the changes in the upstream structurePavan Deolasee
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
2015-05-08Remove dependency on ordering in logical decoding upsert test.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-05-07Improve BRIN infra, minmax opclass and regression testAlvaro Herrera
2015-05-05Fix incorrect declaration of citext's regexp_matches() functions.Tom Lane
2015-05-05hstore_plpython: Support tests on Python 2.3Peter Eisentraut
2015-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan