Commit Graph

44385 Commits (e9ecf736e121758baf67cee6be9ee7ed285ca2d3)
 

Author SHA1 Message Date
Michael Paquier e9ecf736e1 Doc: Fix event trigger firing table 7 years ago
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
Tom Lane 5c3d47287f Fix contrib/sepgsql test policy to work with latest SELinux releases. 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 ba7359d5fe Fix build of documentation 7 years ago
Michael Paquier 1c423463e4 Doc: Clarify interactions of pg_receivewal with remote_apply 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
Bruce Momjian f68060cadb doc: mention pg_reload_conf() for reloading the config file 7 years ago
Thomas Munro 15f2f2759e Fix documentation for pgbench tpcb-like. 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
Peter Eisentraut a5407d1bd6 doc: Clarify logical replication documentation 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
Tom Lane 80931442c9 Follow the rule that regression-test-created roles are named "regress_xxx". 7 years ago
Michael Paquier 131e545ac3 Fix thinkos in LookupFuncName() for function name lookups 7 years ago
Thomas Munro 956611e4c4 Don't unset MAKEFLAGS in non-GNU Makefile. 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
Tom Lane 8339895d8f Last-minute updates for release notes. 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