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