aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Correct overflow handling in pgbench.Andres Freund2018-09-27
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-26
* Avoid unnecessary precision loss for pgbench's --rate target.Tom Lane2018-09-25
* Ignore publication tables when --no-publications is usedMichael Paquier2018-09-25
* Sync our Snowball stemmer dictionaries with current upstream.Tom Lane2018-09-24
* Use ppoll(2), if available, to wait for input in pgbench.Tom Lane2018-09-24
* Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch2018-09-23
* Get rid of explicit argument-count markings in tab-complete.c.Tom Lane2018-09-21
* Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane2018-09-21
* Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.Tom Lane2018-09-21
* Rationalize Query_for_list_of_[relations] query names in tab-complete.c.Tom Lane2018-09-21
* Remove special handling for open() in initdb for WindowsMichael Paquier2018-09-21
* Fix psql's tab completion for TABLE.Tom Lane2018-09-20
* Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.Tom Lane2018-09-20
* Remove dead code from pop_next_work_item().Tom Lane2018-09-17
* Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane2018-09-17
* Improve parallel scheduling logic in pg_dump/pg_restore.Tom Lane2018-09-14
* Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier2018-09-14
* Message style improvementsPeter Eisentraut2018-09-13
* Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane2018-09-13
* Minor fixes for psql tab completion.Tom Lane2018-09-12
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* 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