summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-08-28> > Another issue is that when installing the Postgres service withBruce Momjian
2004-08-25Fix typo in comment, per Andrew Dunstan.Tom Lane
2004-08-24Translation updatePeter Eisentraut
2004-08-21Fix tab completion for ALTER INDEX.Bruce Momjian
2004-08-21Fix pg_ctl -w to properly wait on server startup.Bruce Momjian
2004-08-20Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian
2004-08-20They are two different problems; the TOC entry is important for anyBruce Momjian
2004-08-20Attached is the third version of my patch that adds/fixes several thingsBruce Momjian
2004-08-20This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian
2004-08-20> Please find attached a submission to add a "exit on error" option toBruce Momjian
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian
2004-08-16Throw error if initdb -L is not an absolute path.Bruce Momjian
2004-08-14Translation updatesPeter Eisentraut
2004-08-13Fix psql's COPY support to deal with \r\n line endings.Tom Lane
2004-08-13Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane
2004-08-13New translationsPeter Eisentraut
2004-08-13Translation updatesPeter Eisentraut
2004-08-13Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane
2004-08-11Cause initdb to actually accept -s as intended, and fix some typos inTom Lane
2004-08-11Allow compilation when CODESET is not defined (OpenBSD).Peter Eisentraut
2004-08-11Translation updatePeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-10Translation updatesPeter Eisentraut
2004-08-10Translation updatePeter Eisentraut
2004-08-09Path-mangling logic was failing to account for paths containing mentionsTom Lane
2004-08-08Fix compiler warning in the proper way.Bruce Momjian
2004-08-08Supress warning about zero-length format string.Bruce Momjian
2004-08-08Allow libpgport to call memory allocation routines even thoughBruce Momjian
2004-08-07Remove bogus trailing dot from eventlog output, per Andreas.Tom Lane
2004-08-07Ignore trailing spaces in psql \h.Bruce Momjian
2004-08-06Revert badly-broken patch to dump comments on composite-type columns.Tom Lane
2004-08-06I have noticed that the latex format in psql has some bugs:Bruce Momjian
2004-08-05Translation updatesDennis Bjorklund
2004-08-05Translation updatesDennis Bjorklund
2004-08-05Restore behavior of --pgxs option to that of the original shell script.Joe Conway
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Dump comments on columns of composite types.Tom Lane
2004-08-04Translation updatesDennis Bjorklund
2004-08-02Translation updatesPeter Eisentraut
2004-08-02Translation updatePeter Eisentraut
2004-08-02Readd pg_config --pgxs code.Bruce Momjian
2004-08-02Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane
2004-08-01Translation updates (zh_TW converted to UTF-8)Peter Eisentraut
2004-08-01Small pg_config.c cleanup.Bruce Momjian
2004-08-01Add missing file.Bruce Momjian
2004-08-01Create a C version of pg_config.Bruce Momjian
2004-08-01Minor adjustments for dirmod.c.Bruce Momjian
2004-08-01Add docs for initdb --auth.Bruce Momjian