aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Fix for:Bruce Momjian2001-06-01
* Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian2001-05-30
* Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian2001-05-30
* Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian2001-05-30
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* This just breaks down the indices in to three groups:Bruce Momjian2001-05-28
* Don't use multi-line string literals.Peter Eisentraut2001-05-27
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-24
* Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut2001-05-24
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-23
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut2001-05-17
* Cope with configure arguments that contain spaces.Peter Eisentraut2001-05-13
* proisstrict must be assumed FALSE when dumping from a 7.0 database,Tom Lane2001-05-12
* Add provisions for using strdup replacement in the places that stillPeter Eisentraut2001-05-12
* Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut2001-05-12
* Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane2001-05-12
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-12
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-12
* - Don't dump COMMENTs in data-only dumpsPhilip Warner2001-05-12
* Add --echo option to createlang and droplang.Peter Eisentraut2001-05-09
* Right-align \du user-id.Bruce Momjian2001-05-09
* Fix memory leak in new psql \du code.Bruce Momjian2001-05-09
* Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian2001-05-09
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-08
* Allow SHELL in Makefile.* to control initdb.Bruce Momjian2001-05-08
* Add \cd command to psql.Peter Eisentraut2001-05-07
* Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut2001-05-06
* Allow 'psql -f -' to read from standard input.Peter Eisentraut2001-05-06
* Make prompt customization work with changeable Unix socket location.Peter Eisentraut2001-05-06
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-25
* Behave sanely when database name is omitted from command line.Tom Lane2001-04-23
* Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane2001-04-22
* Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut2001-04-21
* Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut2001-04-18
* If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut2001-04-15
* Work with Readline 4.2.Peter Eisentraut2001-04-14
* - Get view OID based on rule OID not base table OIDPhilip Warner2001-04-14
* pg_dump needs to use ONLY when selecting data from user tables, in caseTom Lane2001-04-05
* Don't dump CHECK constraints with same source and names bothPhilip Warner2001-04-04
* - Handle overridden attrs as per discussions 2-Apr-2001Philip Warner2001-04-03
* Patch to put rudimentary dependency support into pg_dump. This addressesPhilip Warner2001-04-01
* random_seed => seed ...Tom Lane2001-03-30
* Put proper pgaccess Chinese big5 file in place.Bruce Momjian2001-03-29
* Add checking for valid database encoding.Tatsuo Ishii2001-03-27
* pqsignal call needs to be #ifndef WIN32, per report from Magnus.Tom Lane2001-03-26
* Portability fix from Steve Nicolai.Tom Lane2001-03-24
* Disable pg_upgrade.Peter Eisentraut2001-03-24
* Add checking for strtoul. SunOS4 does not have it.Tatsuo Ishii2001-03-23