Commit Graph

2807 Commits (5850b20f58a594ac69f4f77b24cad94fc3bfd946)

Author SHA1 Message Date
Andres Freund 5850b20f58 Add pgstattuple_approx() to the pgstattuple extension. 10 years ago
Peter Eisentraut d02f16470f Replace some appendStringInfo* calls with more appropriate variants 10 years ago
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 10 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 10 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 10 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 10 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Alvaro Herrera db5f98ab4f Improve BRIN infra, minmax opclass and regression test 11 years ago
Tom Lane b22527f29d Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Peter Eisentraut c0574cd5aa hstore_plpython: Support tests on Python 2.3 11 years ago
Andrew Dunstan f802c6ddba Enable transforms modules to build and run with Mingw builds. 11 years ago
Peter Eisentraut e30a864963 hstore_plperl: Move port-specific parts to later in the makefile 11 years ago
Peter Eisentraut 0fd764647a Make hstore_plperl's build even more like plperl's 11 years ago
Andrew Dunstan 77477e745b Make hstore_plperl's build more like plperl's 11 years ago
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