Commit Graph

76 Commits (117d73a9e7af61f6742e3d2b46f1dfbe3e02b9ca)

Author SHA1 Message Date
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Peter Eisentraut 79e371037b Add strerror to pg_dump error messages where missing. 20 years ago
Tom Lane 74bdf965a6 Fix pg_dumpall to do something sane when a pre-8.1 installation has 20 years ago
Andrew Dunstan bee34e9930 Fix bad SQL, per Stefan Kaltenbrunner. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 58634caa0f Add MSVC support for utility commands and pg_dump. 20 years ago
Bruce Momjian f9a726aa88 I've created a new shared catalog table pg_shdescription to store 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane c6b9924bec Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used to 21 years ago
Tom Lane 0845538f3a dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) 21 years ago
Tom Lane d42cf5a42a Add per-user and per-database connection limit options. 21 years ago
Tom Lane 4a2972d691 Awhile back we replaced all uses of strcasecmp and strncasecmp with 21 years ago
Tom Lane affcb4371c Avoid use of E'', and thereby creating an unnecessary version-dependency, 21 years ago
Tom Lane 0ed5f90d73 Try connecting to both postgres and template1 databases to do the initial 21 years ago
Bruce Momjian bb3cce4ec9 Add E'' syntax so eventually normal strings can treat backslashes 21 years ago
Tom Lane b49d871f6a Fix pg_dumpall to do the right thing with "postgres" database, per 21 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 21 years ago
Tom Lane c822fe05ae pg_dumpall should enforce the server version check for itself, rather 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 2ee3a720a4 Adjust help message for --no-owner, per Alvaro Herrera. 21 years ago
Tom Lane 90c3ebe4d7 Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. 21 years ago
Bruce Momjian 88fd162ef6 Allow pg_ctl to determine the server is up when getting a request for a 22 years ago
Bruce Momjian a49f6ad014 Add full path in error report for version mismatch of binaries. 22 years ago
Bruce Momjian dedb53f29c Fix pg_dumpall to use double-quote for Win32 arguments. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian 640d0dc0f0 Fix compiler warning in the proper way. 22 years ago
Bruce Momjian 6ec4520a5b Supress warning about zero-length format string. 22 years ago
Bruce Momjian 7ee3c35152 Allow libpgport to call memory allocation routines even though 22 years ago
Tom Lane fcbc438727 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments 22 years ago
Bruce Momjian 45995219a0 Here is another patch that fixes a stack of pg_dump bugs: 22 years ago
Bruce Momjian a0db74a35c This patch adds the following options to pg_dumpall, to be passed to 22 years ago
Tom Lane ba6b87f330 Fix pg_dump and pg_dumpall for new names of built-in tablespaces, 22 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
Bruce Momjian 10a3d19ad4 Handle multiple double-quoted strings using Win32's system() call. 22 years ago
Bruce Momjian 3a0df651da Use single quotes around pg_dump call from pg_dumpall. 22 years ago
Bruce Momjian 7ac67fd189 Add time.h to pg_dumpall. 22 years ago
Bruce Momjian 9136613803 Add start/stop times for pg_dump/pg_dumpall when verbose output is used. 22 years ago
Bruce Momjian 641c5b565b Slight code cleanup for printf's. 22 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 22 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 22 years ago
Bruce Momjian bef228d1ee Add end-of-dump markers for pg_dump and pg_dumpall. 22 years ago
Bruce Momjian 9f944f0443 Adjust find_my_exec/find_other_exec() so that the return parameter is 22 years ago
Bruce Momjian b1ffacddfc Rename find_my_binary/find_other_binary to 22 years ago
Bruce Momjian fda15b351a As part of the work for making relocatable installs, I have re-factored 22 years ago
Tom Lane 5ad7d65da4 Fix incorrect dumping of database LOCATION from 7.0.* servers. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 6767cebc6f pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect, 23 years ago
Tom Lane 33ab177a56 Don't assume that struct option is available just because we can find a 23 years ago