Commit Graph

126 Commits (b37bc65f44eb16e98212fc61b565bb86502812fd)

Author SHA1 Message Date
Bruce Momjian 43deb7a45f Fox case-sensitivity for \d and allow trailing ; on backslash commands. 29 years ago
Bruce Momjian 1952f15c5c Fix memory leak in psql. 29 years ago
Bruce Momjian dd2c410616 Allow pg_dump to preserve owners of all objects. 29 years ago
Marc G. Fournier 735bf0b7f2 From: Igor <igor@sba.miami.edu> 29 years ago
Marc G. Fournier e721e58c03 From: Darren King <aixssd!darrenk@abs.net> 29 years ago
Marc G. Fournier 8d1f52ef24 From: Igor <igor@sba.miami.edu> 29 years ago
Vadim B. Mikheev cd3f1bcab0 cc1: warnings being treated as errors 29 years ago
Marc G. Fournier 541f18558d From: Igor <igor@sba.miami.edu> 29 years ago
Marc G. Fournier ff038a5b97 From: Darren King <aixssd!darrenk@abs.net> 29 years ago
Marc G. Fournier 9a5529f4d1 From: Igor <igor@sba.miami.edu> 29 years ago
Bruce Momjian 098dea8633 Fix core dump on \c. 29 years ago
Bruce Momjian 656d88c611 Fix \c option after breaking it. 29 years ago
Bruce Momjian 449e575595 Only free memory if environment value is replaced. 29 years ago
Bruce Momjian 658f229ac6 Comment on fix added. 29 years ago
Bruce Momjian 148f7203fa Preserve putenv() memory in psql \connect user fix. 29 years ago
Bruce Momjian 65ff0feacf Fix backslash commands broken when \connect user added. 29 years ago
Bruce Momjian fce2c41b6c Updated pg_dumpall and psql to preserve database owners. 29 years ago
Marc G. Fournier f986173e35 Add a \z command to psql that lists off grant/revoke permissions 29 years ago
Marc G. Fournier 3a7c93e7f3 From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Marc G. Fournier a5494a2d92 Various patches for nextstep by GregorHoffleit 29 years ago
Bruce Momjian ec4ca05c12 Fix \? syntax for copy command. 29 years ago
Marc G. Fournier 1d8a696fd5 Remove #include "rlstubs.h", since it doesn't exist anymore 29 years ago
Marc G. Fournier 917042f1c6 Remove rlstubs.[ch], since they weren't actually doing anything that couldn't 29 years ago
Marc G. Fournier aa46d53fa4 Okay, this should pretty much clean up the psql/readline/history mess. 29 years ago
Marc G. Fournier 374b2b0639 Why can't everyone be standard? :( 29 years ago
Marc G. Fournier d049cec4f5 Modifications to handle the situation where readline.h exists, but 29 years ago
Marc G. Fournier f389e9dfc2 Change how readline support is included in psql.c ... 29 years ago
Bruce Momjian febfe447a7 Oops, introduced a bug in EOF handling. Fix it. 29 years ago
Bruce Momjian cac3463649 No EOF from psql when quiet mode. 29 years ago
Bruce Momjian ce02ccf43d I've noticed that \i filename in 6.0beta prints the input file double-spaced. 29 years ago
Marc G. Fournier ea7a26c84b Fixes: 29 years ago
Bruce Momjian 24632b0ee0 fix for previous fix 29 years ago
Bruce Momjian 6e2341a48e psql paren. with \r fix. 29 years ago
Bruce Momjian cb6cb7745d Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full 29 years ago
Bruce Momjian e8f43854ac pq/signal() portability patch. Also psql copy prompt fix. 29 years ago
Bryan Henderson 7f00f11c01 Fix syntax of \copy in \? display. 29 years ago
Bruce Momjian b1765f4637 Note the => changes to == after a connect and stays that way on subsequent 29 years ago
Vadim B. Mikheev cbb131570e if (settings->opt.fieldSep); 29 years ago
Bruce Momjian 1b929d1749 Postgres95 to PostgreSQL. 29 years ago
Bruce Momjian 7980b8a5cc Fix for inclusion of new prompt output. 29 years ago
Bruce Momjian 440279e803 Add indicator for in quote or in query to prompt. 29 years ago
Bryan Henderson 93f722536f Whoops, redo Ultrix patch so the other ports still compile. 29 years ago
Bryan Henderson 46d58fba33 Make it compile on Ultrix. Thanks Erik Bertelson. 29 years ago
Bryan Henderson 092c7a6be5 Typecasts, etc. to make compile work on AIX. Thanks Darren King.. 29 years ago
Bruce Momjian eda3771290 Fix for \g strdup error. 29 years ago
Bryan Henderson 25fe3c7098 Include ctype.h to fix Kurt Lidl's compile problem. 29 years ago
Bruce Momjian 6399c74f17 Fix \g filename. Free allocated memory and don't use memory that has 29 years ago
Bruce Momjian 0365c51e30 Overhaul MainLoop input processing for quotes, comments, backslashes. 29 years ago
Bruce Momjian 42a344683a Remove warnings when readline is not used. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago