aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLEAlvaro Herrera2007-05-15
* 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
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-01
* 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
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-30
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-30
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-27
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-27
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-25
* Repair remarkably-inefficient query for dumping large object comments: itTom Lane2006-06-09
* Backpatch comment about --sysconfdir.Bruce Momjian2006-06-07
* On Win32, return original patch if GetShortPathName() fails (no shortBruce Momjian2006-06-06
* Fix initdb to properly escape quotes and backslashes in the suppliedTom Lane2006-05-27
* Fix pg_restore to process BLOB COMMENT entries correctly; they aren'tTom Lane2006-05-24
* Fix pg_restore -n option to do what the man page says it does. TheTom Lane2006-04-12
* Fix pg_dumpall to do something sane when a pre-8.1 installation hasTom Lane2006-04-07
* 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
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-03
* In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian2006-03-03
* Backpatch to 8.1.X. Already applied to CVS HEAD.Bruce Momjian2006-03-02
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-24
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-21
* 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
* Translation updatePeter Eisentraut2006-01-05
* 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 updatesPeter Eisentraut2005-12-09
* Add missing translation markerPeter Eisentraut2005-12-08
* Disble some Win32-specific code in win32-client-only builds:Bruce Momjian2005-12-08
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan2005-11-17
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-14
* Translation updates.Alvaro Herrera2005-11-07
* Translation updates.Alvaro Herrera2005-11-06
* Translation updatesPeter Eisentraut2005-11-04
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Translation updates.Alvaro Herrera2005-11-03
* Translation updatesPeter Eisentraut2005-10-29
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
* Make \d order a table's check constraints by constraint name insteadTom Lane2005-10-20
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-13