index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Age
Commit message (
Expand
)
Author
2020-01-15
Remove libpq.rc, use win32ver.rc for libpq
Peter Eisentraut
2020-01-14
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-10
pgbench: Make more debug messages use common logging API
Michael Paquier
2020-01-09
Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.
Tom Lane
2020-01-08
pgbench: Use common logging API
Peter Eisentraut
2020-01-05
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-03
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-01
Update copyrights for 2020
Bruce Momjian
2019-12-27
Add pg_dump test for triggers on partitioned tables
Alvaro Herrera
2019-12-24
Replace use of strerror() with %s by %m in pg_waldump
Michael Paquier
2019-12-21
C comment: clarify why psql's help/exit/quit must alone
Bruce Momjian
2019-12-17
Fix query cancellation handling in psql
Michael Paquier
2019-12-13
Modernize our readline API a tad.
Tom Lane
2019-12-12
(Blindly) tweak new test regex
Alvaro Herrera
2019-12-11
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-10
In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file.
Tom Lane
2019-12-06
Improve some comments in pg_upgrade.c
Michael Paquier
2019-12-05
pg_basebackup: Refactor code for reading COPY and tar data.
Robert Haas
2019-12-04
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-03
Fix failures with TAP tests of pg_ctl on Windows
Michael Paquier
2019-12-02
Add query cancellation capabilities in pgbench init phase
Michael Paquier
2019-12-02
Refactor query cancellation code into src/fe_utils/
Michael Paquier
2019-11-30
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-28
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-28
pg_upgrade: improve instructions for fixing incompatible isn use
Bruce Momjian
2019-11-25
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-22
Make psql redisplay the query buffer after \e.
Tom Lane
2019-11-21
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-20
Add the support for '-f' option in dropdb utility.
Amit Kapila
2019-11-19
Allow invisible PROMPT2 in psql.
Thomas Munro
2019-11-13
Handle arrays and ranges in pg_upgrade's test for non-upgradable types.
Tom Lane
2019-11-13
Introduce the 'force' option for the Drop Database command.
Amit Kapila
2019-11-07
Fix integer-overflow edge case detection in interval_mul and pgbench.
Tom Lane
2019-11-06
Add "G" (server-side data generation) as an initialization step in pgbench.
Fujii Masao
2019-11-05
Make StringInfo available to frontend code.
Andres Freund
[next]