| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian | 2005-05-07 | 1 | -1/+7 |
| * | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 | 1 | -2/+2 |
| * | Update copyrights that were missed. | Bruce Momjian | 2005-01-01 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -29/+17 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix psql's COPY support to deal with \r\n line endings. | Tom Lane | 2004-08-13 | 1 | -5/+24 |
| * | Fix core dumps, inability to count, etc associated with canonicalize_path | Tom Lane | 2004-08-13 | 1 | -2/+3 |
| * | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian | 2004-07-11 | 1 | -1/+3 |
| * | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian | 2004-07-11 | 1 | -2/+2 |
| * | Open files in binary mode on Win32 so control-z isn't seen as EOF. | Bruce Momjian | 2004-07-11 | 1 | -2/+2 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -29/+28 |
| * | Change COPY CSV keyword to be: | Bruce Momjian | 2004-04-21 | 1 | -41/+52 |
| * | * Most changes are to fix warnings issued when compiling win32 | Bruce Momjian | 2004-04-19 | 1 | -2/+2 |
| * | Complete TODO item: | Bruce Momjian | 2004-04-19 | 1 | -4/+120 |
| * | Change psql \copy stdin/stdout to read from command input/output. | Bruce Momjian | 2004-04-12 | 1 | -11/+10 |
| * | Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual | Neil Conway | 2004-01-29 | 1 | -2/+2 |
| * | Make USING and WITH optional to bring the syntax of \copy into exact | Tom Lane | 2004-01-28 | 1 | -9/+33 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -2/+8 |
| * | More fallout from the recent psql patch: rename xmalloc and friends to | Neil Conway | 2004-01-25 | 1 | -10/+10 |
| * | This patch makes some of the memory manipulation performed by psql a | Neil Conway | 2004-01-24 | 1 | -12/+3 |
| * | Implement '\copy from -' to support reading copy data from the same | Tom Lane | 2004-01-20 | 1 | -11/+36 |
| * | Allow psql to handle tilde user expansion for file names. | Bruce Momjian | 2004-01-09 | 1 | -1/+2 |
| * | This patch reduces some unsightly #ifdefs, and fixes two typos in | Bruce Momjian | 2003-12-01 | 1 | -2/+1 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -9/+8 |
| * | Apply message style guide to frontend programs. | Peter Eisentraut | 2003-07-23 | 1 | -2/+2 |
| * | Update psql for some features of new FE/BE protocol. There is a | Tom Lane | 2003-06-28 | 1 | -9/+2 |
| * | Here's some changes I made last night to psql's common.c (as found in | Bruce Momjian | 2003-03-20 | 1 | -4/+2 |
| * | Fix psql's \copy to accept table names containing schemas, as well as | Tom Lane | 2002-10-19 | 1 | -124/+195 |
| * | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 | 1 | -2/+2 |
| * | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 | 1 | -1/+3 |
| * | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -6/+14 |
| * | Improve COPY syntax to use WITH clause, keep backward compatibility. | Bruce Momjian | 2002-06-20 | 1 | -23/+38 |
| * | Remove reference to BLCKSZ. | Peter Eisentraut | 2002-04-24 | 1 | -2/+2 |
| * | Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers | Peter Eisentraut | 2002-04-24 | 1 | -27/+23 |
| * | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian | 2002-02-23 | 1 | -2/+13 |
| * | Native Language Support (NLS) | Peter Eisentraut | 2001-06-02 | 1 | -5/+5 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -3/+3 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -2/+2 |
| * | Fix counting of lines in scripts with 'copy from stdin'. | Peter Eisentraut | 2000-12-03 | 1 | -1/+4 |
| * | more psql bug squashing: | Peter Eisentraut | 2000-04-16 | 1 | -3/+11 |
| * | fixed another psql \e bug (handle newlines as whitespace) | Peter Eisentraut | 2000-04-14 | 1 | -14/+14 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -69/+69 |
| * | More fixes for psql ^C handling, especially during copy. Still doesn't | Peter Eisentraut | 2000-03-01 | 1 | -4/+13 |
| * | Fixed psql's Control-C handling when COPY in progress | Peter Eisentraut | 2000-02-21 | 1 | -3/+12 |
| * | Clean up include files use in psql. | Bruce Momjian | 2000-02-16 | 1 | -6/+3 |
| * | A few minor psql enhancements | Peter Eisentraut | 2000-01-29 | 1 | -2/+2 |
| * | Fix handleCopyIn's response to EOF seen mid-line, that is, input file | Tom Lane | 2000-01-21 | 1 | -11/+17 |