summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-23Stamp 12rc1.REL_12_RC1Tom Lane
2019-09-23Translation updatesPeter Eisentraut
2019-09-23Message style fixesPeter Eisentraut
2019-09-23NLS: Fix backend gettext triggersPeter Eisentraut
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-22Fix typo in tts_virtual_copyslot.Tom Lane
2019-09-21Remove removed file from nls.mkPeter Eisentraut
2019-09-21Straighten out leakproofness markings on text comparison functions.Tom Lane
2019-09-21Fix up handling of nondeterministic collations with pattern_ops opclasses.Tom Lane
2019-09-20Update time zone data files to tzdata release 2019c.Tom Lane
2019-09-20Fix some minor spec-compliance issues in jsonpath lexer.Tom Lane
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-09-20Fix progress report of REINDEX INDEXAlvaro Herrera
2019-09-20Provide stable test for NULL-values in KNN SP-GiSTAlexander Korotkov
2019-09-19Remove unstable KNN SP-GiST testAlexander Korotkov
2019-09-19Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov
2019-09-19Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov
2019-09-19GSSAPI error message improvementsPeter Eisentraut
2019-09-19Revert change of ecpglib major versionPeter Eisentraut
2019-09-18pg_upgrade/test.sh: Quote sed(1) argumentAlvaro Herrera
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-09-15Fix bogus sizeof calculations.Tom Lane
2019-09-15Fix intermittent self-test failures caused by the stats_ext test.Dean Rasheed
2019-09-14Replace xlc __fetch_and_add() with inline asm.Noah Misch
2019-09-14Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.Noah Misch
2019-09-13logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera
2019-09-13Fix under-parenthesized macro definitionsAlvaro Herrera
2019-09-13Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-09-12Fix usage of whole-row variables in WCO and RLS policy expressions.Tom Lane
2019-09-11Expand properly list of TAP tests used for prove in vcregress.plMichael Paquier
2019-09-10Don't drop NOTICE messages in isolation tests.Tom Lane
2019-09-10Fix isolationtester race condition for notices sent before blocking.Tom Lane
2019-09-09Stamp 12beta4.REL_12_BETA4Tom Lane
2019-09-09Be more careful about port selection in src/test/ldap/.Tom Lane
2019-09-09Prevent msys2 conversion of "cmd /c" switch to a file pathAndrew Dunstan
2019-09-09Always skip recovery SysV shared memory tests on WindowsAndrew Dunstan
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-09-09Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov
2019-09-09Translation updatesPeter Eisentraut
2019-09-09Improve new AND CHAIN testsPeter Eisentraut
2019-09-08Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-08Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov
2019-09-08Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-06Message style fixesPeter Eisentraut
2019-09-06When performing a base backup, check for read errors.Robert Haas
2019-09-06libpq: ccache -> credential cachePeter Eisentraut
2019-09-06Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao