aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane2000-11-29
* This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian2000-11-27
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* Pay attention to fgets() failure return.Tom Lane2000-11-27
* After going to the trouble of finding where psql lives, seems likeTom Lane2000-11-27
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-27
* Prevent simple_prompt() from locking up in a tight loop at stdin EOF.Tom Lane2000-11-27
* Silence warningPeter Eisentraut2000-11-26
* Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut2000-11-25
* Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut2000-11-25
* Fix security problem with psql \e where temp file could be an existingBruce Momjian2000-11-25
* Print bit strings as B'...' when INSERT commands are dumped.Peter Eisentraut2000-11-24
* Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane2000-11-21
* Simplify definition of pg_tables and pg_views views by making use ofTom Lane2000-11-21
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Polish error messages, help output, give marginal clue about command linePeter Eisentraut2000-11-18
* Simplification: Build executable directly from .c file.Peter Eisentraut2000-11-18
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-14
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Make sure shell scripts send error messages to stderr.Peter Eisentraut2000-11-11
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Dump identity of alternative location, if any.Peter Eisentraut2000-11-08
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-06
* Since the backend now handles relative PGDATA, initdb doesn't have to workPeter Eisentraut2000-11-04
* Add pg_dumpall --accounts-only option.Peter Eisentraut2000-11-02
* Allow initdb to handle relative paths for PGDATA, by converting them toPeter Eisentraut2000-11-02
* Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner2000-10-31
* Should be "test =", not "test ==".Peter Eisentraut2000-10-29
* Make initdb safe against usingPeter Eisentraut2000-10-28
* Teach psql about new relkind for views.Tom Lane2000-10-25
* Final (?) fix for tar (null block at end)Philip Warner2000-10-25
* Ignore missing postmaster.opts.default file.Peter Eisentraut2000-10-24
* Various fixes to TAR header formatPhilip Warner2000-10-24
* Rejigger do_lo_list's query so that obj_description() is evaluated onlyTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Cleanup error messages in findLastBuiltinOidPhilip Warner2000-10-22
* Use new datlastsysoid field in pg_database + some cleanups & fixesPhilip Warner2000-10-22
* Add new datlastsysoid to pg_database.Philip Warner2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* I submitted three patches to pgsql-patches@postgresql.org on Oct 13.Bruce Momjian2000-10-16
* Minor buglet in dumping functions onltPhilip Warner2000-10-13
* Fix bug in sequence dumping using new setval functionPhilip Warner2000-10-13
* Rename pg-config to pg_config to be consistent with other pg commands.Bruce Momjian2000-10-10
* - Be more paranoid when getting viewsPhilip Warner2000-10-10
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07