summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2017-04-06pg_dump: Rename some typedefs to avoid name conflictsPeter Eisentraut
2017-04-06Clean up psql/describe.c's messy query for extended stats.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-04-05Use American English in error messagePeter Eisentraut
2017-04-05Capitalize names of PLs consistentlyPeter Eisentraut
2017-04-04psql: Add some missing tab completionPeter Eisentraut
2017-04-02Fix behavior of psql's \p to agree with \g, \w, etc.Tom Lane
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-04-01Write "waiting for checkpoint" on regular progress rowMagnus Hagander
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-03-29pg_dump: Remove query truncation in error messagesPeter Eisentraut
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-28Altering default privileges on schemasTeodor Sigaev
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-25psql: Add missing schema qualificationPeter Eisentraut
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-23ICU supportPeter Eisentraut
2017-03-23Remove createlang and droplangPeter Eisentraut
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-22Sync pg_dump and pg_dumpall outputAndrew Dunstan
2017-03-22pg_dump: Only dump publications when dumping everythingPeter Eisentraut
2017-03-19pg_dump: Skip COLLATION-related regression testsStephen Frost
2017-03-19Update obsolete commentMagnus Hagander
2017-03-18Adjust number of tests for pg_dump 001_basic.plStephen Frost
2017-03-18pg_dump: Remove "option requires an argument -- j" testStephen Frost
2017-03-18Improve pg_dump regression tests and code coverageStephen Frost
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-16psql: Add completion for \help DROP|ALTERPeter Eisentraut
2017-03-14Add option to control snapshot export to CREATE_REPLICATION_SLOTPeter Eisentraut
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-03-13initdb: Re-add translatable string that got lostPeter Eisentraut
2017-03-12Fix typo in initdb's SCRAM password processing.Tom Lane
2017-03-10pg_dump: Fix dumping of publicationsPeter Eisentraut
2017-03-10Sanitize newlines in object names in "pg_restore -l" output.Tom Lane
2017-03-10Un-break things on IPv6-less platforms.Tom Lane
2017-03-10Fix hard-coded relkind constants in assorted src/bin files.Tom Lane
2017-03-10Fix hard-coded relkind constants in psql/describe.c.Tom Lane
2017-03-10Fix hard-coded relkind constants in pg_dump.c.Tom Lane
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-09Fix inclusions of c.h from .h files.Tom Lane
2017-03-08pg_waldump: Remove extra newline in error messagePeter Eisentraut
2017-03-07Fix pgbench's failure to honor the documented long-form option "--builtin".Tom Lane
2017-03-07psql: Add \gx commandStephen Frost
2017-03-07Allow pg_dumpall to dump roles w/o user passwordsSimon Riggs
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-07pg_dump: Properly handle public schema ACLs with --cleanStephen Frost
2017-03-07Repair incorrect pg_dump labeling for some comments and security labels.Tom Lane