aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-01
* Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane2018-08-31
* Code review for pg_verify_checksums.c.Tom Lane2018-08-31
* Fix pg_verify_checksums on Windows.Amit Kapila2018-08-31
* Add semicolons to end of internally run queriesPeter Eisentraut2018-08-30
* pg_dump: Reorganize getTableAttrs()Peter Eisentraut2018-08-30
* pg_verify_checksums: rename -d to --verboseAlvaro Herrera2018-08-30
* Make pg_restore's identify_locking_dependencies() more bulletproof.Tom Lane2018-08-28
* Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.Tom Lane2018-08-28
* pg_verify_checksums: Message style improvements and NLS supportPeter Eisentraut2018-08-28
* Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.Tom Lane2018-08-27
* Copy-editing of pg_verify_checksums help and ref pagePeter Eisentraut2018-08-23
* Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut2018-08-22
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Do not dump identity sequences with excluded parent tableMichael Paquier2018-08-22
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane2018-08-17
* pg_upgrade: issue helpful error message for use on standbysBruce Momjian2018-08-17
* pg_upgrade: fix shutdown check for standby serversBruce Momjian2018-08-14
* Cosmetic cleanups in initdb.c.Tom Lane2018-08-10
* Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane2018-08-07
* Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane2018-08-07
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane2018-08-03
* pg_upgrade: fix --check for live source server checksBruce Momjian2018-07-31
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane2018-07-30
* Add verbosity to pg_basebackup for syncMichael Paquier2018-07-29
* pg_upgrade: check for clean server shutdownsBruce Momjian2018-07-28
* pg_upgrade: report database names with missing extension libsBruce Momjian2018-07-28
* Fix handling of pgbench's hash when no argument is providedMichael Paquier2018-07-27
* psql: Add option for procedures to \dfPeter Eisentraut2018-07-24
* pgbench: Remove duplicate entries from table of builtin functions.Robert Haas2018-07-23
* Make more consistent some error messages for file-related operationsMichael Paquier2018-07-23
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-21
* Be more paranoid about quoting in pg_upgrade's test script.Tom Lane2018-07-21
* Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane2018-07-20
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-19
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Dump foreign keys on partitioned tablesAlvaro Herrera2018-07-13
* Add pg_dump --on-conflict-do-nothing option.Thomas Munro2018-07-13
* Improve two error messagesPeter Eisentraut2018-07-12
* Remove dynamic_shared_memory_type=nonePeter Eisentraut2018-07-10
* Add pg_rewind --no-syncMichael Paquier2018-07-10
* Simplify logic to sync target directory at the end of pg_rewindMichael Paquier2018-07-10
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* Add $Test::Builder::Level to pgbench test functionsPeter Eisentraut2018-07-03