summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-04-06Include information about a domain's CHECK constraint, if any, in theNeil Conway
2005-04-04Minor fixes for psql tab completion. Spell "absolute" like the English word,Neil Conway
2005-04-01Teach pg_dump about OUT parameters.Tom Lane
2005-04-01Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL valueBruce Momjian
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-18Put 'dump complete' message in the right place, so it comes out whereTom Lane
2005-03-16This patch makes \d on tables and views sort fk constraints, triggersNeil Conway
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-14Make pg_dump emit a useful error message, instead of just dumping core,Tom Lane
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-03-11Add 'static' to initdb.c file-global variables.Bruce Momjian
2005-03-07Replace an instance of $Id$ and an instance of $Header$ with $PostgreSQL$Neil Conway
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-02-26Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-03Fix minor thinko in logic to set dump order when dumping from a pre-7.3Tom Lane
2005-01-28Adjust mkdir_p to do stat() before trying mkdir(). Avoids problems onTom Lane
2005-01-26Minor tweak to avoid unnecessary memory bloat when dumping extremely wideTom Lane
2005-01-26Make pg_dump and pg_restore handle binary archive formats correctlyTom Lane
2005-01-26Use SHGetFolderPath instead of SHGetSpecialFolderPath to find theTom Lane
2005-01-25Fix breakage created by addition of separate 'acl pass' in pg_dump.Tom Lane
2005-01-25Add missing "ko".Peter Eisentraut
2005-01-23Document why CREATE CONSTRAINT TRIGGER doesn't tab complete.Bruce Momjian
2005-01-23pg_dump dumped the wrong tablespace for an index (ie, the parent table'sTom Lane
2005-01-23New routine _getObjectDescription() failed to cope with some aspects ofTom Lane
2005-01-20Trivial fix: remove some stray leading whitespace.Neil Conway
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-17New translationPeter Eisentraut
2005-01-17Translation updatesPeter Eisentraut
2005-01-15Adjust warning message about Windows console code page to point toTom Lane
2005-01-14Translation updatesPeter Eisentraut
2005-01-14Change Win32 client configuration files from *.txt to *.conf.Bruce Momjian
2005-01-13Translation updatesPeter Eisentraut
2005-01-13Translation updatesPeter Eisentraut
2005-01-11Fix tracking of dump-order dependencies for stand-alone composite types.Tom Lane
2005-01-11Clean up pg_dump's handling of ownership for indexes (includingTom Lane
2005-01-09New translationsPeter Eisentraut
2005-01-09Translation updatesPeter Eisentraut
2005-01-09Translation updatesPeter Eisentraut
2005-01-08Consistently use geteuid() not getuid(); there were a few places deviatingTom Lane
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-06Translation updatesDennis Bjorklund
2005-01-06Translation updatesDennis Bjorklund