summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2015-04-01pg_upgrade: call 'postgres' binary to get data directory locationBruce Momjian
2015-03-31btree_gin: properly call DirectFunctionCall1()Bruce Momjian
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-30Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan
2015-03-30Be more careful about printing constants in ruleutils.c.Tom Lane
2015-03-29Minor code cleanups in pgbench expression support.Tom Lane
2015-03-28Better fix for misuse of Float8GetDatumFast().Tom Lane
2015-03-28Use standard librart sqrt function in pg_stat_statementsAndrew Dunstan
2015-03-27Add index-only scan support to btree_gist.Heikki Linnakangas
2015-03-27Fix portability issues with stddev in pg_stat_statementsAndrew Dunstan
2015-03-27Add stats for min, max, mean, stddev times to pg_stat_statements.Andrew Dunstan
2015-03-26Minor refactoring of btree_gist code.Heikki Linnakangas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-25Revert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74Bruce Momjian
2015-03-25btree_gin: properly call DirectFunctionCall1()Bruce Momjian
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-16Replace insertion sort in contrib/intarray with qsort().Tom Lane
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-11sepgsql: Improve error message when unsupported object type is labeled.Robert Haas
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-03-06Fix contrib/file_fdw's expected fileAlvaro Herrera
2015-03-03pgbench: Fix mistakes in Makefile.Robert Haas