summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Well, after persuading cvsup and cvs that it _is_ possible to have localBruce Momjian2001-06-181-1/+7
* Untar copyright.html file and make good version.Bruce Momjian2001-06-183-361/+39
* Revoke public read access from pg_statistic, create new system viewTom Lane2001-06-141-2/+43
* Remove more NULL lines.Bruce Momjian2001-06-141-0/+0
* Fix nulls in HTML file.Bruce Momjian2001-06-141-0/+0
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-35/+23
* The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian2001-06-111-2/+4
* Add French psql translation. (My rendition of French anyway...)Peter Eisentraut2001-06-114-9/+869
* Finish German translation, edit (original) messages a bit.Peter Eisentraut2001-06-084-203/+240
* Native Language Support (NLS)Peter Eisentraut2001-06-0210-193/+1041
* Fix for:Bruce Momjian2001-06-011-2/+2
* Properly compute max sys oid for 7.0 and 7.1.Bruce Momjian2001-05-301-4/+10
* Fix missing relation in FROM causing NOTICE. Cleanup.Bruce Momjian2001-05-301-7/+2
* Remove reference to pg_class.relhaspkey from code. Column is unused.Bruce Momjian2001-05-301-14/+2
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-302-19/+19
* This just breaks down the indices in to three groups:Bruce Momjian2001-05-281-15/+79
* Don't use multi-line string literals.Peter Eisentraut2001-05-271-7/+7
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-2/+12
* Unset PGLIB so it doesn't slip in from the environment.Peter Eisentraut2001-05-241-1/+2
* Make createlang use dynamic loader enhancements (automatic path and suffix).Peter Eisentraut2001-05-232-28/+5
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-221-2/+2
* Add -U and -W options to pg_dump and friends to support non-interactivePeter Eisentraut2001-05-177-114/+206
* Cope with configure arguments that contain spaces.Peter Eisentraut2001-05-131-2/+2
* proisstrict must be assumed FALSE when dumping from a 7.0 database,Tom Lane2001-05-121-11/+12
* Add provisions for using strdup replacement in the places that stillPeter Eisentraut2001-05-121-2/+10
* Add command '\pset footer' to psql to turn off default "(x rows)" footer.Peter Eisentraut2001-05-124-6/+20
* Add comment to explain need for bizarre-looking coding in HandleSlashCmds.Tom Lane2001-05-121-5/+5
* Make bootstrap debug messages more readable. Clean up some clutter.Peter Eisentraut2001-05-121-5/+3
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-122-4/+14
* - Don't dump COMMENTs in data-only dumpsPhilip Warner2001-05-123-66/+122
* Add --echo option to createlang and droplang.Peter Eisentraut2001-05-092-24/+69
* Right-align \du user-id.Bruce Momjian2001-05-091-2/+2
* Fix memory leak in new psql \du code.Bruce Momjian2001-05-091-1/+3
* Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian2001-05-093-3/+106
* Add SET SESSION AUTHORIZATION command.Peter Eisentraut2001-05-081-2/+18
* Allow SHELL in Makefile.* to control initdb.Bruce Momjian2001-05-082-3/+4
* Add \cd command to psql.Peter Eisentraut2001-05-073-6/+50
* Fix collateral damage from previous (rev 1.49) patch.Peter Eisentraut2001-05-061-1/+4
* Allow 'psql -f -' to read from standard input.Peter Eisentraut2001-05-061-2/+4
* Make prompt customization work with changeable Unix socket location.Peter Eisentraut2001-05-061-57/+13
* - Fixed CONSTRAINT TRIGGER dump to record tgconstrelid properlyPhilip Warner2001-04-258-73/+370
* Behave sanely when database name is omitted from command line.Tom Lane2001-04-231-3/+14
* Don't bomb out on indexes on system attributes other than 'oid'.Tom Lane2001-04-221-31/+55
* Make sure that the postmaster options (from postmaster.opts[.default] orPeter Eisentraut2001-04-211-18/+14
* Repair misbehavior of \! with immediately following argument that containsPeter Eisentraut2001-04-181-4/+4
* If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut2001-04-151-2/+2
* Work with Readline 4.2.Peter Eisentraut2001-04-141-4/+5
* - Get view OID based on rule OID not base table OIDPhilip Warner2001-04-145-24/+52
* pg_dump needs to use ONLY when selecting data from user tables, in caseTom Lane2001-04-051-2/+3
* Don't dump CHECK constraints with same source and names bothPhilip Warner2001-04-042-61/+30