summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2008-10-30Translation updatesPeter Eisentraut
2008-09-30Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane
2008-08-16Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane
2008-06-27Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian
2008-06-05Translation updates.Tom Lane
2008-02-20Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane
2007-10-28Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane
2007-09-13Translation updatesPeter Eisentraut
2007-08-29Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane
2007-08-06Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane
2007-04-16Don't write timing output in quiet mode.Magnus Hagander
2007-01-31Translation updatesPeter Eisentraut
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-22Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane
2006-10-10Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-06-25Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2006-03-03Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian
2006-02-24make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan
2006-02-09Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane
2006-02-05Fix pg_restore to properly discard COPY data when trying to continueTom Lane
2006-01-14Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut
2006-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-09Translation updatesREL8_0_5Peter Eisentraut
2005-11-04Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane
2005-09-28Translation updates for the 8.0 branchAlvaro Herrera
2005-09-20Return proper value for psql -f filename failure if filename open fails.Bruce Momjian
2005-09-11Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane
2005-07-27Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway
2005-07-18Back-patch fix for erroneous backslashing of LIKE pattern.Tom Lane
2005-06-27Modify pg_dump to assume that a check constraint is inherited if itsTom Lane
2005-06-22Correct some code in pg_restore when reading the header of a tar archive:Neil Conway
2005-06-17Translation updatesPeter Eisentraut
2005-06-07Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane
2005-05-25Translation updatesPeter Eisentraut
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane
2005-05-04Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane
2005-05-04Spell DELIMITER correctly, per Seamus Dean.Tom Lane
2005-05-03Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-30This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-04-29Fix Borland makefile for libpq and improve it for psql.Bruce Momjian
2005-04-20Make pg_ctl status do a kill() test to verify that the PID found inTom Lane
2005-04-18pg_dumpall should enforce the server version check for itself, ratherTom Lane