Commit Graph

930 Commits (d72eb7cbbd69dbef1a642d48aeef5cff5c145dc0)

Author SHA1 Message Date
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
Tom Lane b5d609a300 Improve error message for dumpRules() failure 26 years ago
Peter Eisentraut 335248c9b7 Support for DESTDIR make variable. This is used as in `make install 26 years ago
Philip Warner 6ead466e10 Minor code cleanup (cast away const-ness) 26 years ago
Philip Warner c74257e9e0 - Support for relkind = RELKIND_VIEW. 26 years ago
Bruce Momjian 0ba0e32172 O.K. - 26 years ago
Peter Eisentraut da06bc1d40 Make building scripts kind of consistent in look and feel, kind of immune 26 years ago
Tatsuo Ishii c18c321365 Fix psql crash. If MULTIBYTE is enabled, \l+ dumps core due to 26 years ago
Peter Eisentraut ffd9aaa0a9 A bit of cleanup after SSL patch. Add it to config file, improve 26 years ago
Peter Eisentraut 4bfb75aece Change initdb to not delete PGDATA directory unless it was created by 26 years ago
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer 26 years ago
Bruce Momjian 7bc654bb16 SSL patch from Magnus 26 years ago
Peter Eisentraut ef6164de1d Revert removal of signed, volatile, and signal handler arg type tests. 26 years ago
Peter Eisentraut 79abd73eee Remove configure tests for `signed', `volatile', and signal handler args; 26 years ago
Peter Eisentraut 9314141116 Add pg-config utility that stores some configuration parameters other 26 years ago
Peter Eisentraut a67343d67d Substitute libdir into createlang as last resort so one doesn't have to set 26 years ago
Peter Eisentraut 9b3d66ecbd Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the 26 years ago