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
2014-07-02
Smooth reporting of commit/rollback statistics.
Kevin Grittner
2014-06-30
Fix and enhance the assertion of no palloc's in a critical section.
Heikki Linnakangas
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-06-19
Improve our mechanism for controlling the Linux out-of-memory killer.
Tom Lane
2014-06-04
Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...
Fujii Masao
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-07
When a background worker exists with code 0, unregister it.
Robert Haas
2014-05-07
When a bgworker exits, always call ReleasePostmasterChildSlot.
Robert Haas
2014-05-07
Restart bgworkers immediately after a crash-and-restart cycle.
Robert Haas
2014-05-07
Detach shared memory from bgworkers without shmem access.
Robert Haas
2014-05-07
Never crash-and-restart for bgworkers without shared memory access.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-05
Block signals earlier during postmaster startup.
Tom Lane
2014-04-02
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-03-18
Make it easy to detach completely from shared memory.
Robert Haas
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-05
Remove the correct pgstat file on DROP DATABASE
Alvaro Herrera
2014-02-25
Show xid and xmin in pg_stat_activity and pg_stat_replication.
Robert Haas
2014-02-15
Fix unportable coding in BackgroundWorkerStateChange().
Tom Lane
2014-02-15
Fix unportable coding in DetermineSleepTime().
Tom Lane
2014-02-15
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-13
Separate multixact freezing parameters from xid's
Alvaro Herrera
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-29
Fix compiler warning in EXEC_BACKEND builds.
Robert Haas
2014-01-28
Add pg_stat_archiver statistics view.
Fujii Masao
2014-01-28
Revert dup2() checking in syslogger.c
Stephen Frost
2014-01-27
Relax the requirement that all lwlocks be stored in a single array.
Robert Haas
2014-01-27
Code review for auto-tuned effective_cache_size.
Tom Lane
2014-01-26
Check dup2() results in syslogger
Stephen Frost
2014-01-19
Fix VACUUM's reporting of dead-tuple counts to the stats collector.
Tom Lane
2014-01-15
Logging running transactions every 15 seconds.
Robert Haas
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-03
Ooops, should use double not single quotes in StaticAssertStmt().
Tom Lane
2014-01-03
Fix calculation of maximum statistics-message size.
Tom Lane
2013-12-12
New autovacuum_work_mem parameter
Simon Riggs
2013-12-11
Add new wal_level, logical, sufficient for logical decoding.
Robert Haas
2013-11-29
Fix assorted race conditions in the new timeout infrastructure.
Tom Lane
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-24
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-23
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
[next]