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
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-13
Fix handling of pgstat counters for TRUNCATE in a prepared transaction.
Tom Lane
2016-10-13
Clean up handling of anonymous mmap'd shared-memory segment.
Tom Lane
2016-10-05
Re-alphabetize #include directives.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Fix another Windows compile break.
Robert Haas
2016-10-04
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-01
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-18
Refactor RandomSalt to handle salts of different lengths.
Heikki Linnakangas
2016-08-04
Fix bogus coding in WaitForBackgroundWorkerShutdown().
Tom Lane
2016-08-03
Do not let PostmasterContext survive into background workers.
Tom Lane
2016-08-02
Remove duplicate InitPostmasterChild() call while starting a bgworker.
Tom Lane
2016-06-22
Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.
Tom Lane
2016-06-16
Avoid crash in "postgres -C guc" for a GUC with a null string value.
Tom Lane
2016-06-15
Force idle_in_transaction_session_timeout off in pg_dump and autovacuum.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-05-31
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-25
Ensure that backends see up-to-date statistics for shared catalogs.
Tom Lane
2016-05-10
Fix autovacuum for shared relations
Alvaro Herrera
2016-04-07
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894
Simon Riggs
2016-04-04
Avoid archiving XLOG_RUNNING_XACTS on idle server
Simon Riggs
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-16
Another comment update.
Robert Haas
2016-03-16
Fix problems in commit c16dc1aca5e01e6acaadfcf38f5fc964a381dc62.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-11
Allow to trigger kernel writeback after a configurable number of writes.
Andres Freund
2016-03-10
Rework wait for AccessExclusiveLocks on Hot Standby
Simon Riggs
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Code review for b6fb6471f6afaf649e52f38269fd8c5c60647669.
Robert Haas
2016-03-10
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
Add a generic command progress reporting facility.
Robert Haas
2016-02-15
Allow the WAL writer to flush WAL at a reduced rate.
Andres Freund
2016-02-10
Revert "Temporarily make pg_ctl and server shutdown a whole lot chattier."
Tom Lane
2016-02-10
Add still more chattiness in server shutdown.
Tom Lane
2016-02-08
Temporarily make pg_ctl and server shutdown a whole lot chattier.
Tom Lane
2016-02-04
Change the way that LWLocks for extensions are allocated.
Robert Haas
2016-02-03
Add support for systemd service notifications
Peter Eisentraut
2016-02-01
Fix typos in comments
Magnus Hagander
2016-01-26
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
[next]