Commit Graph

946 Commits (c25b4dbf03a9b9e5bf79f2f7e2bcdcd9dc6263b9)

Author SHA1 Message Date
Peter Eisentraut c25b4dbf03 Update pg_ctl ref page, help output, messages. Some repair to work better 25 years ago
Bruce Momjian 63edc5c4e0 Fix security problem with psql \e where temp file could be an existing 25 years ago
Peter Eisentraut 249fe81c99 Print bit strings as B'...' when INSERT commands are dumped. 25 years ago
Tom Lane 040bb787bc Install the sample pg_ident.conf file into /home/postgres/testversion/data, just like pg_hba.conf. 25 years ago
Tom Lane fdbd6ca75e Simplify definition of pg_tables and pg_views views by making use of 26 years ago
Tom Lane 5bb2300b59 Revise handling of oldstyle/newstyle functions per recent discussions 26 years ago
Peter Eisentraut 714384a0b2 Polish error messages, help output, give marginal clue about command line 26 years ago
Peter Eisentraut f999912658 Simplification: Build executable directly from .c file. 26 years ago
Bruce Momjian 312063c97b Make pgsql compile on FreeBSD-alpha. 26 years ago
Tom Lane 2cf48ca04b Extend CREATE DATABASE to allow selection of a template database to be 26 years ago
Bruce Momjian ebd61ac03f Remove -k unix socketpath option from client side, allow hostname with 26 years ago
Bruce Momjian 2150c2edf1 UUNET is looking into offering PostgreSQL as a part of a managed web 26 years ago
Peter Eisentraut 8095924bdd Make sure shell scripts send error messages to stderr. 26 years ago
Vadim B. Mikheev b0299c5d37 Auto checkpoint creation. 26 years ago
Peter Eisentraut c6d103a494 Dump identity of alternative location, if any. 26 years ago
Peter Eisentraut 306c44eead Add -V option to backend, to show version, since --version doesn't seem 26 years ago
Peter Eisentraut 1f2f53c648 Since the backend now handles relative PGDATA, initdb doesn't have to work 26 years ago
Peter Eisentraut b7f4c64202 Add pg_dumpall --accounts-only option. 26 years ago
Peter Eisentraut 26c825e4b0 Allow initdb to handle relative paths for PGDATA, by converting them to 26 years ago
Philip Warner 44954fae08 Added long-standing transaction when restoring BLOBS (uses commit every BLOB_BATCH_SIZE) 26 years ago
Peter Eisentraut 2044bdcca0 Should be "test =", not "test ==". 26 years ago
Peter Eisentraut 3280cba2ac Make initdb safe against using 26 years ago
Tom Lane 4ad9fe4ce5 Teach psql about new relkind for views. 26 years ago
Philip Warner 48f0490809 Final (?) fix for tar (null block at end) 26 years ago
Peter Eisentraut 7300a28a67 Ignore missing postmaster.opts.default file. 26 years ago
Philip Warner 9cbb5fcd2b Various fixes to TAR header format 26 years ago
Tom Lane 4b70629b92 Rejigger do_lo_list's query so that obj_description() is evaluated only 26 years ago
Tom Lane 4f44aa04b5 Major overhaul of large-object implementation, by Denis Perchine with 26 years ago
Philip Warner e91932eb5a Cleanup error messages in findLastBuiltinOid 26 years ago
Philip Warner 3cf6e94844 Use new datlastsysoid field in pg_database + some cleanups & fixes 26 years ago
Philip Warner 4ac174213f Add new datlastsysoid to pg_database. 26 years ago
Bruce Momjian aa23c70522 BACKED OUT. 26 years ago
Bruce Momjian 293d1e5f2c here it is as requested by Bruce. 26 years ago
Peter Eisentraut 805e431a38 Add support for VPATH builds, that is, building somewhere else than in the 26 years ago
Vadim B. Mikheev 2c7de17b07 New file naming. Database OID is used as "tablespace" id and 26 years ago
Bruce Momjian 07a55ebf64 I submitted three patches to pgsql-patches@postgresql.org on Oct 13. 26 years ago
Philip Warner 14f214de59 Minor buglet in dumping functions onlt 26 years ago
Philip Warner 1b1dbb861d Fix bug in sequence dumping using new setval function 26 years ago
Bruce Momjian 78f69862af Rename pg-config to pg_config to be consistent with other pg commands. 26 years ago
Philip Warner f350481134 - Be more paranoid when getting views 26 years ago
Bruce Momjian 7ea8403c8a The beos port in the source tree doesn't even compile. and even 26 years ago
Bruce Momjian b32685a999 Add proofreader's changes to docs. 26 years ago
Peter Eisentraut 831e78e0c4 Better coding of readline tests 26 years ago
Peter Eisentraut 6f64c2e54a New unified regression test driver, test/regress makefile cleanup, 26 years ago
Peter Eisentraut 30826ce8e3 Enable initdb to create several levels of directories for PGDATA, if 26 years ago
Peter Eisentraut f428d053ce Revise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error, 26 years ago
Peter Eisentraut 27777b6645 Don't free() the result of getpwuid(). 26 years ago
Philip Warner 7cce011178 Only retrieve view definition if relation is a view (case statement) 26 years ago
Philip Warner 565afb889d Uses column select expressions to get object object owners and tests for blank names 26 years ago
Peter Eisentraut 239f74d28d psql forgot to close connection before re-issuing password prompt. 26 years ago