aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut2017-03-14
* Spelling fixesPeter Eisentraut2017-03-14
* Spelling fixes in code commentsPeter Eisentraut2017-03-14
* Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane2017-03-13
* initdb: Re-add translatable string that got lostPeter Eisentraut2017-03-13
* Fix typo in initdb's SCRAM password processing.Tom Lane2017-03-12
* pg_dump: Fix dumping of publicationsPeter Eisentraut2017-03-10
* Sanitize newlines in object names in "pg_restore -l" output.Tom Lane2017-03-10
* Un-break things on IPv6-less platforms.Tom Lane2017-03-10
* Fix hard-coded relkind constants in assorted src/bin files.Tom Lane2017-03-09
* Fix hard-coded relkind constants in psql/describe.c.Tom Lane2017-03-09
* Fix hard-coded relkind constants in pg_dump.c.Tom Lane2017-03-09
* Enable replication connections by default in pg_hba.confPeter Eisentraut2017-03-09
* Fix inclusions of c.h from .h files.Tom Lane2017-03-08
* pg_waldump: Remove extra newline in error messagePeter Eisentraut2017-03-08
* Fix pgbench's failure to honor the documented long-form option "--builtin".Tom Lane2017-03-07
* psql: Add \gx commandStephen Frost2017-03-07
* Allow pg_dumpall to dump roles w/o user passwordsSimon Riggs2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* pg_dump: Properly handle public schema ACLs with --cleanStephen Frost2017-03-06
* Repair incorrect pg_dump labeling for some comments and security labels.Tom Lane2017-03-06
* pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost2017-03-06
* pg_dump: Fix orderingPeter Eisentraut2017-03-04
* psql: Add tab completion for logical replicationPeter Eisentraut2017-03-03
* Add RENAME support for PUBLICATIONs and SUBSCRIPTIONsPeter Eisentraut2017-03-03
* Add pg_current_logfile() function.Robert Haas2017-03-03
* Move atooid() definition to a central placePeter Eisentraut2017-03-01
* psql: Add tab completion for DEALLOCATEPeter Eisentraut2017-03-01
* Add missing progname prefix to some messagesMagnus Hagander2017-02-26
* Clarify the role of checkpoint at the begininng of base backupsMagnus Hagander2017-02-26
* Basic tab completion for partitioning.Robert Haas2017-02-26
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-23
* Suppress "unused variable" warnings with older versions of flex.Tom Lane2017-02-19
* Fix help message for pg_basebackup -RMagnus Hagander2017-02-18
* pg_dump: Message style improvementsPeter Eisentraut2017-02-17
* pg_dump: Fix typo in queryPeter Eisentraut2017-02-17
* Fix tab completion for "ALTER SYSTEM SET variable ...".Tom Lane2017-02-15
* pg_upgrade: Fix problems caused by renaming pg_resetxlog.Robert Haas2017-02-15
* Split index xlog headers from other private index headers.Robert Haas2017-02-14
* Replace reference to "xlog-method" with "wal-method" in error message.Fujii Masao2017-02-15
* Add CREATE SEQUENCE AS <data type> clausePeter Eisentraut2017-02-10
* Rename command line options for ongoing xlog -> wal conversion.Robert Haas2017-02-09
* Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas2017-02-09
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Add missing newline to error messagesPeter Eisentraut2017-02-06