Commit Graph

2882 Commits (c5ec4064120c12c7b8cd4772d0b9f571f5dd40b4)

Author SHA1 Message Date
Tom Lane b9f117d6cd Add regression tests for remote execution of extension operators/functions. 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Robert Haas f18c944b61 postgres_fdw: Add ORDER BY to some remote SQL queries. 10 years ago
Peter Eisentraut a8d585c091 Message style improvements 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Noah Misch dfa1cddc4c Avoid scan-build warning about uninitialized htonl() arguments. 10 years ago
Noah Misch 5976097c0f Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 1d812c8b05 pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Tom Lane 8bbe4cbd9b Improve contrib/pg_stat_statements' handling of garbage collection failure. 10 years ago
Andres Freund 23fc0b485d Add missed CREATE EXTENSION ... CASCADE regression test adjustment. 10 years ago
Andres Freund b67aaf21e8 Add CASCADE support for CREATE EXTENSION. 10 years ago
Andres Freund 920218cbc0 Improve errhint() about replication slot naming restrictions. 10 years ago
Tom Lane 76f965ff1f Improve handling of collations in contrib/postgres_fdw. 10 years ago
Andres Freund eef34e5236 test_decoding: Protect against rare spurious test failures. 10 years ago
Alvaro Herrera 665a00c9e2 Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera 49124613f1 contrib/sslinfo: add ssl_extension_info SRF 10 years ago
Alvaro Herrera d94c36a45a Add more sanity checks in contrib/sslinfo 10 years ago
Joe Conway 03543afe15 Adjust sepgsql regression output for recent error context change 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Heikki Linnakangas c80b5f66c6 Fix misc typos. 10 years ago
Teodor Sigaev 1bbd52cb9a Make unaccent handle all diacritics known to Unicode, and expand ligatures correctly 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Alvaro Herrera 94d626ff5a Use materialize SRF mode in brin_page_items 10 years ago
Andres Freund 3f811c2d6f Add confirmed_flush column to pg_replication_slots. 10 years ago
Tom Lane fd7ed26c1a contrib/isn now needs a .gitignore file. 10 years ago
Tom Lane 09cecdf285 Fix a number of places that produced XX000 errors in the regression tests. 10 years ago
Heikki Linnakangas cb3384a0cb Fix output of ISBN-13 numbers beginning with 979. 10 years ago
Tom Lane c879d51c59 Some platforms now need contrib/tsm_system_time to be linked with libm. 10 years ago
Tom Lane dd7a8f66ed Redesign tablesample method API, and do extensive code review. 10 years ago
Heikki Linnakangas c6fbe6d6fb Add selectivity estimation functions for intarray operators. 10 years ago
Teodor Sigaev 97f3014647 This supports the triconsistent function for pg_trgm GIN opclass 10 years ago
Andrew Dunstan 00eff86cb8 Enable transforms modules to build and test on Cygwin. 10 years ago
Noah Misch 7193436744 AIX: Link TRANSFORM modules with their dependencies. 10 years ago
Noah Misch 736c1f238b MinGW: Link ltree_plpython with plpython. 10 years ago
Fujii Masao 705d397cd9 Prevent pgstattuple() from reporting BRIN as unknown index. 10 years ago
Noah Misch 0689cfc34b Link pg_stat_statements with libm. 10 years ago
Tom Lane 10fb48d66d Add an optional missing_ok argument to SQL function current_setting(). 10 years ago
Heikki Linnakangas f92d6a540a Use appendStringInfoString/Char et al where appropriate. 10 years ago
Fujii Masao fb174687f7 Make use of xlog_internal.h's macros in WAL-related utilities. 10 years ago
Andres Freund d47a1136e4 Fix test_decoding's handling of nonexistant columns in old tuple versions. 10 years ago
Peter Eisentraut 75f9d17638 Make Python tests more portable 10 years ago
Stephen Frost cde9cf170c Finish removing pg_audit 10 years ago
Stephen Frost e5f1a4f1e3 Remove pg_audit 10 years ago
Tom Lane 2aa0476dc3 Manual cleanup of pgindent results. 10 years ago
Tom Lane 91e79260f6 Remove no-longer-required function declarations. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago