summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut
2000-11-25Fix security problem with psql \e where temp file could be an existingBruce Momjian
2000-11-24Print bit strings as B'...' when INSERT commands are dumped.Peter Eisentraut
2000-11-21Install the sample pg_ident.conf file into /home/postgres/testversion/data, j...Tom Lane
2000-11-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
2000-11-18Polish error messages, help output, give marginal clue about command linePeter Eisentraut
2000-11-18Simplification: Build executable directly from .c file.Peter Eisentraut
2000-11-16Make pgsql compile on FreeBSD-alpha.Bruce Momjian
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-11Make sure shell scripts send error messages to stderr.Peter Eisentraut
2000-11-09Auto checkpoint creation.Vadim B. Mikheev
2000-11-08Dump identity of alternative location, if any.Peter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-04Since the backend now handles relative PGDATA, initdb doesn't have to workPeter Eisentraut
2000-11-02Add pg_dumpall --accounts-only option.Peter Eisentraut
2000-11-02Allow initdb to handle relative paths for PGDATA, by converting them toPeter Eisentraut
2000-10-31Added long-standing transaction when restoring BLOBS (uses commit every BLOB_...Philip Warner
2000-10-29Should be "test =", not "test ==".Peter Eisentraut
2000-10-28Make initdb safe against usingPeter Eisentraut
2000-10-25Teach psql about new relkind for views.Tom Lane
2000-10-25Final (?) fix for tar (null block at end)Philip Warner
2000-10-24Ignore missing postmaster.opts.default file.Peter Eisentraut
2000-10-24Various fixes to TAR header formatPhilip Warner
2000-10-24Rejigger do_lo_list's query so that obj_description() is evaluated onlyTom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-22Cleanup error messages in findLastBuiltinOidPhilip Warner
2000-10-22Use new datlastsysoid field in pg_database + some cleanups & fixesPhilip Warner
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-22BACKED OUT.Bruce Momjian
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-10-16I submitted three patches to pgsql-patches@postgresql.org on Oct 13.Bruce Momjian
2000-10-13Minor buglet in dumping functions onltPhilip Warner
2000-10-13Fix bug in sequence dumping using new setval functionPhilip Warner
2000-10-10Rename pg-config to pg_config to be consistent with other pg commands.Bruce Momjian
2000-10-10- Be more paranoid when getting viewsPhilip Warner
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-03Better coding of readline testsPeter Eisentraut
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-29Enable initdb to create several levels of directories for PGDATA, ifPeter Eisentraut
2000-09-25Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,Peter Eisentraut
2000-09-22Don't free() the result of getpwuid().Peter Eisentraut
2000-09-18Only retrieve view definition if relation is a view (case statement)Philip Warner
2000-09-18Uses column select expressions to get object object owners and tests for blan...Philip Warner