aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* - 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
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-23
* Fix checking of file operations in demo ('files') output format.Philip Warner2001-03-23
* Fix problems with coredumps due to ^C when longjmp buffer isn't valid.Tom Lane2001-03-23
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* - Added CVS headers to filesPhilip Warner2001-03-19
* Give postmaster enough time to update the pidfile before checking toTom Lane2001-03-18
* Fixed but in _enableTriggersIfNecessary introduced by previous patches by mePhilip Warner2001-03-18
* Fix coredump due to writing one more byte than we'd allocated.Tom Lane2001-03-18
* We're past Postgres95 now, and I'm sure Jolly doesn't want to receive anyPeter Eisentraut2001-03-14
* Provide more useful error message if 'postgres -V' failed. AdvertisePeter Eisentraut2001-03-13
* - Use subselect when enabling triggers,Philip Warner2001-03-13
* Help message s/dump/restore/ (must have been copy&pasted from pg_dump).Peter Eisentraut2001-03-06
* - Dump relevant parts of sequences only when doing schemaOnly & dataOnlyPhilip Warner2001-03-06
* - Only disable triggers in DataOnly (or implied data-only) restores.Philip Warner2001-03-06
* Here is the chinese_big5 patch for PgAccess. I've tested under ChineseBruce Momjian2001-03-05
* Fix memory leak.Peter Eisentraut2001-03-01
* Ensure previous setting of pset.queryFout is restored after a failedTom Lane2001-03-01
* Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii2001-03-01
* Do not strip whitespace within quotes.Peter Eisentraut2001-02-28
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Allow pgaccess to input Japanese. See included mail.Tatsuo Ishii2001-02-26
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Fix pg_dump crashes caused by bogus use of va_start/va_end (only seenTom Lane2001-02-23
* chinese-gb -> chinese_gb.Bruce Momjian2001-02-23
* Rename to chinese-gbBruce Momjian2001-02-23
* The attachement is the Chinese (GB) patch for PgAccess, don't knowBruce Momjian2001-02-22
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-20
* Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane2001-02-20
* Add copyright mentions, per Tom Lane.Bruce Momjian2001-02-18
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-18
* Fix a bug in psql. unescape() does not work for multi-byte encodings.Tatsuo Ishii2001-02-17