summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2004-04-22Fix filename mention in psqlrc.sample file.Bruce Momjian
2004-04-22Please find attached a small patch so that "pg_restore" ignores some sqlBruce Momjian
2004-04-22Add global psql config file, psql.rc.sample.Bruce Momjian
2004-04-21Change COPY CSV keyword to be:Bruce Momjian
2004-04-20Remove pg_encoding. Not needed anymore since we have an initdb in C.Bruce Momjian
2004-04-20Remove all of the libpgtcl and pgtclsh files, including all references toPostgreSQL Daemon
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-04-19Complete TODO item:Bruce Momjian
2004-04-15Translation updatesPeter Eisentraut
2004-04-15Translation updatesPeter Eisentraut
2004-04-12Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian
2004-04-09Translation updatesDennis Bjorklund
2004-04-06Add CLUSTER tag to psql \d display.Bruce Momjian
2004-04-05New translationPeter Eisentraut
2004-04-05Translation updatesPeter Eisentraut
2004-04-05Corrects issues recently posted by Dann Corbit, allowing libpq/psql toBruce Momjian
2004-04-05Remove 'syslog' GUC variable, and add more logical 'log_destination'Bruce Momjian
2004-04-02Translation updatesDennis Bjorklund
2004-04-02Translation updatesDennis Bjorklund
2004-03-27Add comment about psql \s (history display):Bruce Momjian
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-24>>Also, what is the default connection mode of psql? It should probably beBruce Momjian
2004-03-24Use the new GUC variable default_with_oids in pg_dump, rather than usingBruce Momjian
2004-03-23Use dollar-quoting for function bodies, unless disabled withTom Lane
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Add missing extern for optind.Tom Lane
2004-03-22Standardize output buffer size and display format for strftime;Tom Lane
2004-03-22I just noticed that \dp outputs "Table" to indicate relations (tables,Bruce Momjian
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-21Translation updatesDennis Bjorklund
2004-03-20Rewrite pg_dump's comment-dumping code to pull over all the commentsTom Lane
2004-03-19Create a validator for plpgsql, so that some minimal syntax checkingTom Lane
2004-03-15Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii
2004-03-14Teach psql to show the location of syntax errors visually, per recentTom Lane
2004-03-12Translation updatesDennis Bjorklund
2004-03-11Translation updatesDennis Bjorklund
2004-03-09Build scanner output when making a distribution.Peter Eisentraut
2004-03-09The win32 port backend will require the functionality provided byBruce Momjian
2004-03-05Win32:Bruce Momjian
2004-03-03Modify pg_dump so that the preferred dump order is by name withinTom Lane
2004-03-02Always schema-qualify the name of a function referenced in CREATE CAST.Tom Lane
2004-03-02Add missing sprompt.obj psql usage for Borland compiler, per privateBruce Momjian
2004-02-28Translation updatesDennis Bjorklund
2004-02-28Translation updateDennis Bjorklund
2004-02-28Translation updatesDennis Bjorklund
2004-02-28Translation updatesDennis Bjorklund
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-02-24Cause pg_dump to emit a 'SET client_encoding' command at the start ofTom Lane