aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fix psql to not go into infinite recursion when expanding a variable thatTom Lane2010-05-05
* Translation updatesPeter Eisentraut2009-12-08
* Do not build psql's flex module on its own, but instead include it inTom Lane2009-11-10
* Translation updatesPeter Eisentraut2009-09-03
* Fix pg_ctl's readfile() to not go into infinite loop on an empty fileTom Lane2009-09-02
* Fix inclusions of readline/editline header files so that we only attempt toTom Lane2009-08-24
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Don't crash initdb when we fail to get the current username.Magnus Hagander2009-03-31
* Translation updatesPeter Eisentraut2008-10-30
* Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane2008-09-30
* Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexecTom Lane2008-08-16
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Translation updates.Tom Lane2008-06-05
* Fix mistakes in pg_ctl's code for "start -w" that tries to cope withTom Lane2008-02-20
* Fix a couple of issues with pg_dump's handling of inheritance child tablesTom Lane2007-10-28
* Translation updatesPeter Eisentraut2007-09-13
* Fix aboriginal bug in _tarAddFile(): when complaining that the amount of dataTom Lane2007-08-29
* Fix pg_restore to guard against unexpected EOF while reading an archive file.Tom Lane2007-08-06
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Translation updatesPeter Eisentraut2007-01-31
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-24
* Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can'tTom Lane2006-11-22
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-10
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-07
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-25
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-21
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-24
* Provide the libpq error message when PQputline or PQendcopy fails.Tom Lane2006-02-09
* Fix pg_restore to properly discard COPY data when trying to continueTom Lane2006-02-05
* Fix pg_ctl crash on "unregister" when a data directory is not specified.Peter Eisentraut2006-01-14
* Fix pg_dump to add the required OPERATOR() decoration to schema-qualifiedTom Lane2006-01-09
* Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane2006-01-03
* Remove DOS line endings ("\r\n") from several .po files. DOS line endingsNeil Conway2006-01-01
* Translation updatesREL8_0_5Peter Eisentraut2005-12-09
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Translation updates for the 8.0 branchAlvaro Herrera2005-09-28
* Return proper value for psql -f filename failure if filename open fails.Bruce Momjian2005-09-20
* Avoid changing stdin/stdout to binary mode on Windows unless that isTom Lane2005-09-11
* Avoid crashing pg_dump if we can't connect to the database server, andNeil Conway2005-07-27
* Back-patch fix for erroneous backslashing of LIKE pattern.Tom Lane2005-07-18
* Modify pg_dump to assume that a check constraint is inherited if itsTom Lane2005-06-27
* Correct some code in pg_restore when reading the header of a tar archive:Neil Conway2005-06-22
* Translation updatesPeter Eisentraut2005-06-17
* Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane2005-06-07
* Translation updatesPeter Eisentraut2005-05-25
* Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane2005-05-17
* Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane2005-05-04