Commit Graph

2892 Commits (07f69137b15e594edfaec29f73efa86aa442902c)

Author SHA1 Message Date
Tom Lane a7aa61ffe7 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 10 years ago
Tom Lane ab5f73b3ea Ensure plan stability in contrib/btree_gist regression test. 10 years ago
Heikki Linnakangas ad5993d866 Remove unused macros. 10 years ago
Tom Lane 695718f99c Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Tom Lane b1dd2f86ce Convert contrib/seg's bool-returning SQL functions to V1 call convention. 10 years ago
Tom Lane e7a456174b Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms. 10 years ago
Alvaro Herrera bf78a6f107 Add missing checks to some of pageinspect's BRIN functions 10 years ago
Tom Lane e1936470ea Fix phony .PHONY. 10 years ago
Andres Freund 301cc3549c Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund 598a01de69 ltree: Zero padding bytes when allocating memory for externally visible data. 10 years ago
Andres Freund 5990a034ad logical decoding: Fix handling of large old tuples with replica identity full. 10 years ago
Andres Freund e76e365be9 logical decoding: old/newtuple in spooled UPDATE changes was switched around. 10 years ago
Andres Freund 6e759cefe8 logical decoding: Tell reorderbuffer about all xids. 10 years ago
Andres Freund 684f4a0dde Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Andres Freund f8a75881f9 logical decoding: fix decoding of a commit's commit time. 10 years ago
Tom Lane 0276bbd623 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Robert Haas d160e2a343 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 10 years ago
Tom Lane 1c291624b2 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
Tom Lane 56251f3965 Fix incorrect pattern-match processing in psql's \det command. 10 years ago
Tom Lane 47acf3add3 Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN. 10 years ago
Tom Lane 5ef26b8de3 Use LOAD not actual code execution to pull in plpython library. 10 years ago
Tom Lane 8805af0886 Sort $(wildcard) output where needed for reproducible build output. 10 years ago
Tom Lane 69892d58c9 Add a comment noting that FDWs don't have to implement EXCEPT or LIMIT TO. 10 years ago
Alvaro Herrera c886c30cc8 Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt() 10 years ago
Robert Haas 325b357bc2 Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
Tom Lane 8ee1a776a0 Dodge a macro-name conflict with Perl. 10 years ago
Peter Eisentraut 0bc3071796 Message style improvements 10 years ago
Robert Haas 5043193b78 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago
Noah Misch 7bed97d486 Prevent stack overflow in query-type functions. 10 years ago
Noah Misch 4d6752277e pgcrypto: Detect and report too-short crypt() salts. 10 years ago
Tom Lane 39a716d933 Improve contrib/pg_stat_statements' handling of garbage collection failure. 10 years ago
Andres Freund cfddb5df5a Improve errhint() about replication slot naming restrictions. 10 years ago
Tom Lane 59d765b655 Improve handling of collations in contrib/postgres_fdw. 10 years ago
Andres Freund 55728ea501 test_decoding: Protect against rare spurious test failures. 10 years ago
Alvaro Herrera bbbe5a9d8a Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera 73d2d2e6a1 Add more sanity checks in contrib/sslinfo 10 years ago
Heikki Linnakangas 25600c42e0 Fix misc typos. 10 years ago
Joe Conway 1c419abffb Fix sepgsql regression tests. 10 years ago
Peter Eisentraut 63b04a3762 Improve spelling 10 years ago
Alvaro Herrera 1136971dae Use materialize SRF mode in brin_page_items 11 years ago
Tom Lane 6101524925 contrib/isn now needs a .gitignore file. 11 years ago
Tom Lane 89e80b0329 Fix a number of places that produced XX000 errors in the regression tests. 11 years ago
Heikki Linnakangas ea8385df6c Fix output of ISBN-13 numbers beginning with 979. 11 years ago
Tom Lane 62005e9465 Some platforms now need contrib/tsm_system_time to be linked with libm. 11 years ago
Tom Lane 6fcb337fa5 Redesign tablesample method API, and do extensive code review. 11 years ago
Andrew Dunstan d27fad73e8 Enable transforms modules to build and test on Cygwin. 11 years ago
Noah Misch 525a6a0d45 AIX: Link TRANSFORM modules with their dependencies. 11 years ago
Noah Misch 21a101848b MinGW: Link ltree_plpython with plpython. 11 years ago
Fujii Masao 5658b0dc04 Prevent pgstattuple() from reporting BRIN as unknown index. 11 years ago
Noah Misch c1fb421279 Link pg_stat_statements with libm. 11 years ago