summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2004-02-19Re-implement psql's input scanning to use a flex-generated lexer, as perTom Lane
2004-02-17Here is an updated version of the win32 readdir patch.Bruce Momjian
2004-02-12Add hooks for type-specific calculation of ANALYZE statistics. Idea andTom Lane
2004-02-12Improve \? wording, remove 'internal'.Bruce Momjian
2004-02-12Translation updatesPeter Eisentraut
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-10No need to link libpq into these programs ...Tom Lane
2004-02-07Add missing dependency, per Wade Klaver.Tom Lane
2004-02-03Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Briefly,Bruce Momjian
2004-01-31Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway
2004-01-31Remove a superfluous semi-colon.Neil Conway
2004-01-29Fix (debatable) spelling mistake in a comment: 'concatenate' is the usualNeil Conway