Commit Graph

5886 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 7 years ago
Michael Paquier b8f2da0ac5 Refactor logic to remove trailing CR/LF characters from strings 7 years ago
Peter Eisentraut 43211c2a02 initdb: Use varargs macro for PG_CMD_PRINTF 7 years ago
Michael Paquier 05ba8370b8 Fix tab completion for ALTER LANGUAGE in psql 7 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Tom Lane 07b39083c2 Fix pg_dump's handling of dependencies for custom opclasses. 7 years ago
Heikki Linnakangas d8b094dabb Print WAL position correctly in pg_rewind error message. 7 years ago
Michael Paquier 04cf0bfc90 Fix memory leak coming from simple lists built in reindexdb 7 years ago
Peter Eisentraut 1e2fddfa33 Handle fsync failures in pg_receivewal and pg_recvlogical 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Michael Paquier 5ab892c391 Add support for --jobs in reindexdb 7 years ago
Peter Eisentraut 959f6d6a18 pg_upgrade: Default new bindir to pg_upgrade location 7 years ago
Peter Eisentraut 0befb4f313 pg_upgrade: Check all used executables 7 years ago
Peter Eisentraut 28cb0555c1 Fix typo in pg_upgrade file header 7 years ago
Alvaro Herrera 0994cfc0ac Don't uselessly escape a string that doesn't need escaping 7 years ago
Tom Lane 3754113f33 Avoid choosing "localtime" or "posixrules" as TimeZone during initdb. 7 years ago
Tom Lane b654714f9b Fix failures to ignore \r when reading Windows-style newlines. 7 years ago
Tom Lane 4e784f3514 Fix infelicities in describeOneTableDetails' partitioned-table handling. 7 years ago
Andrew Dunstan 1a721248f3 Don't assume expr is available in pgbench tests 7 years ago
Tom Lane 24f62e93f3 Improve psql's \d output for partitioned indexes. 7 years ago
Tom Lane eb5472da9f Improve psql's \d output for TOAST tables. 7 years ago
Peter Eisentraut 06140c201b Add CREATE DATABASE LOCALE option 7 years ago
Michael Paquier 3cae75f420 Remove more progname references in vacuumdb.c 7 years ago
Tom Lane a0555ddab9 Install dependencies to prevent dropping partition key columns. 7 years ago
Peter Eisentraut 7961886580 Revert "initdb: Change authentication defaults" 7 years ago
Peter Eisentraut 09f08930f0 initdb: Change authentication defaults 7 years ago
Michael Paquier 90317ab7e6 Fix compilation warning of pg_basebackup with MinGW 7 years ago
Michael Paquier 5f3840370b Refactor parallelization processing code in src/bin/scripts/ 7 years ago
Michael Paquier 0896ae561b Fix inconsistencies and typos in the tree 7 years ago
Thomas Munro 5823677acc Provide pgbench --show-script to dump built-in scripts. 7 years ago
Thomas Munro ce8f946764 Report the time taken by pgbench initialization steps. 7 years ago
Noah Misch 8a0cbb8852 Revive test of concurrent OID generation. 7 years ago
Thomas Munro 5b51bbfbd5 Fix tab completion for UPDATE. 7 years ago
Thomas Munro 7bdc6556fb Tab completion for CREATE TYPE. 7 years ago
Peter Eisentraut e435c1e7d9 Message style improvements 7 years ago
Bruce Momjian 481837783b Remove unused C structure member 7 years ago
Michael Paquier 6b8548964b Fix inconsistencies in the code 7 years ago
Michael Paquier d1a040543b Remove more unreferenced function declarations 7 years ago
Peter Eisentraut 3f3542621f psql: Fix logging output format 7 years ago
Tom Lane 02e95a5049 Add \warn command to psql. 7 years ago
Peter Eisentraut 6a1cd8b923 Unwind some workarounds for lack of portable int64 format specifier 7 years ago
Peter Eisentraut 7b925e1270 Sync our Snowball stemmer dictionaries with current upstream 7 years ago
Michael Paquier d5ab9a891c Simplify TAP tests of pg_dump for connection strings 7 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 7 years ago
Tom Lane 9a2ea61832 Show table persistence in psql's \dt+ and related commands. 7 years ago
Peter Eisentraut 84c41ae81b Fix accidentally swapped error message arguments 7 years ago
Peter Eisentraut 24c7000f64 Remove redundant newlines from error messages 7 years ago
Tom Lane b4771d7c7f Don't treat complete_from_const as equivalent to complete_from_list. 7 years ago
Tom Lane 0ec3e13c69 Fix tab completion of "SET variable TO|=" to not offer bogus completions. 7 years ago
Tom Lane 4d6603f28d Simplify psql \d's rule for ordering the indexes of a table. 7 years ago