Commit Graph

44244 Commits (88fdc7006018b92d6ec92c54b3819764703daaba)
 

Author SHA1 Message Date
Robert Haas 88fdc70060 Fix possible infinite loop with Parallel Append. 8 years ago
Peter Eisentraut b3a101eff0 Refine SSL tests test name reporting 8 years ago
Robert Haas 882ea509fe postgres_fdw: Remove CTID output from some tests. 8 years ago
Robert Haas 1bc0100d27 postgres_fdw: Push down UPDATE/DELETE joins to remote servers. 8 years ago
Peter Eisentraut 7c44b75a2a Make new triggers tests more robust 8 years ago
Peter Eisentraut 32ff269117 Add more information_schema columns 8 years ago
Robert Haas b98a7cd58f Update out-of-date comment in StartupXLOG. 8 years ago
Robert Haas 4815dfa10f Remove prototype for fmgr() function, which no longer exists. 8 years ago
Magnus Hagander 9e03901550 Change default git repo URL to https 8 years ago
Tom Lane 0a459cec96 Support all SQL:2011 options for window frame clauses. 8 years ago
Robert Haas 2320945731 Fix incorrect grammar. 8 years ago
Robert Haas 9fafa413ac Avoid valgrind complaint about write() of uninitalized bytes. 8 years ago
Tom Lane 3785f7eee3 Doc: move info for btree opclass implementors into main documentation. 8 years ago
Robert Haas f069c91a57 Fix possible crash in partition-wise join. 8 years ago
Tom Lane 1eb5d43bee Last-minute updates for release notes. 8 years ago
Tom Lane a926eb84e0 Ensure that all temp files made during pg_upgrade are non-world-readable. 8 years ago
Tom Lane 3492a0af0b Fix RelationBuildPartitionKey's processing of partition key expressions. 8 years ago
Tom Lane 05d0f13f07 Skip setting up shared instrumentation for Hash node if not needed. 8 years ago
Peter Eisentraut ad14919ac9 doc: Update mentions of MD5 in the documentation 8 years ago
Tom Lane cf1cba3110 Release notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21. 8 years ago
Tom Lane 64fb645914 Doc: minor clarifications in xindex.sgml. 8 years ago
Peter Eisentraut 4ac583f36a doc: Fix name in release notes 8 years ago
Peter Eisentraut 1d81c093db doc: Clarify psql --list documentation a bit more 8 years ago
Tom Lane 794eb3a8f0 Minor copy-editing for 10.2 release notes. 8 years ago
Peter Eisentraut bc38bdba04 doc: Fix index link 8 years ago
Tom Lane d59ff4ab31 Fix another instance of unsafe coding for shm_toc_lookup failure. 8 years ago
Tom Lane 957ff087c8 Be more wary about shm_toc_lookup failure. 8 years ago
Tom Lane bf641d3376 First-draft release notes for 10.2. 8 years ago
Peter Eisentraut 533c5d8bdd Fix application of identity values in some cases 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Robert Haas 9aef173163 Refactor code for partition bound searching 8 years ago
Robert Haas 9222c0d9ed Add new function WaitForParallelWorkersToAttach. 8 years ago
Stephen Frost a2a2205761 Improve ALTER TABLE synopsis 8 years ago
Robert Haas ad25a6b1f2 Fix possible failure to mark hash metapage dirty. 8 years ago
Bruce Momjian df9f599bc6 psql: Add quit/help behavior/hint, for other tool portability 8 years ago
Bruce Momjian eab30cc6b5 doc: fix trigger inheritance wording 8 years ago
Bruce Momjian 59ad246350 doc: clarify major/minor pg_upgrade versions with examples 8 years ago
Bruce Momjian 1cf1112990 doc: clearify trigger behavior for inheritance 8 years ago
Bruce Momjian 3b15255912 doc: in contrib-spi, mention and link to the meaning of SPI 8 years ago
Robert Haas 22757960bb Fix typo: colums -> columns. 8 years ago
Bruce Momjian de71541460 doc: Improve pg_upgrade rsync examples to use clusterdir 8 years ago
Robert Haas d40d97d6c7 pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Bruce Momjian e5dede9097 doc: mention datadir locations are actually config locations 8 years ago
Robert Haas 3ccdc6f9a5 Fix list partition constraints for partition keys of array type. 8 years ago
Robert Haas 0ff5bd7b47 pg_prewarm: Add missing LWLockRegisterTranche call. 8 years ago
Peter Eisentraut f75a959155 Refactor client-side SSL certificate checking code 8 years ago
Peter Eisentraut 38d485fdaa Fix up references to scram-sha-256 8 years ago
Robert Haas 99f6a17dd6 Fix test case for 'outer pathkeys do not match mergeclauses' fix. 8 years ago
Peter Eisentraut a044378ce2 Add some noreturn attributes to help static analyzers 8 years ago
Peter Eisentraut 07e524d3e9 Silence complaint about dead assignment 8 years ago