Commit Graph

3581 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)

Author SHA1 Message Date
Peter Eisentraut 193f5f9e91 pageinspect: Add bt_page_items function with bytea argument 9 years ago
Andres Freund bae9b80160 Force synchronous commit in new-ish test_decoding test. 9 years ago
Robert Haas ea69a0dead Expand hash indexes more gradually. 9 years ago
Robert Haas 7a39b5e4d1 Abstract logic to allow for multiple kinds of child rels. 9 years ago
Kevin Grittner 01fd6f8f2d Try to fix breakage of sepgsql hooks by ENR patch. 9 years ago
Kevin Grittner 18ce3a4ab2 Add infrastructure to support EphemeralNamedRelation references. 9 years ago
Robert Haas f49bcd4ef3 postgres_fdw: Teach IMPORT FOREIGN SCHEMA about partitioning. 9 years ago
Simon Riggs ceb3158abe Fix pgrowlocks minor coding oversight 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Andres Freund 5ded4bd214 Remove support for version-0 calling conventions. 9 years ago
Andres Freund 389bb2818f Move contrib/seg to only use V1 calling conventions. 9 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 9 years ago
Peter Eisentraut 85163641f8 dblink: Fix error reporting 9 years ago
Tom Lane a6f22e8356 Show ignored constants as "$N" rather than "?" in pg_stat_statements. 9 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 9 years ago
Andrew Gierth b5635948ab Support hashed aggregation with grouping sets. 9 years ago
Andres Freund d253b0f6e3 Blindly attempt to fix sepgsql tests #2. 9 years ago
Andres Freund 83bbcb04ab Blindly attempt to fix sepgsql tests. 9 years ago
Andres Freund b8d7f053c5 Faster expression evaluation and targetlist projection. 9 years ago
Robert Haas 691b8d5928 Allow for parallel execution whenever ExecutorRun() is done only once. 9 years ago
Peter Eisentraut 7c4f52409a Logical replication support for initial data copy 9 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Andrew Dunstan 4ad0f88c44 Add btree_gin support for enum types 9 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 9 years ago
Andrew Dunstan 65a9138b9b Use CallerFInfoFunctionCall with btree_gist for varlena types 9 years ago
Andrew Dunstan 4b1c68d63e Use CallerFInfoFunctionCall with btree_gist for numeric types 9 years ago
Peter Eisentraut fef2bcdcba pageinspect: Add page_checksum function 9 years ago
Peter Eisentraut a02731cb10 pageinspect: Add test for page_header function 9 years ago
Robert Haas b30fb56b07 postgres_fdw: Push down FULL JOINs with restriction clauses. 9 years ago
Stephen Frost c7a9fa399d Add support for EUI-64 MAC addresses as macaddr8 9 years ago
Andres Freund 60f826c5e6 Improve isolation tests infrastructure. 9 years ago
Andres Freund 7150402655 amcheck: Harden tests against concurrent autovacuums. 9 years ago
Robert Haas c11453ce0a hash: Add write-ahead logging support. 9 years ago
Peter Eisentraut a47b38c9ee Spelling fixes 9 years ago
Peter Eisentraut f97a028d8e Spelling fixes in code comments 9 years ago
Peter Eisentraut 57488c1ce3 Fix compiler warning 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Noah Misch 944a026b4e Fix pg_file_write() error handling. 9 years ago
Noah Misch 2fd26b23b6 Assume deconstruct_array() outputs are untoasted. 9 years ago
Joe Conway cd1e23e93b Fix ancient connection leak in dblink 9 years ago
Peter Eisentraut 22ef6b041a dblink: Change some StringInfo to StringInfoData 9 years ago
Peter Eisentraut acaf7ccb94 dblink: Replace some macros by static functions 9 years ago
Tom Lane 9c2635e26f Fix hard-coded relkind constants in assorted other files. 9 years ago
Andres Freund fcd8d25d38 amcheck: editorialize variable name & comment. 9 years ago
Tom Lane 574268e37b Add .gitignore to contrib/amcheck. 9 years ago
Stephen Frost 90e91e242f pgstattuple: Fix typo partitiond -> partitioned 9 years ago
Andres Freund 3717dc149e Add amcheck extension to contrib. 9 years ago
Stephen Frost c08d82f38e Add relkind checks to certain contrib modules 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago