Commit Graph

3453 Commits (97f8a240785ec098420581e5e6a0ff2bd489a0ad)

Author SHA1 Message Date
Tom Lane 1773e07025 Improve consistency of parsing of psql's magic variables. 11 years ago
Heikki Linnakangas 729202754e Give a proper error message if initdb password file is empty. 11 years ago
Tom Lane 79b2fa5bd2 Fix pg_dumpall to restore its ability to dump from ancient servers. 11 years ago
Tom Lane 0c9391e529 Fix core dump in pg_dump --binary-upgrade on zero-column composite type. 11 years ago
Robert Haas d1844c21b0 Fix identify_locking_dependencies for schema-only dumps. 11 years ago
Stephen Frost 4d96e93cb4 Handle border = 3 in expanded mode 11 years ago
Tom Lane 440fcc5682 Fix psql \s to work with recent libedit, and add pager support. 12 years ago
Tom Lane 40c333c39c Fix a performance problem in pg_dump's dump order selection logic. 12 years ago
Peter Eisentraut 07a3f74a73 Translation updates 12 years ago
Magnus Hagander a70935d3fc Add autocompletion of locale keywords for CREATE DATABASE 12 years ago
Tom Lane 294a489855 Fix pg_restore's processing of old-style BLOB COMMENTS data. 12 years ago
Tom Lane da05e57f70 Fix unportable setvbuf() usage in initdb. 12 years ago
Tom Lane 360ec00a57 In initdb, ensure stdout/stderr buffering behavior is what we expect. 12 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Heikki Linnakangas 94095e341c Add missing SYSTEMQUOTEs 12 years ago
Tom Lane 9ad94ba084 Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls. 12 years ago
Bruce Momjian d73cc5857f Properly check for readdir/closedir() failures 12 years ago
Peter Eisentraut 2eb60c52c1 Translation updates 12 years ago
Tom Lane 4741e31600 Prevent potential overruns of fixed-size buffers. 12 years ago
Tom Lane 7182bd2394 Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code. 12 years ago
Magnus Hagander c6e5c4dd1d Avoid printing uninitialized filename variable in verbose mode 12 years ago
Peter Eisentraut 6d969b000e Fix client-only installation 12 years ago
Kevin Grittner c41f036445 Don't attempt to limit target database for pg_restore. 12 years ago
Peter Eisentraut 559eb85bff Translation updates 12 years ago
Kevin Grittner 4bdccd8427 Fix pg_dumpall to work for databases flagged as read-only. 12 years ago
Tom Lane 8c72b20e39 Fix assorted issues in pg_ctl's pgwin32_CommandLine(). 12 years ago
Peter Eisentraut 1c4dfd19a6 Translation updates 12 years ago
Peter Eisentraut c768cf616d pg_basebackup: Add missing newline to error message 12 years ago
Stephen Frost 2f397a08de Clean up pg_basebackup libpq usage 13 years ago
Tom Lane 50e66d37ac Mark index-constraint comments with correct dependency in pg_dump. 13 years ago
Andrew Dunstan 1c6afc40f7 Properly dump dropped foreign table cols in binary-upgrade mode. 13 years ago
Fujii Masao 81bb2d23bd Fix pg_restore -l with the directory archive to display the correct format name. 13 years ago
Joe Conway 86742ac9c8 Fix ordering of obj id for Rules and EventTriggers in pg_dump. 13 years ago
Joe Conway 359c8e4545 Ensure that user created rows in extension tables get dumped if the table is explicitly requested, either with a -t/--table switch of the table itself, or by -n/--schema switch of the schema containing the extension table. Patch reviewed by Vibhor Kumar and Dimitri Fontaine. 13 years ago
Peter Eisentraut 54d4a8f023 Translation updates 13 years ago
Alvaro Herrera 861aac5870 Translation updates 13 years ago
Tom Lane 30de42d254 Ignore invalid indexes in pg_dump. 13 years ago
Heikki Linnakangas aa5d7d58ba Add a server version check to pg_basebackup and pg_receivexlog. 13 years ago
Heikki Linnakangas 957bafb209 Fix pg_dumpall with database names containing = 13 years ago
Heikki Linnakangas 23ef96327f Don't pass NULL to fprintf, if a bogus connection string is given to pg_dump. 13 years ago
Peter Eisentraut 390523596d Translation updates 13 years ago
Robert Haas 881104a698 Eliminate use of ExecuteSqlQueryForSingleRow, which is not in 9.1. 13 years ago
Magnus Hagander 1cc43979cf Make pg_dump exclude unlogged table data on hot standby slaves 13 years ago
Andrew Dunstan 57d294a188 Use correct output device for Windows prompts. 13 years ago
Heikki Linnakangas 66debecd0c On second thought, use an empty string instead of "none" when not connected. 13 years ago
Heikki Linnakangas 14fa980560 Don't pass NULL to fprintf, if not currently connected to a database. 13 years ago
Peter Eisentraut 04a210b090 Translation updates 13 years ago
Tatsuo Ishii a7c53092d8 Fix psql crash while parsing SQL file whose encoding is different from 13 years ago
Tom Lane 806e6d1ddb Fix pg_resetxlog to use correct path to postmaster.pid. 13 years ago
Tom Lane 5110a96992 In pg_dump, dump SEQUENCE SET items in the data not pre-data section. 13 years ago