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
/
include
/
postmaster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove temporary files after backend crash
Tomas Vondra
2021-03-18
1
-0
/
+1
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
1
-9
/
+5
*
Update copyright for 2021
Bruce Momjian
2021-01-02
11
-11
/
+11
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-2
/
+0
*
Add key management system
Bruce Momjian
2020-12-25
1
-0
/
+2
*
Fix race condition between shutdown and unstarted background workers.
Tom Lane
2020-12-24
1
-1
/
+2
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
1
-0
/
+2
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
1
-2
/
+2
*
Remove am_syslogger global variable
Peter Eisentraut
2020-03-13
1
-2
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
11
-11
/
+11
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
1
-0
/
+32
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
1
-1
/
+0
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
2
-3
/
+3
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
1
-3
/
+5
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
10
-10
/
+10
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
1
-0
/
+1
*
Implement "pg_ctl logrotate" command
Alexander Korotkov
2018-09-01
1
-0
/
+3
*
Add comment explaining BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-04-23
1
-1
/
+7
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
1
-31
/
+0
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
1
-0
/
+31
*
Allow background workers to bypass datallowconn
Magnus Hagander
2018-04-05
1
-2
/
+5
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
1
-1
/
+1
*
Log when a BRIN autosummarization request fails
Alvaro Herrera
2018-03-14
1
-1
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
10
-10
/
+10
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
1
-2
/
+2
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-1
/
+1
*
Add background worker type
Peter Eisentraut
2017-09-29
1
-0
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
10
-14
/
+14
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-3
/
+1
*
Add an Assert() to max_parallel_workers enforcement.
Robert Haas
2017-04-11
1
-0
/
+7
*
Make header self-contained
Peter Eisentraut
2017-04-03
1
-0
/
+2
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
1
-0
/
+12
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
1
-3
/
+2
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
1
-0
/
+7
*
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
10
-10
/
+10
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
1
-0
/
+9
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-1
/
+1
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
1
-1
/
+0
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
1
-0
/
+1
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
1
-6
/
+9
*
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-16
1
-0
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
10
-10
/
+10
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
1
-0
/
+2
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-1
/
+1
*
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
1
-1
/
+1
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
1
-0
/
+2
*
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
8
-11
/
+11
*
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
8
-11
/
+11
[next]