| Commit message (Expand) | Author | Age |
* | Make sure pg_control is opened in binary mode, to deal | Magnus Hagander | 2008-09-24 |
* | 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 |
* | Translation updatesREL8_2_7 | Peter Eisentraut | 2008-03-14 |
* | Don't call AddUserToDacl on Cygwin | Andrew Dunstan | 2008-02-29 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | 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 unintended change of output format for createlang/droplang -l. Missed | Tom Lane | 2007-08-10 |
* | Fix pg_restore to guard against unexpected EOF while reading an archive file. | Tom Lane | 2007-08-06 |
* | - Fix the -w (wait) option to work in Windows service mode, per bug #3382. | Magnus Hagander | 2007-07-02 |
* | In psql, when running a SELECT query using a cursor, flush the query | Neil Conway | 2007-06-22 |
* | Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE | Alvaro Herrera | 2007-05-15 |
* | Translation updates | Peter Eisentraut | 2007-04-18 |
* | Don't write timing output in quiet mode. | Magnus Hagander | 2007-04-16 |
* | Fix pg_dump to not crash if -t or a similar switch is used to select a serial | Tom Lane | 2007-04-16 |
* | Fix pg_dump on win32 to properly dump files larger than 2Gb when using | Magnus Hagander | 2007-02-19 |
* | Pass modern COPY syntax to backend, since copy (query) does not accept old sy... | Andrew Dunstan | 2007-02-05 |
* | Translation updates | Peter Eisentraut | 2007-01-31 |
* | Allow Borland CC to compile libpq and psql. | Bruce Momjian | 2007-01-11 |
* | Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping | Tom Lane | 2007-01-04 |
* | Print combining characters (those reported as having zero width by | Tom Lane | 2006-12-27 |
* | Make HISTCONTROL=ignoredups work again (broken by misordering of | Tom Lane | 2006-12-24 |
* | Fix pg_dump linking on Win32 with MSVS win32.mak: | Bruce Momjian | 2006-12-04 |
* | Translation updates | Peter Eisentraut | 2006-12-02 |
* | Fix psql's \copy command to ensure that it cycles libpq back to the idle state | Tom Lane | 2006-11-24 |
* | Translation updates | Peter Eisentraut | 2006-11-24 |
* | Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in | Tom Lane | 2006-11-21 |
* | Suppress timezone (%Z) part of timestamp display when running on Windows, | Tom Lane | 2006-11-21 |
* | Fix a memory leak in psql: we'd leak a few PGresult handles if | Neil Conway | 2006-11-08 |
* | pg_restore failed on tar-format archives if they contained large objects | Tom Lane | 2006-11-01 |
* | Translations update | Peter Eisentraut | 2006-10-21 |
* | Code review for --no-data-for-failed-tables patch. Instead of trashing | Tom Lane | 2006-10-14 |
* | Remove somebody's ill-considered free() call, per report from Chander Ganesan. | Tom Lane | 2006-10-12 |
* | MSVC/BCC Win32 compiler fixes. | Bruce Momjian | 2006-10-10 |
* | Revise psql pattern-matching switches as per discussion. The rule is now | Tom Lane | 2006-10-09 |
* | Move processNamePattern into dumputils.c in preparation for using it in | Tom Lane | 2006-10-09 |
* | Fix ancient oversight in psql's \d pattern processing code: when seeing two | Tom Lane | 2006-10-07 |
* | The -X option in pg_dump was supposed to be a workaround for the lack of | Peter Eisentraut | 2006-10-07 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had | Tom Lane | 2006-10-04 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | pgevent fixes: | Bruce Momjian | 2006-10-03 |
* | Fix yesno_prompt() memory leak in /script tools, reported by Converity. | Bruce Momjian | 2006-10-03 |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 |
* | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 |
* | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 |