summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-04-21Move pg_test_timing from contrib/ to src/bin/Peter Eisentraut
2015-04-20Move pg_test_fsync from contrib/ to src/bin/Peter Eisentraut
2015-04-14Move pg_upgrade from contrib/ to src/bin/Peter Eisentraut
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-13Move pgbench from contrib/ to src/bin/Peter Eisentraut
2015-04-12Move pg_archivecleanup from contrib/ to src/bin/Peter Eisentraut
2015-04-10Optimize locking a tuple already locked by another subxactAlvaro Herrera
2015-04-02Improve pgbench error reporting.Robert Haas
2015-04-02Define integer limits independently from the system definitions.Andres Freund