Commit Graph

136 Commits (117d73a9e7af61f6742e3d2b46f1dfbe3e02b9ca)

Author SHA1 Message Date
Alvaro Herrera 3d58a1c168 Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Bruce Momjian a1e5331b07 Add tablespace display to psql \l+. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 05e27a9c20 Remove LEFT part of JOIN to pg_roles because of optimizer limitation: 20 years ago
Bruce Momjian f9a726aa88 I've created a new shared catalog table pg_shdescription to store 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 3332e38189 Disable expanded mode only for \d tablename, not for all backslash 20 years ago
Tom Lane a5bd1d357a Make \d order a table's check constraints by constraint name instead 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 21 years ago
Tom Lane aa731ed843 Change nextval and other sequence functions to specify their sequence 21 years ago
Tom Lane e36de18191 Fix psql's \d commands to use pg_roles instead of pg_user, so that 21 years ago
Tom Lane 84ccf7212c Fix up tab completion for ROLEs and add some more completion logic for 21 years ago
Tom Lane fdd84469f7 Avoid need for E'' construct by using regexp instead of LIKE. More 21 years ago
Tom Lane df38d799ea Adjust psql describe queries so that any pg_foo_is_visible() condition 21 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Bruce Momjian 2f7d369a5c Clarify code to double \\ and '. 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Bruce Momjian b4132fd0ac Now \d show tablespace of indices per discussion. 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Neil Conway e6557e9a67 Include information about a domain's CHECK constraint, if any, in the 21 years ago
Bruce Momjian 135f65e299 Adjust pg_proc.proargtypes[0] tests in psql \df to handle new NULL value 21 years ago
Neil Conway d663d3ba3a This patch makes \d on tables and views sort fk constraints, triggers 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Peter Eisentraut 7d8578a0c2 Clarify some strings 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Peter Eisentraut 0fd37839d9 Message style revisions 22 years ago
Neil Conway ae7ea1395c psql consistency fixes from Greg Sabino Mullane: have \df show schema and 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian 3ca998b951 Allow psql to use 7.4.X database by not referencing tablespaces. 22 years ago
Bruce Momjian 93a1fce5cc Add permission display to \db+. 22 years ago
Bruce Momjian bbcee544aa Have \dn+ show permissions and description for schemas. 22 years ago
Bruce Momjian ca95bcb1d8 Move tablespace name up on to the same line in psql \d. 22 years ago
Bruce Momjian b6335b4fb4 Add tablespace location display for psql \d. 22 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Neil Conway 0fa2afa93a Make psql's \d+ command indicate whether the table in question 22 years ago
Bruce Momjian 5e9f4d26bc Add CLUSTER tag to psql \d display. 22 years ago
Bruce Momjian 3ceda5eab3 I just noticed that \dp outputs "Table" to indicate relations (tables, 22 years ago
Neil Conway e10bb0518a More fallout from the recent psql patch: rename xmalloc and friends to 22 years ago
Neil Conway 610d33c194 This patch makes some of the memory manipulation performed by psql a 22 years ago
Dennis Bjorklund d233e5cecc Mark string for translation. 22 years ago
Bruce Momjian a922472a2a Supress non-temp schemas from psql \dn display. 22 years ago
Bruce Momjian 8bb60b6423 attached is a patch that adds display of the groups a user belongs to to 22 years ago
Bruce Momjian abd5d75c4c This patch finishes off the work that I did with making view 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 8b3414d247 Uppercase a few keywords in queries. 22 years ago