summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas
2020-11-04Refactor pg_rewind for more clear decision making.Heikki Linnakangas
2020-11-04pg_rewind: Move syncTargetDirectory() to file_ops.cHeikki Linnakangas
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-01Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane
2020-10-28Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane
2020-10-27pg_dump: Lock all relations, not just plain tablesAlvaro Herrera
2020-10-24Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psqlMichael Paquier
2020-10-23Allow psql to re-use connection parameters after a connection loss.Tom Lane
2020-10-22Clean up some unpleasant behaviors in psql's \connect command.Tom Lane
2020-10-21Fix connection string handling in psql's \connect command.Tom Lane
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-19Fix connection string handling in src/bin/scripts/ programs.Tom Lane
2020-10-18In pg_restore's dump_lo_buf(), work a little harder on error handling.Tom Lane
2020-10-17In libpq for Windows, call WSAStartup once and WSACleanup not at all.Tom Lane
2020-10-16pg_upgrade: remove C99 compiler req. from commit 3c0471b5fdBruce Momjian
2020-10-15pg_upgrade: generate check error for left-over new tablespaceBruce Momjian
2020-10-15Improve tab-completion for FETCH/MOVE.Fujii Masao
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-10Remove pointless error-code checking in pg_dump/parallel.c.Tom Lane
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-10-07Clean up after newly-added tests for pg_test_fsync and pg_test_timing.Tom Lane
2020-10-07Rethink recent fix for pg_dump's handling of extension config tables.Tom Lane
2020-10-06pg_upgrade: remove pre-8.4 code and >= 8.4 checkBruce Momjian
2020-10-06pg_upgrade; change major version comparisons to use <=, not <Bruce Momjian
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-09-30pgbench: Use PQExpBuffer to simplify code that constructs SQL.Heikki Linnakangas
2020-09-28Improve tab-completion for DEALLOCATE.Fujii Masao
2020-09-28Improve range checks of options for pg_test_fsync and pg_test_timingMichael Paquier
2020-09-24Fix handling of -d "connection string" in pg_dump/pg_restore.Tom Lane
2020-09-24Standardize the printf format for st_sizePeter Eisentraut
2020-09-22Simplify SortTocFromFile() by removing fixed buffer-size limit.Tom Lane
2020-09-22Rethink API for pg_get_line.c, one more time.Tom Lane
2020-09-19Remove unused parametersPeter Eisentraut
2020-09-17Remove support for postfix (right-unary) operators.Tom Lane
2020-09-17Improve common/logging.c's support for multiple verbosity levels.Tom Lane
2020-09-17Improve tab completion of IMPORT FOREIGN SCHEMA in psqlMichael Paquier
2020-09-17Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane
2020-09-16Avoid retrieval of CHECK constraints and DEFAULT exprs in data-only dumpMichael Paquier
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-14Avoid useless allocations for information of dumpable objects in pg_dump/Michael Paquier
2020-09-11psql: Display stats target of extended statisticsAlvaro Herrera
2020-09-10Remove unused parameterPeter Eisentraut
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-06Remove useless lstat() call in pg_rewind.Tom Lane
2020-09-05Improve some ancient, crufty code in bootstrap + initdb.Tom Lane
2020-09-05Yet more elimination of dead stores and useless initializations.Tom Lane