Commit Graph

90 Commits (afb09b5a31a558709b7a8c577e447c60ff25ca1b)

Author SHA1 Message Date
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
Tom Lane fa2356a1ac Use pg_get_constraintdef() rather than pg_constraint.consrc; this is 22 years ago
Bruce Momjian 4b407f6c3c Changes for MinGW/WIN32: 22 years ago
Bruce Momjian cf3cc7576c This makes psql use the new pg_get_viewdef function. It also puts one 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Bruce Momjian 9df48371c2 here are the patches for psql on Win32: 22 years ago
Bruce Momjian 57748fc25d > Having read the list, and noticed the message about table inheritance I 22 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 22 years ago
Tom Lane 7dc5472d48 Missing calls to PQclear in large_obj.c and describe.c. 23 years ago
Tom Lane fc8d970cbc Replace functional-index facility with expressional indexes. Any column 23 years ago
Bruce Momjian c75d65485d New \d format: 23 years ago
Tom Lane bf3e675384 Avoid using a separate query to fetch the default expressions for 23 years ago
Tom Lane b4b62cff93 Apply the proper version of Christopher Kings-Lynne's describe patch 23 years ago
Tom Lane f1f5978603 Fix possible buffer overrun in \d command: substr(..., 128) produces 23 years ago
Bruce Momjian 40c4472e22 TODO marked as done: 23 years ago
Tom Lane 0d93e385b0 Make psql's \df display functions that return sets as having return type 23 years ago
Tom Lane 951ec872c7 Fix psql to cope with autocommit off, at least during startup. 23 years ago
Tom Lane 286fb25243 Make \dS work more like it used to, viz, show only system objects. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane 64505ed58b Code review for standalone composite types, query-specified composite 23 years ago
Peter Eisentraut 7292131c66 Enable locale, so case conversion (identifier processing) and number 23 years ago
Bruce Momjian 6deb649cd3 Add '+' mention in \? help. More clean of \? to do. 23 years ago
Tom Lane 976246cc7e The cstring datatype can now be copied, passed around, etc. The typlen 23 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Tom Lane a208ea72bc Modify pg_dump to dump foreign-key constraints as constraints, not as 23 years ago
Bruce Momjian b1a5f87209 Tom Lane wrote: 23 years ago
Tom Lane 60ac5b805e Get rid of double PQclear(res) in error path. 23 years ago
Tom Lane 039cb47988 psql backslash commands are schema-aware. Pattern matching behavior 23 years ago
Tom Lane 9c5dacc5e9 Column ordering in \d output should agree with sort ordering; 23 years ago
Tom Lane 38bb77a5d1 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 23 years ago
Bruce Momjian 1ac7db4468 I can't remember who said they were working on schema related psql 24 years ago
Tom Lane 7c6df91dda Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. 24 years ago
Tom Lane f69bc37be8 Make operators have their own comments separate from those of the 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Peter Eisentraut 71aab11327 Missed one NAMEDATALEN. 24 years ago
Peter Eisentraut 3d726290c0 Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers 24 years ago
Tom Lane 6d6ca2166c Change naming rule for ON SELECT rules of views: they're all just 24 years ago
Tom Lane 902a6a0a4b Restructure representation of aggregate functions so that they have pg_proc 24 years ago
Bruce Momjian aab0b8f5eb I was tinkering with creating rules on views (so, for instance, one could 24 years ago
Tom Lane 337b22cb47 Code review for DOMAIN patch. 24 years ago
Bruce Momjian a7ade2bb6b Add psql \dD listing of domains, from Jonathan Eisler. 24 years ago
Bruce Momjian 7d1b8fe716 Back out psql domain improvements until domain is applied. 24 years ago
Bruce Momjian c666d6fd41 Here is a diff of changes to the psql source code implementing a simple 24 years ago
Bruce Momjian 925d60ee53 Showing index details with \d on psql. 24 years ago
Tom Lane 112bd6f06b psql's \do was going out of its way to lie about the result type of 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago