Commit Graph

40065 Commits (a898b409f66f956e99694710f537829db02652c0)
 

Author SHA1 Message Date
Tom Lane a898b409f6 Fix interval_mul() to not produce insane results. 10 years ago
Tom Lane e511d878f3 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. 10 years ago
Robert Haas 96f8373cad Fix bug in aggregate (de)serialization commit. 10 years ago
Robert Haas 5fe5a2cee9 Allow aggregate transition states to be serialized and deserialized. 10 years ago
Robert Haas 7f0a2c85fb Improve pgbench docs regarding per-transaction logging. 10 years ago
Robert Haas d797bf7da2 Fix pgbench documentation error. 10 years ago
Alvaro Herrera a1c935d3b7 pgbench: allow a script weight of zero 10 years ago
Robert Haas ad9566470b pgbench: Remove \setrandom. 10 years ago
Tom Lane 7abc157165 Avoid possibly-unsafe use of Windows' FormatMessage() function. 10 years ago
Teodor Sigaev 61d66c44f1 Fix support of digits in email/hostnames. 10 years ago
Robert Haas f9143d102f Rework custom scans to work more like the new extensible node stuff. 10 years ago
Tom Lane 534da37927 Protect zic's symlink() call with #ifdef HAVE_SYMLINK. 10 years ago
Tom Lane 6d257e732b Fix zic for Windows. 10 years ago
Tom Lane 656ee84890 Fix portability issues in 86c43f4e22. 10 years ago
Robert Haas 5d4171d1c7 Don't require a user mapping for FDWs to work. 10 years ago
Robert Haas 868628e4fd On all Windows platforms, not just Cygwin, use _timezone and _tzname. 10 years ago
Robert Haas bd0f206f55 Fix typo in comment. 10 years ago
Robert Haas 86c43f4e22 pgbench: Support double constants and functions. 10 years ago
Alvaro Herrera 9bd61311bd PostgresNode: initialize $timed_out if passed 10 years ago
Alvaro Herrera 80b986cf52 Mention BRIN as able to do multi-column indexes 10 years ago
Tom Lane 1f4e9da624 Sync tzload() and tzparse() APIs with IANA release tzcode2016c. 10 years ago
Tom Lane f5f15ea6aa Fix MSVC build for changes in zic. 10 years ago
Tom Lane 1c1a7cbd6a Sync our copy of the timezone library with IANA release tzcode2016c. 10 years ago
Tom Lane e5a4dea80f Document errhidecontext() where it ought to be documented. 10 years ago
Alvaro Herrera 4b746f0d07 Update expected file from quoting change 10 years ago
Alvaro Herrera cad3edef4f pg_rewind: Improve internationalization 10 years ago
Alvaro Herrera 37732a2555 Fix minor leak in pg_dump for ACCESS METHOD. 10 years ago
Alvaro Herrera 59a2111b23 Improve internationalization of messages involving type names 10 years ago
Teodor Sigaev 559e7a0a6d psql tab-complete for CREATE/DROP ACCESS METHOD 10 years ago
Teodor Sigaev dabd255d58 Fix comment in pg_dump. 10 years ago
Tom Lane 4c46f83386 Last-minute updates for release notes. 10 years ago
Alvaro Herrera 3e1338475f Add missing checks to some of pageinspect's BRIN functions 10 years ago
Stephen Frost 86ebf30fd6 Reset plan->row_security_env and planUserId 10 years ago
Tom Lane d12e5bb79b Code and docs review for commit 3187d6de0e. 10 years ago
Tom Lane 499a50571c Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21. 10 years ago
Tom Lane d65b665d52 Guard against zero vardata.rel->tuples in estimate_hash_bucketsize(). 10 years ago
Tom Lane fa09f89351 Clamp adjusted ndistinct to positive integer in estimate_hash_bucketsize(). 10 years ago
Andres Freund 408f043853 pg_rewind: fsync target data directory. 10 years ago
Andres Freund 9f7c527af3 Fix LWLockReportWaitEnd() parameter list to be (void). 10 years ago
Andres Freund a6c845946d pg_rewind: Close backup_label file descriptor. 10 years ago
Andres Freund 1a7a43672b Don't use !! but != 0/NULL to force boolean evaluation. 10 years ago
Andres Freund af4472bcb8 Change various Gin*Is* macros to return 0/1. 10 years ago
Tom Lane 29b6123ecb First-draft release notes for 9.5.2. 10 years ago
Tom Lane 221619ad69 Modernize zic's test for valid timezone abbreviations. 10 years ago
Tom Lane 76281aa964 Avoid a couple of zero-divide scenarios in the planner. 10 years ago
Tom Lane 676265eb7b Update time zone data files to tzdata release 2016c. 10 years ago
Tom Lane 9f73a2f6d1 Fix PL/Tcl for vpath builds. 10 years ago
Tom Lane cd37bb7859 Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE. 10 years ago
Tom Lane fb8d2a7f57 In PL/Tcl, make database errors return additional info in the errorCode. 10 years ago
Tom Lane c94959d411 Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator. 10 years ago