summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2004-07-15> pg_ctl --helpBruce Momjian
2004-07-15Add permission display to \db+.Bruce Momjian
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-13Have \dn+ show permissions and description for schemas.Bruce Momjian
2004-07-13Change pg_dump to use ALTER OWNER commands instead of SET SESSIONBruce 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-12canonicalization adjustments.Bruce Momjian
2004-07-12Put back canonicalization of PGDATA environment variable.Bruce Momjian
2004-07-12Use strdup in pg_ctl for canonicalize_path on environment variable.Bruce Momjian
2004-07-12This patch adds the following options to pg_dumpall, to be passed toBruce Momjian
2004-07-12Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane
2004-07-12Fix username mismatch in initdb. Magnus.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-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-26Translation updatesDennis Bjorklund
2004-06-26Translation updates: update-poDennis Bjorklund
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Swedish translation of pg_ctl.Dennis Bjorklund
2004-06-25Make pg_ctl possible to translate. Strings marked forDennis Bjorklund
2004-06-25Translation updatesDennis Bjorklund
2004-06-25Translation updatesDennis Bjorklund
2004-06-24Translation updatesDennis Bjorklund
2004-06-24Translation updatesDennis Bjorklund
2004-06-24Add --pwfile option to initdb, so that passwords can be set by GUI toolsTom Lane
2004-06-24Extend pg_ctl to handle service management under WIN32. Lacks docs.Tom Lane
2004-06-21Fix pg_dump and pg_dumpall for new names of built-in tablespaces,Tom Lane
2004-06-21Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian
2004-06-20Add pgevent, with docs explaining out to install it on Win32.Bruce Momjian
2004-06-18Replace createdb's obsolete --location switch with --tablespace.Tom Lane
2004-06-18initlocation is history. (It's still mentioned in manage-ag.sgml,Tom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-11Cleanup use of Win32 START by using "" for title. No need for tempBruce Momjian
2004-06-11Another fix for Win32 START.Bruce Momjian
2004-06-11The attached tiny patch removes spurious carriage returns that might beBruce Momjian
2004-06-11More restructuring to use Win32 START with paths needing quotes.Bruce Momjian
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-10More quoting cleanups for Win32's pg_ctl.Bruce Momjian
2004-06-10Use /B to start so a new window isn't created, per Andrew Dunstan.Bruce Momjian
2004-06-10Add START background code for another code path, per Andrew Dunstan.Bruce Momjian
2004-06-10Use START for pg_ctl background runs on Win32, from Magnus.Bruce Momjian
2004-06-10Translation updatePeter Eisentraut
2004-06-10Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian
2004-06-10Add pg_ctl native language files for Russian.Bruce Momjian
2004-06-09Use single quotes around pg_dump call from pg_dumpall.Bruce Momjian
2004-06-09Use single quotes for pg_ctl system call.Bruce Momjian
2004-06-09Add time.h to pg_dumpall.Bruce Momjian