| Commit message (Expand) | Author | Age |
* | Fix psql to not go into infinite recursion when expanding a variable that | Tom Lane | 2010-05-05 |
* | Translation updates | Peter Eisentraut | 2009-12-08 |
* | Do not build psql's flex module on its own, but instead include it in | Tom Lane | 2009-11-10 |
* | Translation updates | Peter Eisentraut | 2009-09-03 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 |
* | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane | 2009-08-24 |
* | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane | 2009-08-07 |
* | Don't crash initdb when we fail to get the current username. | Magnus Hagander | 2009-03-31 |
* | Translation updates | Peter Eisentraut | 2008-10-30 |
* | Recent patches to pg_ctl broke "pg_ctl restart" for the case where no | Tom Lane | 2008-09-30 |
* | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave suitably if PQexec | Tom Lane | 2008-08-16 |
* | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian | 2008-06-27 |
* | Translation updates. | Tom Lane | 2008-06-05 |
* | Fix mistakes in pg_ctl's code for "start -w" that tries to cope with | Tom Lane | 2008-02-20 |
* | Fix a couple of issues with pg_dump's handling of inheritance child tables | Tom Lane | 2007-10-28 |
* | Translation updates | Peter Eisentraut | 2007-09-13 |
* | Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data | Tom Lane | 2007-08-29 |
* | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 |
* | Don't write timing output in quiet mode. | Magnus Hagander | 2007-04-16 |
* | Translation updates | Peter Eisentraut | 2007-01-31 |
* | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane | 2006-11-24 |
* | Fix 1-byte buffer overrun when OID exceeds 1 billion. This probably can't | Tom Lane | 2006-11-22 |
* | Fix psql \d commands to behave properly when a pattern using regex | is given. | Tom Lane | 2006-10-10 |
* | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 |
* | Our version of getopt_long does not set optarg upon detecting an error, as | Alvaro Herrera | 2006-06-25 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, | Bruce Momjian | 2006-05-21 |
* | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 |
* | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 |
* | make initdb -U username work as advertised; back out bogus patch at rev 1.42 | Andrew Dunstan | 2006-02-24 |
* | Provide the libpq error message when PQputline or PQendcopy fails. | Tom Lane | 2006-02-09 |
* | Fix pg_restore to properly discard COPY data when trying to continue | Tom Lane | 2006-02-05 |
* | Fix pg_ctl crash on "unregister" when a data directory is not specified. | Peter Eisentraut | 2006-01-14 |
* | Fix pg_dump to add the required OPERATOR() decoration to schema-qualified | Tom Lane | 2006-01-09 |
* | Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE, | Tom Lane | 2006-01-03 |
* | Remove DOS line endings ("\r\n") from several .po files. DOS line endings | Neil Conway | 2006-01-01 |
* | Translation updatesREL8_0_5 | Peter Eisentraut | 2005-12-09 |
* | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane | 2005-11-04 |
* | Translation updates for the 8.0 branch | Alvaro Herrera | 2005-09-28 |
* | Return proper value for psql -f filename failure if filename open fails. | Bruce Momjian | 2005-09-20 |
* | Avoid changing stdin/stdout to binary mode on Windows unless that is | Tom Lane | 2005-09-11 |
* | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway | 2005-07-27 |
* | Back-patch fix for erroneous backslashing of LIKE pattern. | Tom Lane | 2005-07-18 |
* | Modify pg_dump to assume that a check constraint is inherited if its | Tom Lane | 2005-06-27 |
* | Correct some code in pg_restore when reading the header of a tar archive: | Neil Conway | 2005-06-22 |
* | Translation updates | Peter Eisentraut | 2005-06-17 |
* | Use just NULL not NULL::TEXT --- the latter coding is unnecessary and | Tom Lane | 2005-06-07 |
* | Translation updates | Peter Eisentraut | 2005-05-25 |
* | Guard against duplicate IDs in input file in SortTocFromFile(). | Tom Lane | 2005-05-17 |
* | Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status, | Tom Lane | 2005-05-04 |