summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2001-05-17Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut
2001-05-13Cope with configure arguments that contain spaces.Peter Eisentraut
2001-05-12proisstrict must be assumed FALSE when dumping from a 7.0 database,Tom Lane
2001-05-12Add provisions for using strdup replacement in the places that stillPeter Eisentraut
2001-05-12Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut
2001-05-12Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane
2001-05-12Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut
2001-05-12PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut
2001-05-12 - Don't dump COMMENTs in data-only dumpsPhilip Warner
2001-05-09Add --echo option to createlang and droplang.Peter Eisentraut
2001-05-09Right-align \du user-id.Bruce Momjian
2001-05-09Fix memory leak in new psql \du code.Bruce Momjian
2001-05-09Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian
2001-05-08Add SET SESSION AUTHORIZATION command.Peter Eisentraut
2001-05-08Allow SHELL in Makefile.* to control initdb.Bruce Momjian
2001-05-07Add \cd command to psql.Peter Eisentraut
2001-05-06Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut
2001-05-06Allow 'psql -f -' to read from standard input.Peter Eisentraut
2001-05-06Make prompt customization work with changeable Unix socket location.Peter Eisentraut
2001-04-25- Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner
2001-04-23Behave sanely when database name is omitted from command line.Tom Lane
2001-04-22Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane
2001-04-21Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut
2001-04-18Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut
2001-04-15If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-04-14- Get view OID based on rule OID not base table OIDPhilip Warner
2001-04-05pg_dump needs to use ONLY when selecting data from user tables, in caseTom Lane
2001-04-04Don't dump CHECK constraints with same source and names bothPhilip Warner
2001-04-03- Handle overridden attrs as per discussions 2-Apr-2001Philip Warner
2001-04-01Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner
2001-03-30random_seed => seed ...Tom Lane
2001-03-29Put proper pgaccess Chinese big5 file in place.Bruce Momjian
2001-03-27Add checking for valid database encoding.Tatsuo Ishii
2001-03-26pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane
2001-03-24Portability fix from Steve Nicolai.Tom Lane
2001-03-24Disable pg_upgrade.Peter Eisentraut
2001-03-23Add checking for strtoul. SunOS4 does not have it.Tatsuo Ishii
2001-03-23Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian
2001-03-23Fix checking of file operations in demo ('files') output format.Philip Warner
2001-03-23Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-19 - Added CVS headers to filesPhilip Warner
2001-03-18Give postmaster enough time to update the pidfile before checking toTom Lane
2001-03-18Fixed but in _enableTriggersIfNecessary introduced by previous patches by mePhilip Warner
2001-03-18Fix coredump due to writing one more byte than we'd allocated.Tom Lane
2001-03-14We're past Postgres95 now, and I'm sure Jolly doesn't want to receive anyPeter Eisentraut
2001-03-13Provide more useful error message if 'postgres -V' failed. AdvertisePeter Eisentraut
2001-03-13- Use subselect when enabling triggers,Philip Warner
2001-03-06Help message s/dump/restore/ (must have been copy&pasted from pg_dump).Peter Eisentraut