summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2004-08-01>I got a new idea on this. I think we should add an initdb option thatBruce Momjian
2004-07-31Escape backslashes from translation message rather than removing them.Bruce Momjian
2004-07-31Translation updatePeter Eisentraut
2004-07-31Fix zh_TW.po initdb translation.Bruce Momjian
2004-07-30PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, withPeter Eisentraut
2004-07-30Translation updatesPeter Eisentraut
2004-07-29Fix for pg_ctl -o processing. Report from Sean Chittenden.Bruce Momjian
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-07-27Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane
2004-07-25Translation updatesPeter Eisentraut
2004-07-22Avoid default: followed by no statement, per Dann Corbit.Tom Lane
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane