summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2005-07-06Attached is a patch that enhances the "\h" capability in psql. I oftenBruce Momjian
2005-07-04Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane
2005-07-02Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian
2005-07-01Add code to pg_dump to use E'' strings when backslashes are used in dumpBruce Momjian
2005-07-01Clarify code to double \\ and '.Bruce Momjian
2005-06-30Dump comments for large objects.Tom Lane
2005-06-28Fix broken initdb -W option, per Michael Fuhr.Tom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-27Modify pg_dump to assume that a check constraint is inherited if itsTom Lane
2005-06-26Code review for escape-strings patch. Sync psql and plpgsql lexersTom Lane
2005-06-26Add E'' syntax so eventually normal strings can treat backslashesBruce Momjian
2005-06-22Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane
2005-06-22Add a validator function for plperl. Andrew DunstanTom Lane
2005-06-22Correct some code in pg_restore when reading the header of a tar archive:Neil Conway
2005-06-21pg_dump can now dump large objects even in plain-text output mode, byTom Lane
2005-06-21Fix pg_dumpall to do the right thing with "postgres" database, perTom Lane
2005-06-21Cause initdb to create a third standard database "postgres", whichTom Lane
2005-06-21Trivial dead code removal: in _complete_from_query(), 'text' cannot beNeil Conway
2005-06-19Add comment about \# in bcc makefiles.Bruce Momjian
2005-06-19Cleanup for Win32 compile.Bruce Momjian
2005-06-17Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane
2005-06-14Now \d show tablespace of indices per discussion.Bruce Momjian
2005-06-14Use ' ' escapes for leading spaces in table values, for use inBruce Momjian
2005-06-14Attached is a makefile I hacked up to build pg_config under MSVC - theBruce Momjian
2005-06-14Add GUC krb_server_hostname so the server hostname can be specified asBruce Momjian
2005-06-14Add -L option to psql to log sessions.Bruce Momjian
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-06-10Use saveHistory so we get a nice error message on failure.Bruce Momjian
2005-06-10the following patch makes the filename used to store the readlineBruce Momjian
2005-06-10More Win32 tilde code comments.Bruce Momjian
2005-06-10Add comment on tilde expansion.Bruce Momjian
2005-06-09This patch shows the full path name when doing a \s in psql,Bruce Momjian
2005-06-09\(rs should be \\(rs, per Tom.Bruce Momjian
2005-06-09Since I needed this feature badly, I added the -n / --schema switch toBruce Momjian
2005-06-09I've created a patch which adds support for troff "-ms" output toBruce Momjian
2005-06-08Change WAL-logging scheme for multixacts to be more like regularTom Lane
2005-06-07Use just NULL not NULL::TEXT --- the latter coding is unnecessary andTom Lane
2005-06-02The no-lexer-backup speedup hadn't been there a week before somebodyTom Lane
2005-06-02Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane
2005-06-02Add support for \x hex strings in psql variables.Bruce Momjian
2005-05-30Support only octal for psql PROMPT values, rather than the confusingBruce Momjian
2005-05-30Use {xqoctesc} lex macro now that \ddd is standard.Bruce Momjian
2005-05-30Have psql escape bytes in strings for variables follow the backendBruce Momjian
2005-05-26Tweak the backend scanner (and psqlscan.l, which must track the backendTom Lane
2005-05-25Quick patch to adress a recent concern on the mailing listBruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-05-24Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.Tom Lane
2005-05-18Upon closer inspection, Greg's psql tab completion patch leaks memory.Neil Conway
2005-05-18psql tab completion improvements, from Greg Sabino Mullane:Neil Conway
2005-05-17Guard against duplicate IDs in input file in SortTocFromFile().Tom Lane