summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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-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-01-09Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane
2006-01-01Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway
2005-12-09Translation updatesREL7_4_10Peter Eisentraut
2005-08-25Back-patch fix to correctly quote schema names in --no-owner mode.Tom 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-05-25Translation updatesPeter Eisentraut
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane
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
2004-10-30New translationsPeter Eisentraut
2004-10-22Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane
2004-08-28Prevent pg_ctl restart from adding -D datadir multiple times.Bruce Momjian
2004-08-14Back-patch fix for \r\n line endings in psql's COPY support.Tom Lane
2004-07-19Fix incorrect tracking of session authorization in the presence of ACLsTom Lane
2004-06-10Translation updatesPeter Eisentraut
2004-06-10Translation updatesPeter Eisentraut
2004-05-26[ Backpatch to 7.4.X.]Bruce Momjian
2004-05-05Unset PGCLIENTENCODING to prevent backend from dying if it's setTom Lane
2004-04-29I thought we'd made initdb safe against newline-munging issues, but onTom Lane
2004-04-15Translation updatesPeter Eisentraut
2004-04-05Translation updatesPeter Eisentraut
2004-03-02Always schema-qualify the name of a function referenced in CREATE CAST.Tom Lane
2004-03-02Add missing sprompt.obj psql usage for Borland compiler, per privateBruce Momjian
2004-02-28Translation updatesDennis Bjorklund
2004-02-24Cause pg_dump to emit a 'SET client_encoding' command at the start ofTom Lane
2004-02-12Translation updatesPeter Eisentraut
2004-01-22Translation updatePeter Eisentraut
2004-01-22Fix incorrect dumping of database LOCATION from 7.0.* servers.Tom Lane
2004-01-21Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig.Tom Lane
2004-01-18Translation updatePeter Eisentraut
2004-01-14Translation updatesDennis Bjorklund
2004-01-14pg_settings should have UPDATE privilege allowed to public.Tom Lane
2004-01-11Translation updatesDennis Bjorklund
2004-01-11Mark string for translation.Dennis Bjorklund
2004-01-09Fix incorrect SQL syntax emitted when -E is given without -P.Tom Lane
2004-01-08Translation updatesDennis Bjorklund
2004-01-07Translation updatesPeter Eisentraut
2004-01-05Translation updatesPeter Eisentraut