Commits

DateSubjectAuthorReleases
2014-08-18 Revert psql changes to support wrapped expanded mode. That feature is Greg Stark 9.4.0
2014-04-29 Remove unnecessary cast causing a warning Greg Stark 9.4.0
2014-04-28 Add support for wrapping to psql's "extended" mode. This makes it very Greg Stark 9.4.0
2013-09-03 Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad Greg Stark 9.3.1
2013-09-03 Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad Greg Stark 9.4.0
2013-07-29 Sync ECPG with WITH ORDINALITY changes Greg Stark 9.4.0
2013-07-29 Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF) Greg Stark 9.4.0
2011-03-27 fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes Greg Stark 9.1.0
2010-03-01 add EPERM to the list of return codes to expect from opening directories based on Vista results Greg Stark 9.0.0
2010-02-28 Second try at fsyncing directories in CREATE DATABASE. Let's see what the build farm says of opening directories read-only and ignoring EBADF from fsync of directories Greg Stark 9.0.0
2010-02-22 Oops, don't forget to rewind the directory before scanning it to fsync files in CREATE DATABASE Greg Stark 9.0.0
2010-02-17 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.1.20
2010-02-16 revert to showing buffer counts in explain (buffers) Greg Stark 9.0.0
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.4.3
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.3.10
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.2.16
2010-02-15 Temporarily disable fsyncing the database directory in CREATE DATABASE Greg Stark 9.0.0
2010-02-15 Display explain buffers measurements in memory units rather than blocks. Also show "Total Buffer Usage" to hint that these are totals not averages per loop Greg Stark 9.0.0
2010-02-15 Speed up CREATE DATABASE by deferring the fsyncs until after copying Greg Stark 9.0.0
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 9.0.0
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.4.3
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.3.10
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.2.16
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.1.20