summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2015-05-02hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-01Make hstore_plperl's build more like plperl'sAndrew Dunstan
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-26Fix hstore_plperl regression tests on some platformsPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2015-04-26Fix typo in linux startup script.Tom Lane
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-04-22Pull in tableoid for inheiritance with rowMarksStephen Frost
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Move pg_xlogdump from contrib/ to src/bin/Peter Eisentraut