summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2005-05-07Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian
2005-05-04Use postmaster_is_alive() check in pg_ctl restart as well as pg_ctl status,Tom Lane
2005-05-04Spell DELIMITER correctly, per Seamus Dean.Tom Lane
2005-04-30GCC 4.0 includes a new warning option, -Wformat-literal, that emitsNeil Conway
2005-04-29Remove extern from optreset that was just added.Bruce Momjian
2005-04-29Backpatch BCC compile changes to 8.0.X for psql.Bruce Momjian
2005-04-29This patch fixes a bug in the error message emitted by pg_restore on anNeil Conway
2005-04-28Implement sharable row-level locks, and use them for foreign key referencesTom Lane
2005-04-28Fix a whitespace problem. From Alvaro Herrera.Dennis Bjorklund
2005-04-28Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian
2005-04-21Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane
2005-04-20Make pg_ctl status do a kill() test to verify that the PID found inTom Lane
2005-04-18pg_dumpall should enforce the server version check for itself, ratherTom Lane
2005-04-15Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry,Tom Lane
2005-04-13Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane
2005-04-12Remove unnecessary UPDATE commands to assign explicit ACLs to functionsTom Lane
2005-04-12Revert mistaken renaming of UTF-8.Peter Eisentraut
2005-04-12Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-04-06Include information about a domain's CHECK constraint, if any, in theNeil Conway
2005-04-04Minor fixes for psql tab completion. Spell "absolute" like the English word,Neil Conway
2005-04-01Teach pg_dump about OUT parameters.Tom Lane
2005-04-01Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL valueBruce Momjian
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-18Put 'dump complete' message in the right place, so it comes out whereTom Lane