summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2010-09-30Translation updates for 8.0.26Peter Eisentraut
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-08-16Fix psql's copy of utf2ucs() to match the backend's copy exactly;Tom Lane
2010-05-05Fix psql to not go into infinite recursion when expanding a variable thatTom Lane
2009-11-10Do not build psql's flex module on its own, but instead include it inTom Lane
2009-09-03Translation updatesPeter Eisentraut
2009-08-24Fix inclusions of readline/editline header files so that we only attempt toTom Lane
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2008-06-05Translation updates.Tom Lane
2007-09-13Translation updatesPeter Eisentraut
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-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-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-06-17Translation updatesPeter Eisentraut
2005-05-25Translation updatesPeter Eisentraut
2005-05-04Spell DELIMITER correctly, per Seamus Dean.Tom Lane
2005-05-03Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund
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-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-02-11Translation updatesPeter Eisentraut
2005-01-30Translation updatesPeter Eisentraut
2005-01-27Backpatch translationsPeter Eisentraut
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-15Adjust warning message about Windows console code page to point toTom Lane
2005-01-14Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian
2005-01-13Translation updatesPeter Eisentraut
2005-01-09Translation updatesPeter Eisentraut
2005-01-09Translation updatesPeter Eisentraut
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Translation updatesDennis Bjorklund
2005-01-06Translation updatesPeter Eisentraut