summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2004-08-24Translation updatePeter Eisentraut
2004-08-21Fix tab completion for ALTER INDEX.Bruce Momjian
2004-08-20Allow psql to use 7.4.X database by not referencing tablespaces.Bruce Momjian
2004-08-20Attached is the third version of my patch that adds/fixes several thingsBruce Momjian
2004-08-20Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.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 core dumps, inability to count, etc associated with canonicalize_pathTom Lane
2004-08-10Translation updatesPeter Eisentraut
2004-08-07Ignore trailing spaces in psql \h.Bruce Momjian
2004-08-06I have noticed that the latex format in psql has some bugs:Bruce Momjian
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Translation updatesDennis Bjorklund
2004-08-02Translation updatesPeter Eisentraut
2004-08-01Translation updates (zh_TW converted to UTF-8)Peter Eisentraut
2004-07-31Translation updatePeter Eisentraut
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-15Add permission display to \db+.Bruce Momjian
2004-07-13Have \dn+ show permissions and description for schemas.Bruce Momjian
2004-07-13Move tablespace name up on to the same line in psql \d.Bruce Momjian
2004-07-12Add tablespace location display for psql \d.Bruce Momjian
2004-07-11Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian
2004-07-11Use standard macro for psql binary file open. Add comment explainingBruce Momjian
2004-07-11Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian
2004-06-26Translation updatesDennis Bjorklund
2004-06-26Translation updates: update-poDennis Bjorklund
2004-06-25Translation updatesDennis Bjorklund
2004-06-24Translation updatesDennis Bjorklund
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-11The attached tiny patch removes spurious carriage returns that might beBruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-05-29Translation updatePeter Eisentraut
2004-05-29Translation updatesPeter Eisentraut
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-25Make the locale location relocatable.Bruce Momjian
2004-05-24Remove a few $filter() calls that were not needed.Bruce Momjian
2004-05-23A few cosmetic fixes and code cleanup.Neil Conway
2004-05-19Re-add elog() to exec.c, per Tom.Bruce Momjian
2004-05-18Move find_my_exec() way up into main.c so it is available to theBruce Momjian
2004-05-17Reorganize code to allow path-relative installs.Bruce Momjian
2004-05-12Rename find_my_binary/find_other_binary toBruce Momjian
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-02Set std error to no buffering on Win32.Bruce Momjian
2004-04-26Add $(X) for cross-compiling. Seems the mingw compiler running onBruce Momjian
2004-04-26Translation updatesDennis Bjorklund
2004-04-22Make psql's \d+ command indicate whether the table in questionNeil Conway
2004-04-22Rename global psql startup file to psqlrc.sample.Bruce Momjian