Commit Graph

3222 Commits (e984ef5861df4bc9733b36271d05763e82de7c04)

Author SHA1 Message Date
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
Heikki Linnakangas 273c458a2b Refactor SHA2 functions and move them to src/common/. 9 years ago
Peter Eisentraut 788af6f854 Move atooid() definition to a central place 9 years ago
Peter Eisentraut 2ed193c904 chomp PQerrorMessage() in backend uses 9 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane c29aff959d Consistently declare timestamp variables as TimestampTz. 9 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 9 years ago
Tom Lane 9e43e8714c Fix contrib/pg_trgm's extraction of trigrams from regular expressions. 9 years ago
Robert Haas b4316928d5 Fix incorrect typecast. 9 years ago
Peter Eisentraut 04aad40186 Drop support for Python 2.3 9 years ago