Commit Graph

194 Commits (9491c82f7103d62824d3132b8c7dc44609f2f56b)

Author SHA1 Message Date
Bruce Momjian 9491c82f71 This makes all the \dX commands (most importantly to most: \df) work 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane eb273743ed Fix another problem in SQL-MED \d displays: should have a clean failure 17 years ago
Tom Lane 6672daace1 Consistently use multi-line formatting for all ACL columns printed by psql's 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Alvaro Herrera 1eec10a2de Have psql's \d+ print reloptions. Extracted from Euler Taveira de Oliveira's 17 years ago
Tom Lane e4718f2c9e Replace pg_class.reltriggers with relhastriggers, which is just a boolean hint 17 years ago
Tom Lane cdc197cf31 Improve psql's \dC command to take a pattern parameter. Casts are shown 17 years ago
Tom Lane 13fc2e4df8 Fix two error-recovery bugs in describeOneTableDetails(), and make the code 17 years ago
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 18 years ago
Tom Lane a4775a80fd Suppress compiler warning, and not incidentally make the code more 18 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Bruce Momjian 590510136e Addendum: psql sequence value display patch was originally written by 18 years ago
Bruce Momjian 8516ce0914 Have psql \d show the value of sequence columns. 18 years ago
Bruce Momjian bf523f97ca Add comment about literal strings in our syntax not being translated in 18 years ago
Bruce Momjian 71e0296dbc Add column storage type to psql \d+ display. 18 years ago
Bruce Momjian c9b2591efc In psql, rename trans_* variables to translate_*, for clarity. 18 years ago
Peter Eisentraut 96193aa803 More replacements of binary compatible to binary coercible. 18 years ago
Peter Eisentraut b11c1876ed Don't print the name of the database in psql \z. 18 years ago
Tom Lane 0a8f6b797a Fix psql's \d and allied commands to work with all server versions back to 7.4. 18 years ago
Alvaro Herrera a61b2464fa Change \du to use the new printTable API, improving the situation of very wide 18 years ago
Alvaro Herrera e6a64bd3b6 Fix a bug in the previous patch, which caused the title pointer to be used 18 years ago
Alvaro Herrera 1e9199e84c Improve psql's internal print.c code by introducing an actual print API. 18 years ago
Andrew Dunstan a87f15d506 Display ACLS using multiple lines for psql's \z. Brendan Jurd. 18 years ago
Andrew Dunstan c0b1b01ef5 Show enum values in psql's \dt+. David Fetter. 18 years ago
Heikki Linnakangas 72e1d28afd Show relation size in verbose (e.g. \d+) output. 18 years ago
Alvaro Herrera 10be77c173 Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. 18 years ago
Tom Lane b65a509746 Show database access privileges in psql's \l command. For \l+, also show 18 years ago
Tom Lane 2be368a5af Display incoming as well as outgoing foreign-key constraints in psql's 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Tom Lane df4271fedd Improve the method of localizing column names and other fixed strings in 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 46c099ce71 Consistent capitalization 18 years ago
Tom Lane 2011bebc89 Use 'token' not 'lexeme' to describe the output of a parser. 18 years ago
Tom Lane b2a52b3b80 Make \dFt and \dFt+ do something different --- omitting the function 19 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Tom Lane 82eed4dba2 Arrange to put TOAST tables belonging to temporary tables into special schemas 19 years ago
Neil Conway 7c07b136bc Add the function's volatility to the output of psql's \df+ command. 19 years ago
Jan Wieck 0fe16500d3 Changes pg_trigger and extend pg_rewrite in order to allow triggers and 19 years ago
Neil Conway 7221b4fa50 Code cleanup: mark some variables with the "const" modifier, when they 19 years ago
Magnus Hagander 348b621894 Show aggregate return types in psql \da output. 19 years ago
Peter Eisentraut 28b96f2a30 Identify schema of inherited table in psql \d when necessary. 19 years ago
Tom Lane 7bddca3450 Fix up foreign-key mechanism so that there is a sound semantic basis for the 19 years ago
Neil Conway 479ee09059 List disabled triggers separately in psql's "\d <table>" output. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Neil Conway 415b925345 Fix a memory leak in psql: we'd leak a few PGresult handles if 19 years ago
Tom Lane 39ed8c4049 Move processNamePattern into dumputils.c in preparation for using it in 19 years ago
Tom Lane 0629030962 Fix ancient oversight in psql's \d pattern processing code: when seeing two 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago