Commit Graph

126 Commits (b37bc65f44eb16e98212fc61b565bb86502812fd)

Author SHA1 Message Date
Bruce Momjian b37bc65f44 Creates the SubLink structure, and the Query->hasSubLink field, 28 years ago
Bruce Momjian bf8af2205b PAGER \z in psql. 28 years ago
Bruce Momjian 3d8820a364 Remove un-needed quotes from psql \d DEFAULT display. 28 years ago
Bruce Momjian 0af9137f14 Add NOT NULL and DEFAULT to \d table. 28 years ago
Bruce Momjian bbd5c21786 Make no-tty not use quiet in psql, fix group by copy failure, fix ccsym to delete tmp files. 28 years ago
Bruce Momjian 3827555869 Fix notty output to show status result. -q option still turns it off. 28 years ago
Bruce Momjian a68a132a6c Add VARHDRSZ where needed. Many places just used 4. 28 years ago
Bruce Momjian 5a5cb30096 Fix tolower loops to go in proper direction for cache. 28 years ago
Bruce Momjian 7059464335 Fix for \dd on types. 28 years ago
Bruce Momjian 97ad0b1cd4 \dd fix. 28 years ago
Bruce Momjian 91742c5c24 Change heading. 28 years ago
Bruce Momjian 4857de6be4 Cleanup wrapping in \d commands. 28 years ago
Bruce Momjian a986b7ba4d Move descriptions to pg_proc, add descriptions. 28 years ago
Bruce Momjian b686104cd5 Change \df order. 28 years ago
Bruce Momjian 20858bdd96 Make \d commands not wrap over 80 cols. 28 years ago
Bruce Momjian bd6733f9ce Clean out pgbuiltin now that new psql \d commands exist. 28 years ago
Bruce Momjian d0928a3af3 Fix \e for empty file. 28 years ago
Bruce Momjian 0f62b3024e Fix for \e on empty file. 28 years ago
Bruce Momjian 930bce33db Re-ordeer new \d command output. 28 years ago
Bruce Momjian 12fc33077b New \dS psql command. initdb cleanup. 28 years ago
Bruce Momjian 4e9df155f0 Add new \df psql option and oid8types() function. 28 years ago
Bruce Momjian 4cbc06cff1 Add new psql \da, \do, and \dT options. 28 years ago
Bruce Momjian ea4223c45f FIx for indexing regex stuff. Change rowoid to objoid. 28 years ago
Bruce Momjian 145bae2759 pg_description cleanup. 28 years ago
Bruce Momjian 5071ae2972 Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 28 years ago
Thomas G. Lockhart 7e1a8a90f8 Support "delimited identifiers" for \d tablename command. 28 years ago
Bruce Momjian 475a8873b0 Add paging for \d, and fix \i. 28 years ago
Thomas G. Lockhart c7dbd366ba Remove debugging "puts" print statement. 28 years ago
Bruce Momjian cad3e709fe Fix for backslash quote. 28 years ago
Bruce Momjian 34ec62058a Fix \e and \p after query. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 48fd8b3e8f Cleanup of use of settings as pointer and structure, and ps. 28 years ago
Bruce Momjian 2d7023c8fb No \\connect with usernames AND passwords. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 868d708188 Add // comments. 28 years ago
Thomas G. Lockhart b776831e8b Rearrange scanning code to support extended comments. 28 years ago
Bruce Momjian 99e9deac73 Manual page renaming. 28 years ago
Bruce Momjian f8fda03d12 pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h. 28 years ago
Bruce Momjian 7515bb484e Fix for psql pager when no tty, cleanup for vacuum attdisbursion type. 28 years ago
Bruce Momjian 76501c8aed Make psql use pager only when it has a tty. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Vadim B. Mikheev b992e200b8 NOT NULL implementation (submitted by Robson Paniago de Miranda). 28 years ago
Marc G. Fournier 9d90de5de7 Changes so that it actually checks for <readline/history.h>, instead 28 years ago
Bruce Momjian 6ed1715b1f Cleanup for NAMEDATALEN use. 29 years ago
Bruce Momjian 4b965f5758 Fix stout/stderr paging. Do not page \h select, but page \h *. 29 years ago
Bruce Momjian a67fd49091 Fix psql error output. 29 years ago
Bruce Momjian 8447148aad psql: Add PAGER for \h and \?,\C fix, indices spell fix. 29 years ago
Bruce Momjian 5eb4fadeaa Prevent psql optarg free-ing 29 years ago