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
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
initdb: Use varargs macro for PG_CMD_PRINTF
Peter Eisentraut
2019-08-08
*
Fix tab completion for ALTER LANGUAGE in psql
Michael Paquier
2019-08-05
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-31
*
Print WAL position correctly in pg_rewind error message.
Heikki Linnakangas
2019-07-30
*
Fix memory leak coming from simple lists built in reindexdb
Michael Paquier
2019-07-30
*
Handle fsync failures in pg_receivewal and pg_recvlogical
Peter Eisentraut
2019-07-29
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Add support for --jobs in reindexdb
Michael Paquier
2019-07-27
*
pg_upgrade: Default new bindir to pg_upgrade location
Peter Eisentraut
2019-07-27
*
pg_upgrade: Check all used executables
Peter Eisentraut
2019-07-27
*
Fix typo in pg_upgrade file header
Peter Eisentraut
2019-07-27
*
Don't uselessly escape a string that doesn't need escaping
Alvaro Herrera
2019-07-26
*
Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.
Tom Lane
2019-07-26
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Fix infelicities in describeOneTableDetails' partitioned-table handling.
Tom Lane
2019-07-24
*
Don't assume expr is available in pgbench tests
Andrew Dunstan
2019-07-24
*
Improve psql's \d output for partitioned indexes.
Tom Lane
2019-07-23
*
Improve psql's \d output for TOAST tables.
Tom Lane
2019-07-23
*
Add CREATE DATABASE LOCALE option
Peter Eisentraut
2019-07-23
*
Remove more progname references in vacuumdb.c
Michael Paquier
2019-07-23
*
Install dependencies to prevent dropping partition key columns.
Tom Lane
2019-07-22
*
Revert "initdb: Change authentication defaults"
Peter Eisentraut
2019-07-22
*
initdb: Change authentication defaults
Peter Eisentraut
2019-07-22
*
Fix compilation warning of pg_basebackup with MinGW
Michael Paquier
2019-07-21
*
Refactor parallelization processing code in src/bin/scripts/
Michael Paquier
2019-07-19
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Provide pgbench --show-script to dump built-in scripts.
Thomas Munro
2019-07-16
*
Report the time taken by pgbench initialization steps.
Thomas Munro
2019-07-16
*
Revive test of concurrent OID generation.
Noah Misch
2019-07-13
*
Fix tab completion for UPDATE.
Thomas Munro
2019-07-13
*
Tab completion for CREATE TYPE.
Thomas Munro
2019-07-13
*
Message style improvements
Peter Eisentraut
2019-07-09
*
Remove unused C structure member
Bruce Momjian
2019-07-08
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Remove more unreferenced function declarations
Michael Paquier
2019-07-07
*
psql: Fix logging output format
Peter Eisentraut
2019-07-06
*
Add \warn command to psql.
Tom Lane
2019-07-05
*
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-04
*
Sync our Snowball stemmer dictionaries with current upstream
Peter Eisentraut
2019-07-04
*
Simplify TAP tests of pg_dump for connection strings
Michael Paquier
2019-07-04
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Show table persistence in psql's \dt+ and related commands.
Tom Lane
2019-07-03
*
Fix accidentally swapped error message arguments
Peter Eisentraut
2019-07-02
*
Remove redundant newlines from error messages
Peter Eisentraut
2019-07-02
*
Don't treat complete_from_const as equivalent to complete_from_list.
Tom Lane
2019-07-02
*
Fix tab completion of "SET variable TO|=" to not offer bogus completions.
Tom Lane
2019-07-02
*
Simplify psql \d's rule for ordering the indexes of a table.
Tom Lane
2019-07-02
*
Refactor code of reindexdb for query generation
Michael Paquier
2019-07-02
[next]