summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2013-10-03psql: Set up cancel handler laterPeter Eisentraut
2013-09-23Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas
2013-09-18Fix typo in comment.Fujii Masao
2013-09-10psql: fix \copy stdin trailing space requirementBruce Momjian
2013-09-10psql: honor 'footer' option for expanded outputBruce Momjian
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-09-02Translation updatesPeter Eisentraut
2013-08-28Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas
2013-08-27Fix some "translator:" comments mangled by pgindentAlvaro Herrera
2013-08-19Rename the "fast_promote" file to just "promote".Heikki Linnakangas
2013-08-19Translation updatesPeter Eisentraut
2013-08-15Add tab completion for \dx in psqlMagnus Hagander
2013-08-13pg_dump: avoid schema qualification for ALTER ... OWNERBruce Momjian
2013-07-31pg_dump/pg_dumpall: remove unnecessary SQL trailing semicolonsBruce Momjian
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-16Fix PQconninfoParse error message handlingPeter Eisentraut
2013-07-15Tab completion for \lo_importRobert Haas
2013-07-15Correct off-by-one when reading from pipeStephen Frost
2013-07-15Check version before allocating PQExpBufferStephen Frost