summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-11-16pgbench: introduce a RandomState structAlvaro Herrera
2018-11-14Make psql's "\pset format" command reject non-unique abbreviations.Tom Lane
2018-11-13pg_dump: Fix dumping of WITH OIDS tablesPeter Eisentraut
2018-11-07Fix inadequate autoconfiscation of copyfile() usage.Tom Lane
2018-11-07pg_upgrade: Allow use of file cloningPeter Eisentraut
2018-11-07Use installcheck-parallel in pg_upgrade's testsuite.Andres Freund
2018-11-06Reorganize format options of psql in alphabetical orderMichael Paquier
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-30pg_rewind: Remove unused macroPeter Eisentraut
2018-10-30Consolidate cross-option checks in pg_restoreMichael Paquier
2018-10-29pg_restore: Augment documentation for -N optionPeter Eisentraut
2018-10-26Improve tab completion of CREATE EVENT TRIGGER in psqlMichael Paquier
2018-10-26Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psqlMichael Paquier
2018-10-21Don't try to test files named with a trailing dot on WindowsAndrew Dunstan
2018-10-20Client-side fixes for delayed NOTIFY receipt.Tom Lane
2018-10-19Silence perlcritic warning about missing return.Tom Lane
2018-10-19Use whitelist to choose files scanned with pg_verify_checksumsMichael Paquier
2018-10-15pgbench: Report errors during run betterPeter Eisentraut
2018-10-12Add TAP tests for pg_verify_checksumsMichael Paquier
2018-10-11Remove deprecated abstime, reltime, tinterval datatypes.Andres Freund
2018-10-08Fix speling errorMagnus Hagander
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-28Correct overflow handling in pgbench.Andres Freund
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2018-09-25Avoid unnecessary precision loss for pgbench's --rate target.Tom Lane
2018-09-25Ignore publication tables when --no-publications is usedMichael Paquier
2018-09-24Sync our Snowball stemmer dictionaries with current upstream.Tom Lane
2018-09-24Use ppoll(2), if available, to wait for input in pgbench.Tom Lane
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
2018-09-21Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane
2018-09-21Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.Tom Lane
2018-09-21Rationalize Query_for_list_of_[relations] query names in tab-complete.c.Tom Lane
2018-09-20Remove special handling for open() in initdb for WindowsMichael Paquier
2018-09-20Fix psql's tab completion for TABLE.Tom Lane
2018-09-20Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.Tom Lane
2018-09-17Remove dead code from pop_next_work_item().Tom Lane
2018-09-17Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane
2018-09-14Improve parallel scheduling logic in pg_dump/pg_restore.Tom Lane
2018-09-14Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-09-13Message style improvementsPeter Eisentraut
2018-09-13Attempt to identify system timezone by reading /etc/localtime symlink.Tom Lane
2018-09-12Minor fixes for psql tab completion.Tom Lane
2018-09-07Use C99 designated initializers for some structsPeter Eisentraut
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-08-31Fix psql's \dC command to annotate I/O conversion casts as such.Tom Lane
2018-08-31Code review for pg_verify_checksums.c.Tom Lane
2018-08-31Fix pg_verify_checksums on Windows.Amit Kapila
2018-08-30Add semicolons to end of internally run queriesPeter Eisentraut