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
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
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-04
Stabilize pg_dump output order for similarly-named triggers and policies.
Tom Lane
2019-10-30
pg_waldump: Fix --bkp-details to not issue spurious newlines for FPWs.
Andres Freund
2019-10-30
pg_waldump: Fix small memory leak when rmgr->rm_identify returns NULL.
Andres Freund
2019-10-30
Fix typos in the code
Michael Paquier
2019-10-28
On Windows, use COMSPEC to find the location of cmd.exe.
Tom Lane
2019-10-27
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-25
Make the order of the header file includes consistent in non-backend modules.
Amit Kapila
2019-10-23
pg_upgrade: adjust error output to use new database list format
Bruce Momjian
2019-10-23
Remove last traces of --adduser/--no-adduser in createuser
Michael Paquier
2019-10-17
Fix parallel restore of FKs to partitioned tables
Alvaro Herrera
2019-10-16
Improve the check for pg_catalog.unknown data type in pg_upgrade
Tomas Vondra
2019-10-16
Improve the check for pg_catalog.line data type in pg_upgrade
Tomas Vondra
2019-10-16
Use libc version as a collation version on glibc systems.
Thomas Munro
2019-10-14
Correct reference to pg_catalog.regtype in pg_upgrade query
Tomas Vondra
2019-10-14
Check for tables with sql_identifier during pg_upgrade
Tomas Vondra
2019-10-13
Revert "Hack pg_ctl to report postmaster's exit status."
Tom Lane
[next]