Commit Graph

2651 Commits (bb0a8a3ad42eb882b31df8eb6e0552f877119daa)

Author SHA1 Message Date
Alvaro Herrera 68046a20c7 Remove useless database name from bootstrap argument processing (including 19 years ago
Tom Lane 7bddca3450 Fix up foreign-key mechanism so that there is a sound semantic basis for the 19 years ago
Bruce Momjian d9db80f38d Add code so database scans are done in an order consistent with 19 years ago
Bruce Momjian 3607cb0488 Add ORDER BY to vacummdb so databases are scaned in the same order as 19 years ago
Peter Eisentraut 4ab8fcba8a StrNCpy -> strlcpy (not complete) 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Peter Eisentraut 086c189456 Normalize fgets() calls to use sizeof() for calculating the buffer size 19 years ago
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Peter Eisentraut 4f64a07bee Add strlcat() from OpenBSD, to be used for replacing strncat and other 19 years ago
Andrew Dunstan 00ade1dfcf Pass modern COPY syntax to backend, since copy (query) does not accept old syntax. Per complaint from Michael Fuhr. 19 years ago
Bruce Momjian 8b4ff8b6a1 Wording cleanup for error messages. Also change can't -> cannot. 19 years ago
Tom Lane 068bf6534f Fix initdb to not generate misleading error messages when postgres.bki 19 years ago
Bruce Momjian 6441288ec9 Add 'output file' option for pg_dumpall, especially useful for Win32, 19 years ago
Bruce Momjian d37881fd90 Allow pg_dumpall to specify a database name rather than the default 19 years ago
Bruce Momjian 5ce94b28cc Add --tablespaces-only and --roles-only options to pg_dumpall. 19 years ago
Tom Lane 379958128c Update pg_dump to support dumping operator families. 19 years ago
Tom Lane 5a7471c307 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 19 years ago
Neil Conway 479ee09059 List disabled triggers separately in psql's "\d <table>" output. 19 years ago
Peter Eisentraut 2cc01004c6 Remove remains of old depend target. 19 years ago
Bruce Momjian f5f9577e50 Modify max_fsm_pages in postgresql.conf.sample to show a typical value, 19 years ago
Neil Conway 4945a8fad4 Teach psql's \lo slash commands to respect quiet mode, and to output 19 years ago
Bruce Momjian 945d0b4b09 Allow Borland CC to compile libpq and psql. 19 years ago
Bruce Momjian c3578a68f8 Allow initdb to specify the pg_xlog directory. 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Andrew Dunstan 226e9fffc8 Call setrlimit if possible in pg_regress to allow core file generation, and provide a switch for similar behaviour in pg_ctl. 19 years ago
Tom Lane 2ee56b6a3a Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping 19 years ago
Tom Lane 5725b9d9af Support type modifiers for user-defined types, and pull most knowledge 19 years ago
Tom Lane 3a7f5459d7 fflush the \o file, if any, after each backslash command. We already 19 years ago
Tom Lane 6bb7b467c0 Print combining characters (those reported as having zero width by 19 years ago
Tom Lane 506a9893b7 Make HISTCONTROL=ignoredups work again (broken by misordering of 19 years ago
Tom Lane a78fcfb512 Restructure operator classes to allow improved handling of cross-data-type 19 years ago
Andrew Dunstan 6b4fe0460c fix thinko in placement of TimeValStruct typedef in Windows case, as reported by Magnus. 19 years ago
Andrew Dunstan 7bdc55cc71 enable \timing oputput for \copy commands 19 years ago
Tom Lane 0cb91ccba9 Remove the logId/logSeg fields from pg_control, because they are not needed 19 years ago
Bruce Momjian 50a073916c Fix pg_dump linking on Win32 with MSVS win32.mak: 19 years ago
Peter Eisentraut 339483928d Translation updates 19 years ago
Tom Lane df3a6fe477 Fix psql's \copy command to ensure that it cycles libpq back to the idle state 19 years ago
Peter Eisentraut 2c82df2a06 Translation updates 19 years ago
Tom Lane 617f123f06 Get rid of retail definitions of HAVE_STRDUP and HAVE_VSNPRINTF in 19 years ago
Tom Lane 5fc2d7e451 Suppress timezone (%Z) part of timestamp display when running on Windows, 19 years ago
Neil Conway 415b925345 Fix a memory leak in psql: we'd leak a few PGresult handles if 19 years ago
Tom Lane 19d0c46def pg_restore failed on tar-format archives if they contained large objects 19 years ago
Peter Eisentraut 9c2c41646a Translations update 20 years ago
Tom Lane 1314983fd3 Code review for --no-data-for-failed-tables patch. Instead of trashing 20 years ago
Tom Lane a50606de91 Remove somebody's ill-considered free() call, per report from Chander Ganesan. 20 years ago
Bruce Momjian ed95aea27d MSVC/BCC Win32 compiler fixes. 20 years ago
Tom Lane 24e9752863 Revise psql pattern-matching switches as per discussion. The rule is now 20 years ago
Tom Lane 39ed8c4049 Move processNamePattern into dumputils.c in preparation for using it in 20 years ago
Tom Lane 0629030962 Fix ancient oversight in psql's \d pattern processing code: when seeing two 20 years ago
Peter Eisentraut 2b25e1169f The -X option in pg_dump was supposed to be a workaround for the lack of 20 years ago