Skip to content

Revisions

  • Added missing letter.

    @jeffreyplusplus jeffreyplusplus committed Jul 1, 2016
  • Updated pg (markdown)

    @brianc brianc committed Jun 21, 2016
  • Remove reference to internal pools API

    @brianc brianc committed Jun 21, 2016
  • Updated pg (markdown)

    @yogesch yogesch committed May 11, 2016
  • added clarification about pool creation vs. pulling clients from the existing pool.

    @yogesch yogesch committed May 11, 2016
  • Updated pg (markdown)

    @aheinz-fe aheinz-fe committed Mar 15, 2016
  • Updated pg (markdown)

    @aheinz-fe aheinz-fe committed Mar 15, 2016
  • Updated pg (markdown)

    @aheinz-fe aheinz-fe committed Mar 15, 2016
  • which provides a somewhat naive => which provides a somewhat native

    Nikita Lavrenko committed Jan 25, 2016
  • The connect method is lowercase and should not be capitalized

    @bdunavant bdunavant committed Jan 7, 2016
  • Add bottom nav

    @DaAwesomeP DaAwesomeP committed Jan 1, 2016
  • Updated pg (markdown)

    @gnuletik gnuletik committed Dec 24, 2015
  • unix sockets note for host

    @Lekensteyn Lekensteyn committed Aug 28, 2015
  • host defaults to localhost, see https://github.com/brianc/node-postgres/commit/738c966112c8ea5d18babce81e944b6b691dd39f

    @Lekensteyn Lekensteyn committed Aug 28, 2015
  • clarify difference between done() and client.end() as discussed in issue #715

    @wkentdag wkentdag committed Jul 24, 2015
  • Fix anchor link for pg defaults.

    Kevin Burke committed Jun 17, 2015
  • Added documentation of `pg.cancel()`.

    @whitelynx whitelynx committed Feb 24, 2015
  • Update documentation on pg.defaults.poolSize

    @brianc brianc committed Feb 21, 2015
  • Added pg.defaults.ssl.

    @arikfr arikfr committed Feb 8, 2015
  • Corrected link to PostgreSQL docs about environment variables. (had linked to environment variables used by PL/Python, instead of those used by libpq)

    @whitelynx whitelynx committed Jul 15, 2014
  • Updated pg (markdown)

    @brianc brianc committed Apr 6, 2014
  • remove text noize by a extra _ on formating.

    @aurium aurium committed Dec 20, 2013
  • add example for a socket path, with a specific database.

    @aurium aurium committed Dec 20, 2013
  • _socket:/some path/?db=database_name&encoding=utf8_ was miss formated :-/

    @aurium aurium committed Dec 20, 2013
  • Update to show more advanced socket connection string usage

    @brianc brianc committed Dec 20, 2013
  • add string connection for sockets

    @aurium aurium committed Dec 19, 2013
  • Updated pg (markdown)

    @brianc brianc committed Aug 29, 2013
  • add default for reapIntervalMillis

    strk committed May 24, 2013
  • Was unclear; I thought `done` was supposed to take a truthy value, to show I was done with it -- but the examples are correct.

    @chbrown chbrown committed May 21, 2013
  • add default value for pg.defaults.poolSize

    @nicoder nicoder committed May 10, 2013