summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-15Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-10psql: Improve tab completion of WITHPeter Eisentraut
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Put back code inadvertently deleted from exit_nicely.Robert Haas
2012-04-05Update obsolete comment.Tom Lane
2012-04-04Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane
2012-04-03Arrange for on_exit_nicely to be thread-safe.Robert Haas
2012-04-01Fix recently introduced typo in NLS file listsPeter Eisentraut
2012-03-31Fix O(N^2) behavior in pg_dump when many objects are in dependency loops.Tom Lane
2012-03-31Fix O(N^2) behavior in pg_dump for large numbers of owned sequences.Tom Lane
2012-03-31Rename frontend keyword arrays to avoid conflict with backend.Tom Lane
2012-03-31Fix glitch recently introduced in psql tab completion.Tom Lane
2012-03-30Add new files to NLS file listsPeter Eisentraut
2012-03-30Replace printf format %i by %dPeter Eisentraut
2012-03-29initdb: Mark more messages for translationPeter Eisentraut
2012-03-29Remove now redundant pgpipe code.Andrew Dunstan
2012-03-28pg_basebackup: Error handling fixes.Robert Haas
2012-03-28pg_basebackup: Error message improvements.Robert Haas
2012-03-27pg_dump: Small message adjustment for consistencyPeter Eisentraut
2012-03-26Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-03-24Cast some printf arguments to avoid possibly-nonportable behavior.Tom Lane
2012-03-22If a role has a password expiration date, show that in psql's \du output.Tom Lane
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-03-21Improve connectMaintenanceDatabase() error reporting.Robert Haas
2012-03-20pg_dump: get rid of die_horriblyAlvaro Herrera
2012-03-20pg_dump: Remove undocumented "files" output formatPeter Eisentraut
2012-03-19pg_dump: fix double free of query resultsAlvaro Herrera
2012-03-16psql: Remove inappropriate const qualifiersPeter Eisentraut
2012-03-16pg_dump: Fix crash with invalid pg_cast rowPeter Eisentraut
2012-03-16pg_restore: Fix memory and file descriptor leak with directory formatPeter Eisentraut
2012-03-13pg_dump: Fix some minor memory leaksPeter Eisentraut
2012-03-08psql: Remove useless codePeter Eisentraut
2012-03-08Fix indentation of \d footers for non-ASCII cases.Tom Lane
2012-03-07psql: Avoid some spurious output if the server croaks.Robert Haas
2012-03-07psql: Fix memory leakPeter Eisentraut
2012-03-07psql: Fix invalid memory accessPeter Eisentraut
2012-03-03Provide environment overrides for psql file locations.Andrew Dunstan
2012-03-02Fix incorrect uses of gzFilePeter Eisentraut
2012-03-01psql: Improve error display for psql -f -Peter Eisentraut
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-02-28psql: when tab-completing, use quotes on file names that need themAlvaro Herrera
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-23Convert newlines to spaces in names written in pg_dump comments.Tom Lane
2012-02-16pg_dump: Miscellaneous tightening based on recent refactorings.Robert Haas