Commit Graph

3339 Commits (34010ac2fa187ce032a7b243c829c7ef5f047e20)

Author SHA1 Message Date
Tom Lane 8a7f24b22f Repair bogus EPQ plans generated for postgres_fdw foreign joins. 7 years ago
Bruce Momjian 7c688d068f C comment: remove extra '*' 7 years ago
Andrew Gierth bcbb682786 Fix hstore hash function for empty hstores upgraded from 8.4. 7 years ago
Andrew Gierth e193fb9919 Avoid crashes in contrib/intarray gist__int_ops (bug #15518) 7 years ago
Tom Lane 34f9944c20 Still further rethinking of build changes for macOS Mojave. 7 years ago
Tom Lane afb5fb290e Improve stability of recently-added regression test case. 7 years ago
Andres Freund 532e3b5b3d Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Tom Lane 142cfd3cd8 Allow btree comparison functions to return INT_MIN. 7 years ago
Tom Lane 370b28ccd4 Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Tom Lane 736c3a48c4 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Michael Paquier 90a1f97867 Revoke pg_stat_statements_reset() permissions 7 years ago
Tom Lane a54f5b187a Make contrib/unaccent's unaccent() function work when not in search path. 7 years ago
Tom Lane 10b9af3ebb Avoid using potentially-under-aligned page buffers. 7 years ago
Alexander Korotkov 29e07cd224 Enforce cube dimension limit in all cube construction functions 7 years ago
Alexander Korotkov 4ffb7c7b3c Split contrib/cube platform-depended checks into separate test 7 years ago
Andrew Gierth 64eed263ac postgres_fdw: don't push ORDER BY with no vars (bug #15352) 7 years ago
Noah Misch e7688696db Fix earthdistance test suite function name typo. 8 years ago
Heikki Linnakangas ed529faf7e Fix misc typos, mostly in comments. 8 years ago
Tom Lane 0bb28ca36e Fix hashjoin costing mistake introduced with inner_unique optimization. 8 years ago
Tom Lane 1f47eb08cb Fix crash in contrib/ltree's lca() function for empty input array. 8 years ago
Tom Lane c74f48a4ec Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Alvaro Herrera 7acbb481c8 Reduce cost of test_decoding's new oldest_xmin test 8 years ago
Alvaro Herrera b767b3f2e5 Fix "base" snapshot handling in logical decoding 8 years ago
Tom Lane 7594b7a533 Fix contrib/hstore_plperl to look through scalar refs. 8 years ago
Stephen Frost 20f01fc459 adminpack: Revoke EXECUTE on pg_logfile_rotate() 8 years ago
Tom Lane 8b6294c7a5 Change more places to be less trusting of RestrictInfo.is_pushed_down. 8 years ago
Tom Lane 16d3dbe2f3 Fix potentially-unportable code in contrib/adminpack. 8 years ago
Teodor Sigaev 29ab1567e7 Remove wrongly backpatched piece of code in cube.c 8 years ago
Tom Lane 76e2b5ae41 Fix errors in contrib/bloom index build. 8 years ago
Teodor Sigaev 5b1b7286c9 Rework word_similarity documentation, make it close to actual algorithm. 8 years ago
Tom Lane bfade0e51b Fix assorted issues in convert_to_scalar(). 8 years ago
Tom Lane 147b59971e Fix IOS planning when only some index columns can return an attribute. 8 years ago
Tom Lane aac6286d8f Rename base64 routines to avoid conflict with Solaris built-in functions. 8 years ago
Noah Misch 10d598354a Empty search_path in Autovacuum and non-psql/pgbench clients. 8 years ago
Tom Lane 0222e897d8 Allow auto_explain.log_min_duration to go up to INT_MAX. 8 years ago
Robert Haas 1787c332db pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Robert Haas 92123c6ea2 Fix test case for 'outer pathkeys do not match mergeclauses' fix. 8 years ago
Robert Haas 51fc1b09a3 pageinspect: Fix use of wrong memory context by hash_page_items. 8 years ago
Robert Haas 3f05a30b50 postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. 8 years ago
Tom Lane 67854bc59a Fix postgres_fdw to cope with duplicate GROUP BY entries. 8 years ago
Teodor Sigaev b8279a783d Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane 0dc5dfcd7a Fix new test case to not be endian-dependent. 8 years ago
Tom Lane 5ad1b17287 Fix incorrect computations of length of null bitmap in pageinspect. 8 years ago
Tom Lane a57aa430b6 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. 8 years ago
Tom Lane ddba320059 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). 8 years ago
Tom Lane 6313995c27 Provide modern examples of how to auto-start Postgres on macOS. 8 years ago
Tom Lane d33fc27e8d Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Noah Misch 6b0b983f79 start-scripts: switch to $PGUSER before opening $PGLOG. 8 years ago
Tom Lane 485d49dbc9 Fix crash when logical decoding is invoked from a PL function. 8 years ago
Robert Haas ce60c2a282 Fix more user-visible elog() calls. 8 years ago