Commit Graph

31437 Commits (e9ecf736e121758baf67cee6be9ee7ed285ca2d3)

Author SHA1 Message Date
Alvaro Herrera 52608f3416 Don't uselessly escape a string that doesn't need escaping 7 years ago
Tom Lane 46c193213a Fix possible lockup in pgbench with -R. 7 years ago
Tom Lane 55862b2e93 Tweak our special-case logic for the IANA "Factory" timezone. 7 years ago
Tom Lane ae9b91be79 Avoid choosing "localtime" or "posixrules" as TimeZone during initdb. 7 years ago
Tom Lane fa854112fc Fix loss of fractional digits for large values in cash_numeric(). 7 years ago
Tom Lane ed304d1e26 Fix syntax error in commit 20e99cddd. 7 years ago
Tom Lane cb65b454f8 Fix failures to ignore \r when reading Windows-style newlines. 7 years ago
Andrew Dunstan 165f4eecfe Honor MSVC WindowsSDKVersion if set 7 years ago
Michael Paquier 183cd8c67a Fix failure with pgperlcritic from the TAP test of synchronous replication 7 years ago
Tom Lane 3808cf21f6 Fix infelicities in describeOneTableDetails' partitioned-table handling. 7 years ago
Michael Paquier 46fb7ff65e Improve stability of TAP test for synchronous replication 7 years ago
Tom Lane 7ac7bf50cc Make pg_upgrade's test.sh less chatty. 7 years ago
Tom Lane 0e1deaa4c4 Install dependencies to prevent dropping partition key columns. 7 years ago
Tom Lane 8a4fa297a5 Silence compiler warning, hopefully. 7 years ago
Jeff Davis b0a7e0f07f Fix error in commit e6feef57. 7 years ago
Jeff Davis 955089d4d7 Fix daterange canonicalization for +/- infinity. 7 years ago
Tom Lane 53256e892e Update time zone data files to tzdata release 2019b. 7 years ago
Tom Lane ccc323b57f Sync our copy of the timezone library with IANA release tzcode2019b. 7 years ago
Tom Lane 583025c3c7 Fix thinko in construction of old_conpfeqop list. 7 years ago
Michael Paquier 4fea343493 Fix variable initialization when using buffering build with GiST 7 years ago
Thomas Munro 72b526779a Pass QueryEnvironment down to EvalPlanQual's EState. 7 years ago
David Rowley 232019b792 Don't remove surplus columns from GROUP BY for inheritance parents 7 years ago
Michael Paquier 0ce8e49b22 Add support for Visual Studio 2019 in build scripts 7 years ago
Tom Lane 90434e6f2c Fix tab completion of "SET variable TO|=" to not offer bogus completions. 7 years ago
Noah Misch cd9d48969d Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType. 7 years ago
Andrew Gierth a1637caee9 Repair logic for reordering grouping sets optimization. 7 years ago
Thomas Munro 69da8c1e69 Fix misleading comment in nodeIndexonlyscan.c. 7 years ago
Tomas Vondra 0161e522cb Update reference to sampling algorithm in analyze.c 7 years ago
Michael Paquier a559805597 Add support for OpenSSL 1.1.0 and newer versions in MSVC scripts 7 years ago
Michael Paquier 131e545ac3 Fix thinkos in LookupFuncName() for function name lookups 7 years ago
Tom Lane cb8962ce8e Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. 7 years ago
Tom Lane 05399b1488 Fix spinlock assembly code for MIPS so it works on MIPS r6. 7 years ago
Noah Misch 6121ba9d18 Consolidate methods for translating a Perl path to a Windows path. 7 years ago
Thomas Munro df098c371b Remove obsolete comments about sempahores from proc.c. 7 years ago
Alvaro Herrera 0772d8a00e Avoid spurious deadlocks when upgrading a tuple lock 7 years ago
Tom Lane cb4cb7401e Stamp 10.9. 7 years ago
Peter Eisentraut 435a2bf39e Translation updates 7 years ago
Michael Paquier d72a7e4da1 Fix buffer overflow when processing SCRAM final message in libpq 7 years ago
Michael Paquier 90adc16ea1 Fix buffer overflow when parsing SCRAM verifiers in backend 7 years ago
Alvaro Herrera 93d4484ef8 Revert "Avoid spurious deadlocks when upgrading a tuple lock" 7 years ago
Andrew Gierth 2913a892e1 Prefer timezone name "UTC" over alternative spellings. 7 years ago
Alvaro Herrera 744639739c Silence compiler warning 7 years ago
Tom Lane 8de574aa8b Attempt to identify system timezone by reading /etc/localtime symlink. 7 years ago
Alvaro Herrera 14a91a8fc2 Avoid spurious deadlocks when upgrading a tuple lock 7 years ago
Tom Lane 945ae92c8a Mark ReplicationSlotCtl as PGDLLIMPORT. 7 years ago
Tom Lane 30d3df0a7b Fix incorrect printing of queries with duplicated join names. 7 years ago
Tom Lane ac8f2e1ef3 In walreceiver, don't try to do ereport() in a signal handler. 7 years ago
Tom Lane 2981e5a612 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. 7 years ago
Michael Paquier 56a932533a Fix handling of COMMENT for domain constraints 7 years ago
Tom Lane b6f5689aad Fix conversion of JSON strings to JSON output columns in json_to_record(). 7 years ago