index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Reorganize format options of psql in alphabetical order
Michael Paquier
2018-11-06
*
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-02
*
pg_rewind: Remove unused macro
Peter Eisentraut
2018-10-30
*
Consolidate cross-option checks in pg_restore
Michael Paquier
2018-10-30
*
pg_restore: Augment documentation for -N option
Peter Eisentraut
2018-10-29
*
Improve tab completion of CREATE EVENT TRIGGER in psql
Michael Paquier
2018-10-26
*
Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psql
Michael Paquier
2018-10-26
*
Don't try to test files named with a trailing dot on Windows
Andrew Dunstan
2018-10-21
*
Client-side fixes for delayed NOTIFY receipt.
Tom Lane
2018-10-19
*
Silence perlcritic warning about missing return.
Tom Lane
2018-10-19
*
Use whitelist to choose files scanned with pg_verify_checksums
Michael Paquier
2018-10-19
*
pgbench: Report errors during run better
Peter Eisentraut
2018-10-15
*
Add TAP tests for pg_verify_checksums
Michael Paquier
2018-10-12
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Fix speling error
Magnus Hagander
2018-10-08
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
*
Correct overflow handling in pgbench.
Andres Freund
2018-09-27
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
*
Avoid unnecessary precision loss for pgbench's --rate target.
Tom Lane
2018-09-25
*
Ignore publication tables when --no-publications is used
Michael Paquier
2018-09-25
*
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
*
Use ppoll(2), if available, to wait for input in pgbench.
Tom Lane
2018-09-24
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Get rid of explicit argument-count markings in tab-complete.c.
Tom Lane
2018-09-21
*
Fix bogus tab-completion rule for CREATE PUBLICATION.
Tom Lane
2018-09-21
*
Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.
Tom Lane
2018-09-21
*
Rationalize Query_for_list_of_[relations] query names in tab-complete.c.
Tom Lane
2018-09-21
*
Remove special handling for open() in initdb for Windows
Michael Paquier
2018-09-21
*
Fix psql's tab completion for TABLE.
Tom Lane
2018-09-20
*
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
Tom Lane
2018-09-20
*
Remove dead code from pop_next_work_item().
Tom Lane
2018-09-17
*
Fix pgbench lexer's "continuation" rule to cope with Windows newlines.
Tom Lane
2018-09-17
*
Improve parallel scheduling logic in pg_dump/pg_restore.
Tom Lane
2018-09-14
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Message style improvements
Peter Eisentraut
2018-09-13
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
*
Minor fixes for psql tab completion.
Tom Lane
2018-09-12
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-09-01
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
*
Fix psql's \dC command to annotate I/O conversion casts as such.
Tom Lane
2018-08-31
*
Code review for pg_verify_checksums.c.
Tom Lane
2018-08-31
*
Fix pg_verify_checksums on Windows.
Amit Kapila
2018-08-31
*
Add semicolons to end of internally run queries
Peter Eisentraut
2018-08-30
*
pg_dump: Reorganize getTableAttrs()
Peter Eisentraut
2018-08-30
*
pg_verify_checksums: rename -d to --verbose
Alvaro Herrera
2018-08-30
*
Make pg_restore's identify_locking_dependencies() more bulletproof.
Tom Lane
2018-08-28
*
Code review for pg_dump's handling of ALTER INDEX ATTACH PARTITION.
Tom Lane
2018-08-28
*
pg_verify_checksums: Message style improvements and NLS support
Peter Eisentraut
2018-08-28
*
Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.
Tom Lane
2018-08-27
[next]