summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2007-01-31Fix initdb to not generate misleading error messages when postgres.bkiTom Lane
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-25Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian
2007-01-25Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian
2007-01-23Update pg_dump to support dumping operator families.Tom Lane
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2007-01-20List disabled triggers separately in psql's "\d <table>" output.Neil Conway
2007-01-20Remove remains of old depend target.Peter Eisentraut
2007-01-20Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian
2007-01-20Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-06Allow initdb to specify the pg_xlog directory.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-05Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan
2007-01-04Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumpingTom Lane
2006-12-30Support type modifiers for user-defined types, and pull most knowledgeTom Lane
2006-12-28fflush the \o file, if any, after each backslash command. We alreadyTom Lane
2006-12-27Print combining characters (those reported as having zero width byTom Lane
2006-12-24Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-18fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan
2006-12-16enable \timing oputput for \copy commandsAndrew Dunstan
2006-12-08Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane
2006-12-04Fix pg_dump linking on Win32 with MSVS win32.mak:Bruce Momjian
2006-12-02Translation updatesPeter Eisentraut
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-11-24Translation updatesPeter Eisentraut
2006-11-21Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF inTom Lane
2006-11-21Suppress timezone (%Z) part of timestamp display when running on Windows,Tom Lane
2006-11-08Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway
2006-11-01pg_restore failed on tar-format archives if they contained large objectsTom Lane
2006-10-21Translations updatePeter Eisentraut
2006-10-14Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane
2006-10-12Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane
2006-10-10MSVC/BCC Win32 compiler fixes.Bruce Momjian
2006-10-09Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane
2006-10-09Move processNamePattern into dumputils.c in preparation for using it inTom Lane
2006-10-07Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane
2006-10-07The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04Fix initdb's logic for picking shared_buffers/max_fsm_pages, which hadTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03pgevent fixes:Bruce Momjian
2006-10-03Fix yesno_prompt() memory leak in /script tools, reported by Converity.Bruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-09-27Fix some misuses of strncat().Tom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-24Suppress useless warning on pre-XP versions of Windows. MagnusTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-22Surely this temp buffer needn't be static.Tom Lane