summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2018-10-08Translation updatesPeter Eisentraut
2018-10-08Fix speling errorMagnus Hagander
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-25Ignore publication tables when --no-publications is usedMichael Paquier
2018-09-24Initialize random() in bootstrap/stand-alone postgres and in initdb.Noah Misch
2018-09-21Fix bogus tab-completion rule for CREATE PUBLICATION.Tom Lane
2018-09-18Revert "Allow concurrent-safe open() and fopen() in frontend code for Windows"REL_11_BETA4Tom Lane
2018-09-17Fix pgbench lexer's "continuation" rule to cope with Windows newlines.Tom Lane
2018-09-17Allow concurrent-safe open() and fopen() in frontend code for WindowsMichael Paquier
2018-09-17Translation updatesPeter Eisentraut
2018-09-13Message style improvementsPeter Eisentraut
2018-09-12Minor fixes for psql tab completion.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
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-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-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-06Translation updatesPeter Eisentraut
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
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.Tom Lane
2018-07-28pg_upgrade: check for clean server shutdownsBruce Momjian
2018-07-27Fix handling of pgbench's hash when no argument is providedMichael Paquier
2018-07-24psql: Add option for procedures to \dfPeter Eisentraut
2018-07-23pgbench: Remove duplicate entries from table of builtin functions.Robert Haas
2018-07-21Further portability hacking in pg_upgrade's test script.Tom Lane
2018-07-21Be more paranoid about quoting in pg_upgrade's test script.Tom Lane
2018-07-20Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane
2018-07-19Improve psql's \d command to show whether index columns are key columns.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-13Dump foreign keys on partitioned tablesAlvaro Herrera
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-03Correct commentPeter Eisentraut