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
*
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
*
Offer pnstrdup to frontend code
Alvaro Herrera
2019-12-04
*
Use carriage returns for data insertion logs in pgbench on terminal
Michael Paquier
2019-12-04
*
Remove unnecessary definition of CancelRequested in bin/scripts/
Michael Paquier
2019-12-04
*
Fix failures with TAP tests of pg_ctl on Windows
Michael Paquier
2019-12-03
*
Add query cancellation capabilities in pgbench init phase
Michael Paquier
2019-12-02
*
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-12-02
*
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-30
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Add tests for '-f' option in dropdb utility.
Amit Kapila
2019-11-28
*
pg_upgrade: adjust error paragraph width to be consistent
Bruce Momjian
2019-11-27
*
pg_upgrade: improve instructions for fixing incompatible isn use
Bruce Momjian
2019-11-27
*
Refactor WAL file-reading code into WALRead()
Alvaro Herrera
2019-11-25
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Make psql redisplay the query buffer after \e.
Tom Lane
2019-11-22
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Allow ALTER VIEW command to rename the column in the view.
Fujii Masao
2019-11-21
*
Improve tab-completion for ALTER MATERIALIZED VIEW.
Fujii Masao
2019-11-21
*
Add the support for '-f' option in dropdb utility.
Amit Kapila
2019-11-20
*
Allow invisible PROMPT2 in psql.
Thomas Munro
2019-11-19
*
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-13
[next]