Commit Graph

2843 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Robert Haas 924bcf4f16 Create an infrastructure for parallel computation in PostgreSQL. 11 years ago
Peter Eisentraut dbf2ec1a1c Fix parallel make risk with new check temp-install setup 11 years ago
Andres Freund 5aa2350426 Introduce replication progress tracking infrastructure. 11 years ago
Peter Eisentraut f95425478a Fix hstore_plperl regression tests on some platforms 11 years ago
Peter Eisentraut cac7658205 Add transforms feature 11 years ago
Tom Lane f320cbb615 Fix typo in linux startup script. 11 years ago
Peter Eisentraut dcae5facca Improve speed of make check-world 11 years ago
Stephen Frost 4ccc5bd28e Pull in tableoid for inheiritance with rowMarks 11 years ago
Andres Freund cef939c347 Rename pg_replication_slot's new active_in to active_pid. 11 years ago
Peter Eisentraut b0a738f428 Move pg_xlogdump from contrib/ to src/bin/ 11 years ago
Andres Freund d811c037ce Add 'active_in' column to pg_replication_slots. 11 years ago
Peter Eisentraut 528c2e44ab Move pg_test_timing from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 00882d9e5c Move pg_test_fsync from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 9fa8b0ee90 Move pg_upgrade from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend 11 years ago
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again. 11 years ago
Peter Eisentraut 81134af3ec Move pgbench from contrib/ to src/bin/ 11 years ago
Peter Eisentraut 83aca89f7c Move pg_archivecleanup from contrib/ to src/bin/ 11 years ago
Alvaro Herrera 27846f02c1 Optimize locking a tuple already locked by another subxact 11 years ago
Robert Haas e41beea0dd Improve pgbench error reporting. 11 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 11 years ago
Bruce Momjian a0efc71453 pg_upgrade: call 'postgres' binary to get data directory location 11 years ago
Bruce Momjian 0cf16b44cb btree_gin: properly call DirectFunctionCall1() 11 years ago
Heikki Linnakangas 1d0db8de04 Remove spurious semicolons. 11 years ago
Andrew Dunstan fa1e5afa8a Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Tom Lane 542320c2bd Be more careful about printing constants in ruleutils.c. 11 years ago
Tom Lane e9dd03c03a Minor code cleanups in pgbench expression support. 11 years ago
Tom Lane 2c33e0fbce Better fix for misuse of Float8GetDatumFast(). 11 years ago
Andrew Dunstan cfe12763c3 Use standard librart sqrt function in pg_stat_statements 11 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 11 years ago
Andrew Dunstan 735cd6128a Fix portability issues with stddev in pg_stat_statements 11 years ago
Andrew Dunstan 717f709532 Add stats for min, max, mean, stddev times to pg_stat_statements. 11 years ago
Heikki Linnakangas 8816af65e4 Minor refactoring of btree_gist code. 11 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 11 years ago
Bruce Momjian 11226e3817 Revert commit 843cd0bfe6 11 years ago
Bruce Momjian 843cd0bfe6 btree_gin: properly call DirectFunctionCall1() 11 years ago
Tom Lane cb1ca4d800 Allow foreign tables to participate in inheritance. 11 years ago
Tom Lane 8d1f239003 Replace insertion sort in contrib/intarray with qsort(). 11 years ago
Tom Lane 7b8b8a4331 Improve representation of PlanRowMark. 11 years ago
Robert Haas e96b7c6b9f sepgsql: Improve error message when unsupported object type is labeled. 11 years ago
Andres Freund bbfd7edae5 Add macros wrapping all usage of gcc's __attribute__. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Alvaro Herrera e491bd2ee3 Move BRIN page type to page's last two bytes 11 years ago
Heikki Linnakangas f1fd515b39 Move WAL-related definitions from dbcommands.h to separate header file. 11 years ago
Alvaro Herrera c6ee39bc85 Fix contrib/file_fdw's expected file 11 years ago
Robert Haas e5f3690249 pgbench: Fix mistakes in Makefile. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Tom Lane 2e211211a7 Use FLEXIBLE_ARRAY_MEMBER in a number of other places. 11 years ago
Tom Lane e1a11d9311 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. 11 years ago