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
*
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
*
Copy-editing of pg_verify_checksums help and ref page
Peter Eisentraut
2018-08-23
*
Change PROCEDURE to FUNCTION in CREATE OPERATOR syntax
Peter Eisentraut
2018-08-22
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Do not dump identity sequences with excluded parent table
Michael Paquier
2018-08-22
*
Fix set of NLS translation issues
Michael Paquier
2018-08-21
*
Ensure schema qualification in pg_restore DISABLE/ENABLE TRIGGER commands.
Tom Lane
2018-08-17
*
pg_upgrade: issue helpful error message for use on standbys
Bruce Momjian
2018-08-17
*
pg_upgrade: fix shutdown check for standby servers
Bruce Momjian
2018-08-14
*
Cosmetic cleanups in initdb.c.
Tom Lane
2018-08-10
*
Fix pg_upgrade to handle event triggers in extensions correctly.
Tom Lane
2018-08-07
*
Ensure pg_dump_sort.c sorts null vs non-null namespace consistently.
Tom Lane
2018-08-07
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Remove no-longer-appropriate special case in psql's \conninfo code.
Tom Lane
2018-08-03
*
pg_upgrade: fix --check for live source server checks
Bruce Momjian
2018-07-31
*
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-31
*
Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes.
Tom Lane
2018-07-30
*
Add verbosity to pg_basebackup for sync
Michael Paquier
2018-07-29
*
pg_upgrade: check for clean server shutdowns
Bruce Momjian
2018-07-28
*
pg_upgrade: report database names with missing extension libs
Bruce Momjian
2018-07-28
*
Fix handling of pgbench's hash when no argument is provided
Michael Paquier
2018-07-27
*
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-24
*
pgbench: Remove duplicate entries from table of builtin functions.
Robert Haas
2018-07-23
*
Make more consistent some error messages for file-related operations
Michael Paquier
2018-07-23
*
Further portability hacking in pg_upgrade's test script.
Tom Lane
2018-07-21
*
Be more paranoid about quoting in pg_upgrade's test script.
Tom Lane
2018-07-21
*
Avoid unportable shell syntax in pg_upgrade's test script.
Tom Lane
2018-07-20
*
Improve psql's \d command to show whether index columns are key columns.
Tom Lane
2018-07-19
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Rework error messages around file handling
Michael Paquier
2018-07-18
*
doc: Update redirecting links
Peter Eisentraut
2018-07-16
*
Dump foreign keys on partitioned tables
Alvaro Herrera
2018-07-13
*
Add pg_dump --on-conflict-do-nothing option.
Thomas Munro
2018-07-13
*
Improve two error messages
Peter Eisentraut
2018-07-12
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Add pg_rewind --no-sync
Michael Paquier
2018-07-10
*
Simplify logic to sync target directory at the end of pg_rewind
Michael Paquier
2018-07-10
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
[next]