summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2018-08-30pg_dump: Reorganize getTableAttrs()Peter Eisentraut
2018-08-30pg_verify_checksums: rename -d to --verboseAlvaro Herrera
2018-08-28Make pg_restore's identify_locking_dependencies() more bulletproof.Tom Lane
2018-08-28Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.Tom Lane
2018-08-28pg_verify_checksums: Message style improvements and NLS supportPeter Eisentraut
2018-08-27Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.Tom Lane
2018-08-23Copy-editing of pg_verify_checksums help and ref pagePeter Eisentraut
2018-08-22Change PROCEDURE to FUNCTION in CREATE OPERATOR syntaxPeter Eisentraut
2018-08-22doc: Update uses of the word "procedure"Peter Eisentraut
2018-08-22Do not dump identity sequences with excluded parent tableMichael Paquier
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-17Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.Tom Lane
2018-08-17pg_upgrade: issue helpful error message for use on standbysBruce Momjian
2018-08-14pg_upgrade: fix shutdown check for standby serversBruce Momjian
2018-08-10Cosmetic cleanups in initdb.c.Tom Lane
2018-08-07Fix pg_upgrade to handle event triggers in extensions correctly.Tom Lane
2018-08-07Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.Tom Lane
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-08-03Remove no-longer-appropriate special case in psql's \conninfo code.Tom Lane
2018-07-31pg_upgrade: fix --check for live source server checksBruce Momjian