Age | Commit message (Expand) | Author |
2014-01-10 | Move username lookup functions from /port to /common | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2014-01-06 | Remove bogus -K option from pg_dump. | Heikki Linnakangas |
2014-01-04 | Fix translatability markings in psql, and add defenses against future bugs. | Tom Lane |
2013-12-30 | Fix broken support for event triggers as extension members. | Tom Lane |
2013-12-29 | Don't attempt to limit target database for pg_restore. | Kevin Grittner |
2013-12-23 | Support ordered-set (WITHIN GROUP) aggregates. | Tom Lane |
2013-12-20 | Rename wal_log_hintbits to wal_log_hints, per discussion on pgsql-hackers. | Fujii Masao |
2013-12-19 | Add tab completion for ALTER SYSTEM SET in psql. | Fujii Masao |
2013-12-18 | 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-16 | Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c | Heikki Linnakangas |
2013-12-13 | Add GUC to enable WAL-logging of hint bits, even with checksums disabled. | Heikki Linnakangas |
2013-12-12 | Display old and new values in pg_resetxlog -n output. | Heikki Linnakangas |
2013-12-11 | 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-02 | Translation updates | Peter Eisentraut |
2013-11-30 | Fix pg_dumpall to work for databases flagged as read-only. | Kevin Grittner |
2013-11-29 | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). | Tom Lane |
2013-11-27 | Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory. | Fujii Masao |
2013-11-22 | Tweak streamutil.c further to avoid scan-build warning | Peter Eisentraut |
2013-11-21 | Fix pg_isready to handle -d option properly. | Fujii Masao |
2013-11-19 | Add tab completion for \pset in psql. | Fujii Masao |
2013-11-18 | Spell SQL keywords in uppercase in pg_dump's query. | Heikki Linnakangas |
2013-11-18 | Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr | Heikki Linnakangas |
2013-11-16 | Allow aggregates to provide estimates of their transition state data size. | Tom Lane |
2013-11-15 | Speed up printing of INSERT statements in pg_dump. | Tom Lane |
2013-11-15 | Clean up password prompting logic in streamutil.c. | Tom Lane |
2013-11-14 | Fix incorrect column name in psql \d code. | Tom Lane |
2013-11-11 | Don't abort pg_basebackup when receiving empty WAL block | Magnus Hagander |
2013-11-10 | Fix whitespace issues found by git diff --check, add gitattributes | Peter Eisentraut |
2013-11-08 | Add the notion of REPLICA IDENTITY for a table. | Robert Haas |
2013-11-05 | Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820. | Tom Lane |
2013-11-04 | Fix parsing of xlog file name in pg_receivexlog. | Heikki Linnakangas |
2013-10-25 | Ignore SIGSYS during initdb. | Tom Lane |
2013-10-25 | Use improved vsnprintf calling logic in more places. | Tom Lane |
2013-10-23 | Simplify tab completion rules for views and foreign tables. | Robert Haas |
2013-10-22 | Replace pg_asprintf() with psprintf(). | Tom Lane |
2013-10-22 | Get rid of use of asprintf() in favor of a more portable implementation. | Tom Lane |
2013-10-19 | Move rmtree() from libpgport to libpgcommon | Peter Eisentraut |
2013-10-19 | Move pgfnames() from libpgport to libpgcommon | Peter Eisentraut |
2013-10-18 | Switch dependency order of libpgcommon and libpgport | Peter Eisentraut |
2013-10-16 | initdb: Suppress dynamic shared memory when probing for max_connections. | Robert Haas |
2013-10-14 | Translation updates to fix build failures | Peter Eisentraut |
2013-10-13 | Add use of asprintf() | Peter Eisentraut |
2013-10-10 | initdb: Select working dynamic shared memory implementation. | Robert Haas |
2013-10-10 | Allow dynamic allocation of shared memory segments. | Robert Haas |
2013-10-07 | Translation updates | Peter Eisentraut |
2013-10-03 | Add DISCARD SEQUENCES command. | Robert Haas |
2013-10-03 | psql: Make \pset without arguments show all settings. | Robert Haas |