| Commit message (Expand) | Author | Age |
* | Avoid malloc(0) when printing a table of no columns. On some platforms | Tom Lane | 2002-11-01 |
* | Add popen/pclose -> _popen/_pclose() mapping for Win32. | Bruce Momjian | 2002-10-29 |
* | getopt.c now in /port, for MS Win. | Bruce Momjian | 2002-10-29 |
* | Fix include files for new PageOutput call. | Bruce Momjian | 2002-10-24 |
* | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian | 2002-10-23 |
* | Make psql's \df display functions that return sets as having return type | Tom Lane | 2002-10-19 |
* | Fix psql's \copy to accept table names containing schemas, as well as | Tom Lane | 2002-10-19 |
* | Improve formatting of --help output. | Peter Eisentraut | 2002-10-18 |
* | Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. | Tom Lane | 2002-10-15 |
* | Fix psql to cope with autocommit off, at least during startup. | Tom Lane | 2002-10-15 |
* | Translation updates | Peter Eisentraut | 2002-10-14 |
* | psql thought that backslash is an escape character inside double quotes. | Tom Lane | 2002-10-12 |
* | The attached patch fixes a number of issues related to compiling the | Bruce Momjian | 2002-10-03 |
* | Translation updates, some messages tweaked. | Peter Eisentraut | 2002-09-22 |
* | Make \dS work more like it used to, viz, show only system objects. | Tom Lane | 2002-09-22 |
* | Avoid overflow for large elapsed times in \timing output. Per | Tom Lane | 2002-09-14 |
* | Translation updates | Peter Eisentraut | 2002-09-14 |
* | Add sprompt.obj to Win32 makefiles. | Bruce Momjian | 2002-09-11 |
* | Fix printf() quote handling and improper exit(), per Tom. | Bruce Momjian | 2002-09-06 |
* | Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. | Bruce Momjian | 2002-09-05 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Translation updates | Peter Eisentraut | 2002-09-02 |
* | Tab completion in psql is missing the REINDEX command. | Bruce Momjian | 2002-09-02 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 |
* | Improve footer length computation for psql. | Bruce Momjian | 2002-09-01 |
* | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Back out unintented tab change. | Bruce Momjian | 2002-08-30 |
* | Remove pgaccess from Makefile. | Bruce Momjian | 2002-08-30 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Updates from Dennis Bjorklund | Peter Eisentraut | 2002-08-28 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut | 2002-08-27 |
* | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian | 2002-08-27 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Move PO files into subdirectories separate from the source code. | Peter Eisentraut | 2002-08-21 |
* | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane | 2002-08-16 |
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 |
* | The second enables tab-complete to analyze. It ignores schema stuff (so | Bruce Momjian | 2002-08-15 |
* | I guess I'd vote for changing the code to be | Bruce Momjian | 2002-08-14 |
* | Put back old code. | Bruce Momjian | 2002-08-13 |
* | Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion... | Bruce Momjian | 2002-08-13 |
* | psql prints its version number in its startup message, per recent | Tom Lane | 2002-08-10 |
* | Make sure all clients have the same understanding of default user name | Peter Eisentraut | 2002-08-10 |
* | Get rid of double PQclear(res) in error path. | Tom Lane | 2002-08-10 |
* | psql backslash commands are schema-aware. Pattern matching behavior | Tom Lane | 2002-08-10 |
* | Column ordering in \d output should agree with sort ordering; | Tom Lane | 2002-08-09 |