| Commit message (Expand) | Author | Age |
* | Prevent potential overruns of fixed-size buffers. | Tom Lane | 2014-02-17 |
* | Centralize getopt-related declarations in a new header file pg_getopt.h. | Tom Lane | 2014-02-15 |
* | Remove use of sscanf in pg_upgrade, and add C comment to pg_dump | Bruce Momjian | 2014-02-15 |
* | psql: Add C comment about gset_prefix being freed later | Bruce Momjian | 2014-02-15 |
* | Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. | Tom Lane | 2014-02-13 |
* | Add missing include, required on some platforms | Magnus Hagander | 2014-02-12 |
* | Kill pg_basebackup background process when exiting | Magnus Hagander | 2014-02-12 |
* | scripts: Remove newlines from end of generated SQL | Peter Eisentraut | 2014-02-10 |
* | Further pg_dump / ftello improvements | Stephen Frost | 2014-02-09 |
* | Focus on ftello result < 0 instead of errno | Stephen Frost | 2014-02-09 |
* | Limit pg_basebackup progress output to 1/second | Magnus Hagander | 2014-02-09 |
* | Avoid printing uninitialized filename variable in verbose mode | Magnus Hagander | 2014-02-09 |
* | Minor pg_dump improvements | Stephen Frost | 2014-02-08 |
* | Mark some more variables as static or include the appropriate header | Peter Eisentraut | 2014-02-08 |
* | Fix lexing of U& sequences just before EOF. | Tom Lane | 2014-02-03 |
* | Switch in psql_scan() must cover all lexer states (except backslash cases). | Tom Lane | 2014-02-02 |
* | Fix typos in docs and comments. | Fujii Masao | 2014-02-02 |
* | Introduce replication slots. | Robert Haas | 2014-01-31 |
* | pg_restore: make help output plural for multi-enabled options | Bruce Momjian | 2014-01-31 |
* | Add tab completion for ALTER TABLESPACE MOVE in psql. | Fujii Masao | 2014-02-01 |
* | Fix unsafe references to errno within error messaging logic. | Tom Lane | 2014-01-29 |
* | Fix typos in comments for ALTER SYSTEM. | Fujii Masao | 2014-01-27 |
* | Fix minor leak in pg_dump | Stephen Frost | 2014-01-26 |
* | Move the options column of \db+ before the description | Magnus Hagander | 2014-01-26 |
* | Include tablespace options in verbose output of \db | Magnus Hagander | 2014-01-26 |
* | Enable building with Visual Studion 2013. | Andrew Dunstan | 2014-01-26 |
* | psql: Mention SSL protocol version in \conninfo. | Noah Misch | 2014-01-24 |
* | Avoid minor leak in parallel pg_dump | Stephen Frost | 2014-01-24 |
* | Add libpq function PQhostaddr(). | Fujii Masao | 2014-01-24 |
* | Remove support for native krb5 authentication | Magnus Hagander | 2014-01-19 |
* | Fix client-only installation | Peter Eisentraut | 2014-01-17 |
* | Add display of oprcode (the underlying function's name) to psql's \do+. | Tom Lane | 2014-01-16 |
* | Improve FILES section of psql reference page. | Tom Lane | 2014-01-14 |
* | Fix pg_dumpall on pre-8.1 servers | Bruce Momjian | 2014-01-12 |
* | Move username lookup functions from /port to /common | Bruce Momjian | 2014-01-10 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Remove bogus -K option from pg_dump. | Heikki Linnakangas | 2014-01-06 |
* | Fix translatability markings in psql, and add defenses against future bugs. | Tom Lane | 2014-01-04 |
* | Fix broken support for event triggers as extension members. | Tom Lane | 2013-12-30 |
* | Don't attempt to limit target database for pg_restore. | Kevin Grittner | 2013-12-29 |
* | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane | 2013-12-23 |
* | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao | 2013-12-21 |
* | Add tab completion for ALTER SYSTEM SET in psql. | Fujii Masao | 2013-12-20 |
* | Fix incorrect error message reported for non-existent users | Bruce Momjian | 2013-12-18 |
* | Add ALTER SYSTEM command to edit the server configuration file. | Tatsuo Ishii | 2013-12-18 |
* | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas | 2013-12-16 |
* | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas | 2013-12-13 |
* | Display old and new values in pg_resetxlog -n output. | Heikki Linnakangas | 2013-12-12 |
* | Add a new option, -g, to createuser, to add membership in a role. | Robert Haas | 2013-12-11 |
* | Add new wal_level, logical, sufficient for logical decoding. | Robert Haas | 2013-12-10 |