summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2005-07-18\pset numericsep -> numericlocale.Bruce Momjian
2005-07-18Fix len so decimal length is only added when a period appears in the output.Bruce Momjian
2005-07-18Avoid use of E'', and thereby creating an unnecessary version-dependency,Tom Lane
2005-07-18Avoid need for E'' construct by using regexp instead of LIKE. MoreTom Lane
2005-07-18Fix numiericsep length computations.Bruce Momjian
2005-07-18Adjust psql describe queries so that any pg_foo_is_visible() conditionTom Lane
2005-07-14Enable multi-byte thousands_sep and decimal_point for numericsep.Bruce Momjian
2005-07-14Make better thousands_sep default based on decimal marker value.Bruce Momjian
2005-07-14Change numericsep to a boolean, and make it locale-aware.Bruce Momjian
2005-07-14Add numeric separator support for latex and troff output methods.Bruce Momjian
2005-07-14barebones variable name -> tuples_only, for consistency.Bruce Momjian
2005-07-14Fix malloc length for new numeric separator patch.Bruce Momjian
2005-07-10Rename xmalloc to pg_malloc for consistency with psql usage.Bruce Momjian
2005-07-10Reverse pg_malloc patch because psql/print.c is used in scripts filesBruce Momjian
2005-07-10Use failure-safe pg_malloc consistently in psql/print.c.Bruce Momjian
2005-07-10Add --encoding to pg_dump.Bruce Momjian
2005-07-10This patch implements putting language handlers for the optional PLsBruce Momjian
2005-07-10Add psql \pset numericsep to allow output numbers like 100,000.0 orBruce Momjian
2005-07-08Try connecting to both postgres and template1 databases to do the initialTom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
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