summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-3/+32
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-061-7/+114
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0565-130/+130
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-051-3/+47
* Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane2007-01-041-1/+15
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-3/+45
* fflush the \o file, if any, after each backslash command. We alreadyTom Lane2006-12-281-3/+6
* Print combining characters (those reported as having zero width byTom Lane2006-12-271-20/+15
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-241-7/+7
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-232-64/+109
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-181-3/+3
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-163-28/+47
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-082-34/+113
* Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian2006-12-041-1/+8
* Translation updatesPeter Eisentraut2006-12-027-1662/+1983
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Translation updatesPeter Eisentraut2006-11-2425-4928/+5839
* Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane2006-11-214-4/+4
* Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane2006-11-212-4/+28
* Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway2006-11-081-1/+8
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* Translations updatePeter Eisentraut2006-10-2140-9269/+12714
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-143-23/+45
* Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane2006-10-121-2/+1
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-103-1/+26
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-093-263/+367
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-093-263/+268
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-10/+13
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-073-39/+28
* Message style improvementsPeter Eisentraut2006-10-065-18/+20
* Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane2006-10-041-18/+15
* pgindent run for 8.2.Bruce Momjian2006-10-0432-896/+975
* pgevent fixes:Bruce Momjian2006-10-031-2/+2
* Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian2006-10-031-4/+12
* The attached patch changes units of the some default values inBruce Momjian2006-10-031-8/+18
* Fix some misuses of strncat().Tom Lane2006-09-271-2/+2
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-276-27/+6
* Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane2006-09-241-2/+10
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-222-6/+6
* Surely this temp buffer needn't be static.Tom Lane2006-09-221-4/+6
* Rearrange yes/no prompting code so that the prompts always show thePeter Eisentraut2006-09-226-38/+34
* Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian2006-09-141-3/+3
* Fix pg_dump for recent change removing separate RULE privilege.Tom Lane2006-09-081-2/+1
* Revert as not needed/inconsistent with SQL REINDEX:Bruce Momjian2006-09-021-8/+1
* Suppress some NOTICE messages from REINDEX command.Bruce Momjian2006-09-021-1/+8
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+24
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-291-4/+13
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-295-483/+831
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-2912-266/+407
* Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane2006-08-271-2/+9