aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Translation updatesPeter Eisentraut2017-05-15
* Fix bogus syntax for CREATE PUBLICATION commands emitted by pg_dump.Tom Lane2017-05-15
* Fix typo in commentMagnus Hagander2017-05-15
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Teach \d+ to show partitioning constraints.Robert Haas2017-05-13
* Complete tab completion for DROP STATISTICSAlvaro Herrera2017-05-13
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* pg_dump: Add --no-publications optionPeter Eisentraut2017-05-12
* Rework the options syntax for logical replication commandsPeter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* psql: Add missing translation markersPeter Eisentraut2017-05-10
* Ignore PQcancel errors properlyAlvaro Herrera2017-05-09
* pg_dump: Add --no-subscriptions optionPeter Eisentraut2017-05-09
* Remove the NODROP SLOT option from DROP SUBSCRIPTIONPeter Eisentraut2017-05-09
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* pg_dump: Don't leak memory in buildDefaultACLCommands()Stephen Frost2017-05-06
* Fix wording in pg_upgrade docsMagnus Hagander2017-05-05
* Change the way pg_dump retrieves partitioning infoStephen Frost2017-05-04
* Add pg_dump tests for CREATE STATISTICSAlvaro Herrera2017-05-03
* pg_dump/t/002: append terminating semicolon to SQL commandsAlvaro Herrera2017-05-03
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* psql: Support identity columns in sequence displayPeter Eisentraut2017-04-28
* Remove unnecessairly duplicated gram.y productionsStephen Frost2017-04-27
* Avoid slow shutdown of pg_basebackup.Tom Lane2017-04-27
* Avoid depending on non-POSIX behavior of fcntl(2).Tom Lane2017-04-21
* Sync pg_ctl documentation and usage message with reality.Tom Lane2017-04-20
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Tighten up relation kind checks for extended statisticsAlvaro Herrera2017-04-17
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* pg_dump: Emit ONLY before table added to publicationPeter Eisentraut2017-04-17
* Make sure to run one initdb TAP test with no TZ setAndrew Dunstan2017-04-15
* Add option to modify sync commit per subscriptionPeter Eisentraut2017-04-14
* Remove useless trailing spaces in queries in C stringsPeter Eisentraut2017-04-13
* Remove trailing spaces in some outputPeter Eisentraut2017-04-13
* pg_dump: Dump comments and security labels for publication and subscriptionsPeter Eisentraut2017-04-13
* pg_dumpall: Allow --no-role-passwords and --binary-upgrade togetherPeter Eisentraut2017-04-13
* pg_dump: Always dump subscriptions NOCONNECTPeter Eisentraut2017-04-13
* pg_dump: Dump subscriptions by defaultPeter Eisentraut2017-04-13
* Improve tab-completion of DDL for publication and subscription.Fujii Masao2017-04-13
* Remove some tabs in SQL code in C string literalsPeter Eisentraut2017-04-12
* Fix reversed check of return value from syncMagnus Hagander2017-04-12
* Remove support for bcc and msvc standalone libpq buildsMagnus Hagander2017-04-11
* Fix pgbench's --progress-timestamp option to print Unix-epoch timestamps.Tom Lane2017-04-11
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-10
* pg_dump: Rename some typedefs to avoid name conflictsPeter Eisentraut2017-04-06
* Clean up psql/describe.c's messy query for extended stats.Tom Lane2017-04-06
* Identity columnsPeter Eisentraut2017-04-06