Commit Graph

40086 Commits (4e56e5a6de766a6983ce723b1945d68a4e098a06)
 

Author SHA1 Message Date
Teodor Sigaev 4e56e5a6de Fix typo in generic wal docs 10 years ago
Teodor Sigaev 65578341af Add Generic WAL interface 10 years ago
Tom Lane c202ecf902 Another zic portability fix. 10 years ago
Alvaro Herrera 61608d3836 Fix recovery_min_apply_delay test 10 years ago
Tom Lane f9aefcb91f Support using index-only scans with partial indexes in more cases. 10 years ago
Alvaro Herrera 3501f71c21 Fix broken variable declaration 10 years ago
Alvaro Herrera 3dd0792ae0 Blind attempt at fixing Win32 issue on 24c5f1a103 10 years ago
Fujii Masao cee31f5fee Use proper format specifier %X/%X for LSN. 10 years ago
Alvaro Herrera 3a3b309041 I forgot the alternate expected file in previous commit 10 years ago
Alvaro Herrera 24c5f1a103 Enable logical slots to follow timeline switches 10 years ago
Alvaro Herrera 3b02ea4f07 XLogReader general code cleanup 10 years ago
Tom Lane 50861cd683 Improve portability of I/O behavior for the geometric types. 10 years ago
Tom Lane 818e593736 Suppress uninitialized-variable warnings. 10 years ago
Teodor Sigaev 2d02a856e8 Bump catalog version, forget in acdf2a8b37 10 years ago
Teodor Sigaev acdf2a8b37 Introduce SP-GiST operator class over box. 10 years ago
Teodor Sigaev 87545f5412 Use traversalValue in SP-GiST range opclass. 10 years ago
Teodor Sigaev ccd6eb49a4 Introduce traversalValue for SP-GiST scan 10 years ago
Magnus Hagander 3063e7a840 Add missing gss option to msvc config template 10 years ago
Tom Lane c53ab8a3af Remove just-added tests for to_timestamp(float8) with out-of-range inputs. 10 years ago
Tom Lane c3834ef9e8 Remove TZ environment-variable entry from postgres reference page. 10 years ago
Robert Haas 314cbfc5da Add new replication mode synchronous_commit = 'remote_apply'. 10 years ago
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