aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Fixes for pg_dump.c regarding multirangesAlexander Korotkov2020-12-20
* Multirange datatypesAlexander Korotkov2020-12-20
* initdb: complete getopt_long alphabetizationBruce Momjian2020-12-12
* initdb: properly alphabetize getopt_long options in C stringBruce Momjian2020-12-12
* pg_dump: Don't use enums for defining bit mask valuesPeter Eisentraut2020-12-11
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Fix more race conditions in the newly-added pg_rewind test.Heikki Linnakangas2020-12-07
* pg_dump: Reorganize dumpBaseType()Tom Lane2020-12-06
* Fix fd leak in pg_verifybackupMichael Paquier2020-12-07
* Fix race conditions in newly-added test.Heikki Linnakangas2020-12-04
* Fix pg_rewind bugs when rewinding a standby server.Heikki Linnakangas2020-12-03
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-28
* In psql's \d commands, don't truncate attribute default values.Tom Lane2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Make pg_rewind test case more stable.Heikki Linnakangas2020-11-20
* Improve failure detection with array parsing in pg_dumpMichael Paquier2020-11-19
* Add tab completion for CREATE [OR REPLACE] TRIGGER in psqlMichael Paquier2020-11-18
* Fix timing issue in pg_rewind test.Heikki Linnakangas2020-11-15
* Remove another test that doesn't work on Windows.Heikki Linnakangas2020-11-13
* Remove tests that don't work on Windows.Heikki Linnakangas2020-11-12
* Allow pg_rewind to use a standby server as the source system.Heikki Linnakangas2020-11-12
* Remove vacuumdb --analyze-in-stages from pg_upgrade testsMagnus Hagander2020-11-11
* pg_rewind: Fix thinko in parsing target WAL.Heikki Linnakangas2020-11-10
* Ignore attempts to \gset into specially treated variables.Noah Misch2020-11-09
* Remove analyze_new_cluster script from pg_upgradeMagnus Hagander2020-11-09
* Fix parsePGArray() error checking in pg_dump.Thomas Munro2020-11-09
* Fix redundant error messages in client toolsPeter Eisentraut2020-11-07
* Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directoriesMichael Paquier2020-11-07
* Revert "pg_dump: Lock all relations, not just plain tables".Tom Lane2020-11-06
* pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas2020-11-04
* pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas2020-11-04
* Refactor pg_rewind for more clear decision making.Heikki Linnakangas2020-11-04
* pg_rewind: Move syncTargetDirectory() to file_ops.cHeikki Linnakangas2020-11-04
* Track collation versions for indexes.Thomas Munro2020-11-03
* Remove pg_collation.collversion.Thomas Munro2020-11-03
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-02
* Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane2020-11-01
* Use mode "r" for popen() in psql's evaluate_backtick().Tom Lane2020-10-28
* pg_dump: Lock all relations, not just plain tablesAlvaro Herrera2020-10-27
* Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psqlMichael Paquier2020-10-24
* Allow psql to re-use connection parameters after a connection loss.Tom Lane2020-10-23
* Clean up some unpleasant behaviors in psql's \connect command.Tom Lane2020-10-22
* Fix connection string handling in psql's \connect command.Tom Lane2020-10-21
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-21
* Fix connection string handling in src/bin/scripts/ programs.Tom Lane2020-10-19
* In pg_restore's dump_lo_buf(), work a little harder on error handling.Tom Lane2020-10-18