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
*
Try again to work around Windows' ERROR_SHARING_VIOLATION in pg_ctl.
Tom Lane
2020-02-16
*
Add %x to default PROMPT1 and PROMPT2 in psql
Michael Paquier
2020-02-12
*
Document the pg_upgrade -j/--jobs option as taking an argument
Peter Eisentraut
2020-02-11
*
Canonicalize some URLs
Peter Eisentraut
2020-02-10
*
psql: Remove one use of HAVE_UNIX_SOCKETS
Peter Eisentraut
2020-02-10
*
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
*
Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"
Michael Paquier
2020-02-10
*
pg_upgrade: Fix quoting of some arguments in pg_ctl command
Michael Paquier
2020-02-10
*
psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.
Thomas Munro
2020-02-10
*
Revert "Prevent running pg_basebackup as root"
Michael Paquier
2020-02-07
*
Fix fuzzy error handling in pg_basebackup when opening gzFile
Michael Paquier
2020-02-04
*
Add declaration-level assertions for compile-time checks
Michael Paquier
2020-02-03
*
Prevent running pg_basebackup as root
Michael Paquier
2020-02-01
*
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Add --parallel option to vacuumdb command.
Amit Kapila
2020-01-29
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Add configure probe for rl_completion_suppress_quote.
Tom Lane
2020-01-23
*
Improve psql's tab completion for filenames.
Tom Lane
2020-01-23
*
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-20
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Remove separate files for the initial contents of pg_(sh)description
Heikki Linnakangas
2020-01-19
*
Move wchar.c and encnames.c to src/common/.
Tom Lane
2020-01-16
*
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-15
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
pgbench: Make more debug messages use common logging API
Michael Paquier
2020-01-10
*
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Tom Lane
2020-01-09
*
pgbench: Use common logging API
Peter Eisentraut
2020-01-08
*
Minor style improvements for tab-completion test.
Tom Lane
2020-01-05
*
Avoid reading ~/.inputrc in tab-completion test, and revert other changes.
Tom Lane
2020-01-04
*
Don't try to force TERM to a fixed value in tab-completion test.
Tom Lane
2020-01-04
*
In tab-completion test, print out the value of TERM before changing it.
Tom Lane
2020-01-04
*
Make tab-completion tests more robust.
Tom Lane
2020-01-04
*
Further fixes for tab-completion TAP tests.
Tom Lane
2020-01-03
*
Add an ugly workaround for a bug in some recent libedit versions.
Tom Lane
2020-01-03
*
pgbench: Improve test description
Peter Eisentraut
2020-01-03
*
Minor portability fixes for new TAP script.
Tom Lane
2020-01-02
*
Add basic TAP tests for psql's tab-completion logic.
Tom Lane
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Add pg_dump test for triggers on partitioned tables
Alvaro Herrera
2019-12-27
*
Replace use of strerror() with %s by %m in pg_waldump
Michael Paquier
2019-12-24
*
C comment: clarify why psql's help/exit/quit must alone
Bruce Momjian
2019-12-21
*
Fix query cancellation handling in psql
Michael Paquier
2019-12-17
*
Modernize our readline API a tad.
Tom Lane
2019-12-13
*
(Blindly) tweak new test regex
Alvaro Herrera
2019-12-12
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
*
In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.
Tom Lane
2019-12-10
*
Improve some comments in pg_upgrade.c
Michael Paquier
2019-12-06
*
pg_basebackup: Refactor code for reading COPY and tar data.
Robert Haas
2019-12-05
[next]