aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-04
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-30
* fflush the \o file, if any, after each backslash command. We alreadyTom Lane2006-12-28
* Print combining characters (those reported as having zero width byTom Lane2006-12-27
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-24
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-23
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-18
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-16
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-08
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-04
* Translation updatesPeter Eisentraut2006-12-02
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-24
* Translation updatesPeter Eisentraut2006-11-24
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-21
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-21
* Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway2006-11-08
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-01
* Translations updatePeter Eisentraut2006-10-21
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-14
* Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane2006-10-12
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-10
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-09
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-09
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-07
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-07
* Message style improvementsPeter Eisentraut2006-10-06
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-04
* pgindent run for 8.2.Bruce Momjian2006-10-04
* pgevent fixes:Bruce Momjian2006-10-03
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-03
* The attached patch changes units of the some default values inBruce Momjian2006-10-03
* Fix some misuses of strncat().Tom Lane2006-09-27
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-24
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-22
* Surely this temp buffer needn't be static.Tom Lane2006-09-22
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-22
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-14
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-08
* Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian2006-09-02
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-02
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-29
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-29
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane2006-08-27
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-21
* Fixed a few memory leaks. One indeed was part of a loop.Michael Meskes2006-08-21
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21