]> granicus.if.org Git - postgresql/history - src/bin/psql
Add an officially exported libpq function to encrypt passwords, and
[postgresql] / src / bin / psql /
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-08 Bruce Momjian> 1) I'm proposing a patch to do the DROP FUNCTION...
2005-12-08 Peter EisentrautAdd missing translation marker
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-18 Alvaro HerreraAdd tab completion for RESET SESSION AUTHORIZATION.
2005-11-17 Andrew Dunstanmake psql honor explicit database parameter in -l mode...
2005-11-14 Bruce MomjianRe-run pgindent to fix breakage when exceeding 150...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-04 Peter EisentrautTranslation updates
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-11-03 Alvaro HerreraTranslation updates.
2005-10-29 Peter EisentrautTranslation updates
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-20 Tom LaneMake \d order a table's check constraints by constraint...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianThe patch updates the documentation to reflect the...
2005-10-10 Peter EisentrautTranslation update
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-27 Tom LaneFix problems with PGXS builds against an installation...
2005-09-27 Bruce MomjianFix incorrect psql \x memory allocation for numericloca...
2005-09-26 Bruce MomjianRename variable for clarity.
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-22 Bruce MomjianFix psql \x by removing puts().
2005-09-20 Bruce MomjianFix interaction between psql \set AUTOCOMMIT and "ON_ER...
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-09-05 Tom LaneClean up version comparison/display code, per gripe...
2005-09-05 Bruce MomjianConditionally output the server version number in psql...
2005-08-14 Tom LaneFix psql's \d commands to use pg_roles instead of pg_us...
2005-08-14 Tom LaneFix up tab completion for ROLEs and add some more compl...
2005-07-30 Bruce MomjianAdd GUC variables to control keep-alive times for idle...
2005-07-28 Bruce MomjianAdd tab completion syntax for PREPARE 2-phase commit...
2005-07-25 Bruce MomjianAdd username for psql password prompt, if the username...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-18 Bruce Momjian\pset numericsep -> numericlocale.
2005-07-18 Bruce MomjianFix len so decimal length is only added when a period...
2005-07-18 Tom LaneAvoid need for E'' construct by using regexp instead...
2005-07-18 Bruce MomjianFix numiericsep length computations.
2005-07-18 Tom LaneAdjust psql describe queries so that any pg_foo_is_visi...
2005-07-14 Bruce MomjianEnable multi-byte thousands_sep and decimal_point for...
2005-07-14 Bruce MomjianMake better thousands_sep default based on decimal...
2005-07-14 Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-07-14 Bruce MomjianAdd numeric separator support for latex and troff outpu...
2005-07-14 Bruce Momjianbarebones variable name -> tuples_only, for consistency.
2005-07-14 Bruce MomjianFix malloc length for new numeric separator patch.
2005-07-10 Bruce MomjianReverse pg_malloc patch because psql/print.c is used...
2005-07-10 Bruce MomjianUse failure-safe pg_malloc consistently in psql/print.c.
2005-07-10 Bruce MomjianAdd psql \pset numericsep to allow output numbers like...
2005-07-06 Bruce MomjianAttached is a patch that enhances the "\h" capability...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-06-26 Tom LaneCode review for escape-strings patch. Sync psql and...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-21 Neil ConwayTrivial dead code removal: in _complete_from_query...
2005-06-19 Bruce MomjianAdd comment about \# in bcc makefiles.
2005-06-19 Bruce MomjianCleanup for Win32 compile.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianNow \d show tablespace of indices per discussion.
2005-06-14 Bruce MomjianUse ' ' escapes for leading spaces in table values...
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-10 Bruce MomjianUse saveHistory so we get a nice error message on failure.
2005-06-10 Bruce Momjianthe following patch makes the filename used to store...
2005-06-10 Bruce MomjianMore Win32 tilde code comments.
2005-06-10 Bruce MomjianAdd comment on tilde expansion.
2005-06-09 Bruce MomjianThis patch shows the full path name when doing a \s...
2005-06-09 Bruce Momjian\(rs should be \\(rs, per Tom.
2005-06-09 Bruce MomjianI've created a patch which adds support for troff ...
2005-06-02 Tom LaneThe no-lexer-backup speedup hadn't been there a week...
2005-06-02 Bruce MomjianAdd support for \x hex strings in psql variables.
2005-05-30 Bruce MomjianSupport only octal for psql PROMPT values, rather than...
2005-05-30 Bruce MomjianUse {xqoctesc} lex macro now that \ddd is standard.
2005-05-30 Bruce MomjianHave psql escape bytes in strings for variables follow...
2005-05-26 Tom LaneTweak the backend scanner (and psqlscan.l, which must...
2005-05-25 Bruce MomjianQuick patch to adress a recent concern on the mailing...
2005-05-24 Tom LaneAdd -I$(srcdir) to CPPFLAGS to make psqlscan.c compile...
2005-05-18 Neil ConwayUpon closer inspection, Greg's psql tab completion...
2005-05-18 Neil Conwaypsql tab completion improvements, from Greg Sabino...
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-04 Tom LaneSpell DELIMITER correctly, per Seamus Dean.
2005-04-29 Bruce MomjianRemove extern from optreset that was just added.
2005-04-29 Bruce MomjianBackpatch BCC compile changes to 8.0.X for psql.
2005-04-28 Dennis BjorklundFix a whitespace problem. From Alvaro Herrera.
2005-04-28 Bruce MomjianAdd psql \set ON_ERROR_ROLLBACK to allow statements...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Neil ConwayInclude information about a domain's CHECK constraint...
2005-04-04 Neil ConwayMinor fixes for psql tab completion. Spell "absolute...
2005-04-01 Bruce MomjianAdjust pg_proc.proargtypes[0] tests in psql \df to...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-16 Neil ConwayThis patch makes \d on tables and views sort fk constra...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
next