aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Correct script name in README filePeter Eisentraut2019-06-24
* Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.Tom Lane2019-06-24
* Correct obsolete amcheck comments.Peter Geoghegan2019-06-24
* Drop test user when done with it.Tom Lane2019-06-24
* Upgrade internal error message to externalPeter Eisentraut2019-06-24
* Don't call PG_RETURN_BOOL() in a function not returning Datum.Noah Misch2019-06-23
* Add security checks to the multivariate MCV estimation code.Dean Rasheed2019-06-23
* Remove unnecessary comment.Thomas Munro2019-06-23
* Fix spinlock assembly code for MIPS so it works on MIPS r6.Tom Lane2019-06-22
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Remove obsolete comments about sempahores from proc.c.Thomas Munro2019-06-21
* Rework some error strings for REINDEX CONCURRENTLY with system catalogsMichael Paquier2019-06-20
* Fix description of pg_class.relam for table access methodsMichael Paquier2019-06-20
* pg_upgrade: Improve error messagesPeter Eisentraut2019-06-19
* pg_upgrade: Improve invalid option handlingPeter Eisentraut2019-06-19
* Fix description for $varname jsonpath variableAlexander Korotkov2019-06-19
* Improve documentation for jsonpath like_regex predicateAlexander Korotkov2019-06-19
* Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov2019-06-19
* Update list of combining charactersPeter Eisentraut2019-06-19
* Add XSL stylesheet to fix up SVG filesPeter Eisentraut2019-06-19
* Fix typoMagnus Hagander2019-06-19
* Replace an occurrence of slave with standbyMagnus Hagander2019-06-19
* Remove last references to WAL segment size in MSVC scriptsMichael Paquier2019-06-19
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-18
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Prevent Parallel Hash Join for JOIN_UNIQUE_INNER.Thomas Munro2019-06-19
* Stamp 12beta2.REL_12_BETA2Tom Lane2019-06-17
* Translation updatesPeter Eisentraut2019-06-17
* Fix buffer overflow when processing SCRAM final message in libpqMichael Paquier2019-06-17
* Fix buffer overflow when parsing SCRAM verifiers in backendMichael Paquier2019-06-17
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Doc: remove description of commit 23bd3cec6 from v12 release notes.Tom Lane2019-06-16
* Further fix privileges on pg_statistic_ext[_data].Tom Lane2019-06-16
* Fix privileges on pg_statistic_ext.tableoidTomas Vondra2019-06-16
* Fix incorrect CREATE STATISTICS example in docsTomas Vondra2019-06-16
* Add pg_stats_ext view for extended statisticsTomas Vondra2019-06-16
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Prefer timezone name "UTC" over alternative spellings.Andrew Gierth2019-06-15
* Add pg_dumpall --rows-per-insertAlvaro Herrera2019-06-14
* Tweak libpq's PQhost, PQhostaddr, and psql's \connectAlvaro Herrera2019-06-14
* Silence compiler warningAlvaro Herrera2019-06-14
* doc: PG 12 relnotes, add mention of single-child optimizationBruce Momjian2019-06-14
* postgres_fdw: Fix costing of pre-sorted foreign paths with local stats.Etsuro Fujita2019-06-14
* docs: PG 12 relnotes, update self-join item to mention ctidBruce Momjian2019-06-13
* docs: PG 12 relnotes, move vacuumdb to the client app sectionBruce Momjian2019-06-13
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Use OpenSSL-specific ifdefs in sha2.hMichael Paquier2019-06-14
* Avoid combinatorial explosion in add_child_rel_equivalences().Tom Lane2019-06-13