summaryrefslogtreecommitdiff
path: root/src/bin/psql
AgeCommit message (Expand)Author
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-10updatePeter Eisentraut
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-09Add TOAST table to the set of relkinds known to \d.Tom Lane
2001-08-07Czech translation for psql from Karel ZakPeter Eisentraut
2001-08-05Show index predicate when doing \d on a partial index.Tom Lane
2001-08-01Attached is a trivial patch to add ANALYZE to the tab complete file inBruce Momjian
2001-08-01Attached ia a patch to enable window size detection code of psql for SolarisBruce Momjian
2001-07-08Show islossy for index.Peter Eisentraut
2001-06-30NLS for the psql \d family of commands. (E.g., the column headers willPeter Eisentraut
2001-06-20Re-add explicit declaration of filename_completion_function(), which seemsPeter Eisentraut
2001-06-20Swedish translation for psql (my interpretation of Swedish, surely)Peter Eisentraut
2001-06-11The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian
2001-06-11Add French psql translation. (My rendition of French anyway...)Peter Eisentraut
2001-06-08Finish German translation, edit (original) messages a bit.Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-05-28This just breaks down the indices in to three groups:Bruce Momjian
2001-05-27Don't use multi-line string literals.Peter Eisentraut
2001-05-12Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut
2001-05-12Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane
2001-05-09Right-align \du user-id.Bruce Momjian
2001-05-09Fix memory leak in new psql \du code.Bruce Momjian
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-07Add \cd command to psql.Peter Eisentraut
2001-05-06Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut
2001-05-06Allow 'psql -f -' to read from standard input.Peter Eisentraut
2001-05-06Make prompt customization work with changeable Unix socket location.Peter Eisentraut
2001-04-18Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut
2001-04-15If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-03-30random_seed => seed ...Tom Lane
2001-03-26pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane
2001-03-23Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-01Fix memory leak.Peter Eisentraut
2001-03-01Ensure previous setting of pset.queryFout is restored after a failedTom Lane
2001-02-28Do not strip whitespace within quotes.Peter Eisentraut
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-18Add copyright mentions, per Tom Lane.Bruce Momjian
2001-02-17Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-27Here is an update on the Win32 patch. Modified files are 'config.h.win32'Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-24Here is a patch to make the current snapshot compile on Win32 (native, libpqBruce Momjian
2001-01-23The -R option didn't accept an argument, which made it kind of useless.Peter Eisentraut
2000-12-31Remove incorrect use of rl_special_prefixes until further evaluation.Peter Eisentraut