Commit Graph

40088 Commits (a361c22ebfa8c87683f07f83f55a8456e7892e6d)
 

Author SHA1 Message Date
Teodor Sigaev a361c22ebf Fix English in bloom module documentation 9 years ago
Teodor Sigaev 9ee014fc89 Bloom index contrib module 9 years ago
Teodor Sigaev 4e56e5a6de Fix typo in generic wal docs 9 years ago
Teodor Sigaev 65578341af Add Generic WAL interface 9 years ago
Tom Lane c202ecf902 Another zic portability fix. 9 years ago
Alvaro Herrera 61608d3836 Fix recovery_min_apply_delay test 9 years ago
Tom Lane f9aefcb91f Support using index-only scans with partial indexes in more cases. 9 years ago
Alvaro Herrera 3501f71c21 Fix broken variable declaration 9 years ago
Alvaro Herrera 3dd0792ae0 Blind attempt at fixing Win32 issue on 24c5f1a103 9 years ago
Fujii Masao cee31f5fee Use proper format specifier %X/%X for LSN. 9 years ago
Alvaro Herrera 3a3b309041 I forgot the alternate expected file in previous commit 9 years ago
Alvaro Herrera 24c5f1a103 Enable logical slots to follow timeline switches 9 years ago
Alvaro Herrera 3b02ea4f07 XLogReader general code cleanup 9 years ago
Tom Lane 50861cd683 Improve portability of I/O behavior for the geometric types. 9 years ago
Tom Lane 818e593736 Suppress uninitialized-variable warnings. 9 years ago
Teodor Sigaev 2d02a856e8 Bump catalog version, forget in acdf2a8b37 9 years ago
Teodor Sigaev acdf2a8b37 Introduce SP-GiST operator class over box. 9 years ago
Teodor Sigaev 87545f5412 Use traversalValue in SP-GiST range opclass. 9 years ago
Teodor Sigaev ccd6eb49a4 Introduce traversalValue for SP-GiST scan 9 years ago
Magnus Hagander 3063e7a840 Add missing gss option to msvc config template 9 years ago
Tom Lane c53ab8a3af Remove just-added tests for to_timestamp(float8) with out-of-range inputs. 9 years ago
Tom Lane c3834ef9e8 Remove TZ environment-variable entry from postgres reference page. 9 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 9 years ago
Tom Lane a898b409f6 Fix interval_mul() to not produce insane results. 9 years ago
Tom Lane e511d878f3 Allow to_timestamp(float8) to convert float infinity to timestamp infinity. 9 years ago
Robert Haas 96f8373cad Fix bug in aggregate (de)serialization commit. 9 years ago
Robert Haas 5fe5a2cee9 Allow aggregate transition states to be serialized and deserialized. 9 years ago
Robert Haas 7f0a2c85fb Improve pgbench docs regarding per-transaction logging. 9 years ago
Robert Haas d797bf7da2 Fix pgbench documentation error. 9 years ago
Alvaro Herrera a1c935d3b7 pgbench: allow a script weight of zero 9 years ago
Robert Haas ad9566470b pgbench: Remove \setrandom. 9 years ago
Tom Lane 7abc157165 Avoid possibly-unsafe use of Windows' FormatMessage() function. 9 years ago
Teodor Sigaev 61d66c44f1 Fix support of digits in email/hostnames. 9 years ago
Robert Haas f9143d102f Rework custom scans to work more like the new extensible node stuff. 9 years ago
Tom Lane 534da37927 Protect zic's symlink() call with #ifdef HAVE_SYMLINK. 9 years ago
Tom Lane 6d257e732b Fix zic for Windows. 9 years ago
Tom Lane 656ee84890 Fix portability issues in 86c43f4e22. 9 years ago
Robert Haas 5d4171d1c7 Don't require a user mapping for FDWs to work. 9 years ago
Robert Haas 868628e4fd On all Windows platforms, not just Cygwin, use _timezone and _tzname. 9 years ago
Robert Haas bd0f206f55 Fix typo in comment. 9 years ago
Robert Haas 86c43f4e22 pgbench: Support double constants and functions. 9 years ago
Alvaro Herrera 9bd61311bd PostgresNode: initialize $timed_out if passed 9 years ago
Alvaro Herrera 80b986cf52 Mention BRIN as able to do multi-column indexes 9 years ago
Tom Lane 1f4e9da624 Sync tzload() and tzparse() APIs with IANA release tzcode2016c. 9 years ago
Tom Lane f5f15ea6aa Fix MSVC build for changes in zic. 9 years ago
Tom Lane 1c1a7cbd6a Sync our copy of the timezone library with IANA release tzcode2016c. 9 years ago
Tom Lane e5a4dea80f Document errhidecontext() where it ought to be documented. 9 years ago
Alvaro Herrera 4b746f0d07 Update expected file from quoting change 9 years ago
Alvaro Herrera cad3edef4f pg_rewind: Improve internationalization 9 years ago
Alvaro Herrera 37732a2555 Fix minor leak in pg_dump for ACCESS METHOD. 9 years ago