index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
1
-1
/
+1
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
1
-39
/
+15
*
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
1
-0
/
+20
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
1
-2
/
+49
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
1
-1
/
+5
*
walreceiver uses a temporary replication slot by default
Peter Eisentraut
2020-01-14
2
-0
/
+10
*
Increase the maximum value of track_activity_query_size.
Robert Haas
2020-01-07
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
13
-13
/
+13
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
1
-2
/
+1
*
Fix compiler warnings on MSYS2
Peter Eisentraut
2019-12-20
1
-0
/
+8
*
Emit parameter values during query bind/execute errors
Alvaro Herrera
2019-12-11
2
-0
/
+11
*
Fix tuple column count in pg_control_init().
Tom Lane
2019-12-10
1
-1
/
+1
*
Update minimum SSL version
Peter Eisentraut
2019-12-04
2
-2
/
+2
*
Make allow_system_table_mods settable at run time
Peter Eisentraut
2019-11-29
1
-1
/
+1
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
1
-11
/
+6
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
2
-0
/
+14
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
5
-11
/
+10
*
Add backtrace support for error reporting
Alvaro Herrera
2019-11-08
1
-0
/
+85
*
Allow sampling of statements depending on duration
Tomas Vondra
2019-11-06
2
-1
/
+37
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
1
-3
/
+13
*
Improve management of statement timeouts.
Tom Lane
2019-10-25
1
-17
/
+32
*
When restoring GUCs in parallel workers, show an error context.
Thomas Munro
2019-10-17
1
-0
/
+29
*
Message style fixes
Peter Eisentraut
2019-09-23
1
-3
/
+3
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
2
-4
/
+63
*
Add default_table_access_method to postgresql.conf.sample.
Andres Freund
2019-08-16
1
-0
/
+1
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
1
-25
/
+22
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
1
-1
/
+1
*
Revert "Add log_statement_sample_rate parameter"
Tomas Vondra
2019-08-04
2
-22
/
+5
*
Adjust ssl_ciphers to be specific to OpenSSL
Bruce Momjian
2019-07-08
1
-1
/
+1
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
1
-2
/
+1
*
Improve comment in postgresql.conf.sample.
Thomas Munro
2019-07-05
1
-1
/
+1
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
1
-1
/
+1
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
1
-61
/
+41
*
Fix typos.
Amit Kapila
2019-05-26
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
2
-19
/
+19
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-13
/
+19
*
Fix typo.
Etsuro Fujita
2019-05-14
1
-2
/
+2
*
Message style fixes
Alvaro Herrera
2019-04-30
1
-2
/
+2
*
postgresql.conf.sample: add proper defaults for include actions
Bruce Momjian
2019-04-17
1
-4
/
+4
*
Add support TCP user timeout in libpq and the backend server
Michael Paquier
2019-04-06
2
-1
/
+34
*
Add SETTINGS option to EXPLAIN, to print modified settings.
Tomas Vondra
2019-04-04
1
-52
/
+210
*
Tweak docs for log_statement_sample_rate
Alvaro Herrera
2019-04-03
2
-5
/
+5
*
Log all statements from a sample of transactions
Alvaro Herrera
2019-04-03
2
-0
/
+17
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
2
-0
/
+22
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-4
/
+4
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
1
-2
/
+3
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
1
-1
/
+1
*
Allow fractional input values for integer GUCs, and improve rounding logic.
Tom Lane
2019-03-11
1
-29
/
+54
*
Give up on testing guc.c's behavior for "infinity" inputs.
Tom Lane
2019-03-11
1
-7
/
+5
*
In guc.c, ignore ERANGE errors from strtod().
Tom Lane
2019-03-11
1
-5
/
+7
[next]