aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Remove useless database name from bootstrap argument processing (includingAlvaro Herrera2007-02-16
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-14
* Add code so database scans are done in an order consistent withBruce Momjian2007-02-13
* Add ORDER BY to vacummdb so databases are scaned in the same order asBruce Momjian2007-02-13
* StrNCpy -> strlcpy (not complete)Peter Eisentraut2007-02-10
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-09
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-07
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-07
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-05
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Fix initdb to not generate misleading error messages when postgres.bkiTom Lane2007-01-31
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* Allow pg_dumpall to specify a database name rather than the defaultBruce Momjian2007-01-25
* Add --tablespaces-only and --roles-only options to pg_dumpall.Bruce Momjian2007-01-25
* Update pg_dump to support dumping operator families.Tom Lane2007-01-23
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* List disabled triggers separately in psql's "\d <table>" output.Neil Conway2007-01-20
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Modify max_fsm_pages in postgresql.conf.sample to show a typical value,Bruce Momjian2007-01-20
* Teach psql's \lo slash commands to respect quiet mode, and to outputNeil Conway2007-01-20
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Allow initdb to specify the pg_xlog directory.Bruce Momjian2007-01-06
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Call setrlimit if possible in pg_regress to allow core file generation, and p...Andrew Dunstan2007-01-05
* 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