Commit Graph

23089 Commits (f61ecd01e349cc45e9299ba48bba3fb4673fc319)

Author SHA1 Message Date
Tom Lane f61ecd01e3 Make pltcl regression tests safe for Danish locale. 10 years ago
Tom Lane d70df7867f Fix MSVC build for changes in zic. 10 years ago
Tom Lane 5db14fad05 Sync back-branch copies of the timezone code with IANA release tzcode2016c. 10 years ago
Tom Lane 608cc0c413 Fix crash in close_ps() for NaN input coordinates. 10 years ago
Andres Freund 37276017fb Fix torn-page, unlogged xid and further risks from heap_update(). 10 years ago
Tom Lane 71af6c006e Fix TAP tests and MSVC scripts for pathnames with spaces. 10 years ago
Tom Lane 354b3a3ac8 Increase fixed waits in "pg_ctl start -w" from 5 seconds to 10. 10 years ago
Tom Lane d56c02f1ac Revert "Fix "pg_ctl start -w" to test child process status directly." 10 years ago
Tom Lane 7b97dafa2a Fix validation of overly-long IPv6 addresses. 10 years ago
Tom Lane bdf39b2c57 Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
Tom Lane cbd72c72b0 Clarify documentation of ceil/ceiling/floor functions. 10 years ago
Alvaro Herrera f4cb9ef57d nls-global.mk: search build dir for source files, too 10 years ago
Tom Lane 32ceb8dfbf Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Alvaro Herrera de887cc8af Avoid hot standby cancels from VAC FREEZE 10 years ago
Tom Lane 5551dac59c Fetch XIDs atomically during vac_truncate_clog(). 10 years ago
Tom Lane fe1731fca2 Avoid consuming an XID during vac_truncate_clog(). 10 years ago
Tom Lane 7b40b2d90f Fix latent crash in do_text_output_multiline(). 10 years ago
Alvaro Herrera 2152762c53 Fix autovacuum for shared relations 10 years ago
Tom Lane ddb0843d44 Stamp 9.1.22. 10 years ago
Peter Eisentraut e712933c80 Translation updates 10 years ago
Peter Eisentraut 9b676fd49a Distrust external OpenSSL clients; clear err queue 10 years ago
Tom Lane 7bad282c34 Fix possible read past end of string in to_timestamp(). 10 years ago
Tom Lane bfc39da640 Update time zone data files to tzdata release 2016d. 10 years ago
Tom Lane a6c6789c46 Adjust DatumGetBool macro, this time for sure. 10 years ago
Tom Lane cbff4b7085 Rename strtoi() to strtoint(). 10 years ago
Tom Lane 6882dbd342 Fix planner failure with full join in RHS of left join. 10 years ago
Tom Lane 9028f404ef Improve TranslateSocketError() to handle more Windows error codes. 10 years ago
Tom Lane 5b13ad976a Remove dead code in win32.h. 10 years ago
Tom Lane b2bb59bd51 Provide errno-translation wrappers around bind() and listen() on Windows. 10 years ago
Tom Lane 663624e60b Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Tom Lane 4c1c9f80b7 Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait. 10 years ago
Andres Freund ccf893c4bd Remove trailing commas in enums. 10 years ago
Tom Lane 3ef1f3a3ec Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works. 10 years ago
Teodor Sigaev 94cda4f106 Fix possible use of uninitialised value in ts_headline() 10 years ago
Andrew Dunstan d2189a8026 Turn down MSVC compiler verbosity 10 years ago
Tom Lane b1b6aa88b1 Fix latent portability issue in pgwin32_dispatch_queued_signals(). 10 years ago
Tom Lane 6cd30292bf Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Tom Lane 158a0fb254 Stamp 9.1.21. 10 years ago
Peter Eisentraut 83b228a0ba Translation updates 10 years ago
Andres Freund 598e2c55eb Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 528f112b04 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane e5fd35cc54 Update time zone data files to tzdata release 2016c. 10 years ago
Andrew Dunstan 2aa9fd9631 Remove dependency on psed for MSVC builds. 10 years ago
Tom Lane 0c94970c93 Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>. 10 years ago
Tom Lane 2d61d88d8d Add missing NULL terminator to list_SECURITY_LABEL_preposition[]. 10 years ago
Magnus Hagander 3e6385e271 Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 10 years ago
Andres Freund a62714fae2 Avoid unlikely data-loss scenarios due to rename() without fsync. 10 years ago
Andres Freund d0e47bcd47 Introduce durable_rename() and durable_link_or_rename(). 10 years ago
Tom Lane d485d9581d Fix incorrect handling of NULL index entries in indexed ROW() comparisons. 10 years ago
Andres Freund c5f1fbbfb5 plperl: Correctly handle empty arrays in plperl_ref_from_pg_array. 10 years ago