Mailing lists [pgsql-committers]
- pgsql: pgbench: Support double constants and functions. Robert Haas
- pgsql: Fix typo in comment. Robert Haas
- pgsql: On all Windows platforms, not just Cygwin, use _timezone and _tz Robert Haas
- pgsql: Don't require a user mapping for FDWs to work. Robert Haas
- pgsql: Fix portability issues in 86c43f4e22c0771fd0cc6bce2799802c894ee2 Tom Lane
- pgsql: Fix zic for Windows. Tom Lane
- pgsql: Protect zic's symlink() call with #ifdef HAVE_SYMLINK. Tom Lane
- pgsql: Rework custom scans to work more like the new extensible node st Robert Haas
- pgsql: Fix support of digits in email/hostnames. Teodor Sigaev
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: Avoid possibly-unsafe use of Windows' FormatMessage() function. Tom Lane
- pgsql: pgbench: Remove \setrandom. Robert Haas
- pgsql: pgbench: allow a script weight of zero Alvaro Herrera
- pgsql: Fix pgbench documentation error. Robert Haas
- pgsql: Fix pgbench documentation error. Robert Haas
- pgsql: Improve pgbench docs regarding per-transaction logging. Robert Haas
- pgsql: Allow aggregate transition states to be serialized and deseriali Robert Haas
- pgsql: Fix bug in aggregate (de)serialization commit. Robert Haas
- pgsql: Allow to_timestamp(float8) to convert float infinity to timestam Tom Lane
- pgsql: Fix interval_mul() to not produce insane results. Tom Lane