aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Reorganize format options of psql in alphabetical orderMichael Paquier2018-11-06
* Fix spelling errors and typos in commentsMagnus Hagander2018-11-02
* pg_rewind: Remove unused macroPeter Eisentraut2018-10-30
* Consolidate cross-option checks in pg_restoreMichael Paquier2018-10-30
* pg_restore: Augment documentation for -N optionPeter Eisentraut2018-10-29
* Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier2018-10-26
* Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier2018-10-26
* Don't try to test files named with a trailing dot on WindowsAndrew Dunstan2018-10-21
* Client-side fixes for delayed NOTIFY receipt.Tom Lane2018-10-19
* Silence perlcritic warning about missing return.Tom Lane2018-10-19
* Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier2018-10-19
* pgbench: Report errors during run betterPeter Eisentraut2018-10-15
* Add TAP tests for pg_verify_checksumsMichael Paquier2018-10-12
* Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund2018-10-11
* Fix speling errorMagnus Hagander2018-10-08
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* 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