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
/
postmaster
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve performance of find_tabstat_entry()/get_tabstat_entry()
Teodor Sigaev
2017-03-27
1
-46
/
+93
*
Show more processes in pg_stat_activity.
Robert Haas
2017-03-26
2
-25
/
+170
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
1
-0
/
+6
*
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
1
-1
/
+1
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
1
-0
/
+233
*
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
1
-1
/
+1
*
Reduce log verbosity of startup/shutdown for launcher subprocesses.
Tom Lane
2017-03-10
1
-2
/
+2
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
1
-0
/
+3
*
Fix user-after-free bug.
Robert Haas
2017-03-06
1
-2
/
+4
*
Use asynchronous connect API in libpqwalreceiver
Peter Eisentraut
2017-03-03
1
-2
/
+2
*
Add pg_current_logfile() function.
Robert Haas
2017-03-03
2
-0
/
+86
*
Notify bgworker registrant after freeing worker slot.
Robert Haas
2017-03-03
2
-3
/
+36
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
1
-1
/
+0
*
btree: Support parallel index scans.
Robert Haas
2017-02-15
1
-0
/
+3
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
2
-2
/
+2
*
Fix typo: pg_statistics -> pg_statistic
Peter Eisentraut
2017-01-25
1
-1
/
+1
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Avoid useless respawining the autovacuum launcher at high speed.
Robert Haas
2017-01-20
1
-1
/
+23
*
Logical replication
Peter Eisentraut
2017-01-20
3
-1
/
+37
*
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
1
-4
/
+4
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
11
-11
/
+11
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
1
-5
/
+40
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
2
-20
/
+33
*
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
1
-7
/
+3
*
Make the different Unix-y semaphore implementations ABI-compatible.
Tom Lane
2016-12-12
1
-1
/
+1
*
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
1
-4
/
+4
*
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-12
1
-0
/
+1
*
Fix query cancellation.
Heikki Linnakangas
2016-12-07
1
-2
/
+2
*
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-12-05
1
-74
/
+72
*
Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits.
Tom Lane
2016-12-02
1
-1
/
+4
*
Add max_parallel_workers GUC.
Robert Haas
2016-12-02
1
-1
/
+44
*
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-12-01
1
-0
/
+3
*
Code review for early drop of orphaned temp relations in autovacuum.
Tom Lane
2016-11-27
1
-143
/
+112
*
Remove barrier.h
Robert Haas
2016-11-22
1
-1
/
+1
*
Support condition variables.
Robert Haas
2016-11-22
3
-0
/
+6
*
Fix uninitialized variable.
Tom Lane
2016-11-21
1
-1
/
+1
*
autovacuum: Drop orphan temp tables more quickly but with more caution.
Robert Haas
2016-11-21
1
-26
/
+127
*
If the stats collector dies during Hot Standby, restart it.
Robert Haas
2016-10-27
1
-2
/
+3
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
1
-1
/
+1
*
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-18
1
-41
/
+112
*
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-17
1
-112
/
+41
*
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
1
-1
/
+6
*
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-13
1
-1
/
+0
*
Re-alphabetize #include directives.
Robert Haas
2016-10-05
1
-2
/
+2
*
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-05
1
-18
/
+18
*
Fix another Windows compile break.
Robert Haas
2016-10-04
1
-1
/
+2
*
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
1
-1
/
+2
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
8
-18
/
+246
*
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-10-01
1
-39
/
+18
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
1
-0
/
+3
[next]