index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2013-01-02
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-20
Don't set ThisTimeLineID in checkpointer & bgwriter during recovery.
Heikki Linnakangas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-06
Background worker processes
Alvaro Herrera
2012-11-21
Don't launch new child processes after we've been told to shut down.
Tom Lane
2012-11-18
Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-05
Remove redundant code for getnameinfo() replacement
Peter Eisentraut
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-21
Remove external PID file on postmaster exit
Peter Eisentraut
2012-08-10
Update overlooked comment.
Tom Lane
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-08-10
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
Magnus Hagander
2012-07-31
Fix syslogger so that log_truncate_on_rotation works in the first rotation.
Tom Lane
2012-07-18
Fix statistics breakage from bgwriter/checkpointer process split.
Tom Lane
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
Put back storage/proc.h in postmaster.c.
Tom Lane
2012-07-17
Introduce timeout handling framework
Alvaro Herrera
2012-07-05
Remove support for using wait3() in place of waitpid().
Tom Lane
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-17
Fix stats collector to recover nicely when system clock goes backwards.
Tom Lane
2012-06-13
Support Linux's oom_score_adj API as well as the older oom_adj API.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-01
After any checkpoint, close all smgr files handles in bgwriter
Simon Riggs
2012-06-01
Checkpointer starts before bgwriter to avoid missing fsync requests.
Simon Riggs
2012-06-01
Provide interim statistics while in mid-checkpoint.
Simon Riggs
2012-05-27
Suppress -Wunused-result warning about write()
Peter Eisentraut
2012-05-22
Move postmaster's RemovePgTempFiles call to a less randomly chosen place.
Tom Lane
2012-05-15
In pgstat.c, use a timeout in WaitLatchOrSocket only on Windows.
Tom Lane
2012-05-15
Revert "Add some temporary instrumentation to pgstat.c."
Tom Lane
2012-05-14
For testing purposes, reinsert a timeout in pgstat.c's wait call.
Tom Lane
2012-05-14
Force pgwin32_recv into nonblock mode when called from pgstat.c.
Tom Lane
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
Add some temporary instrumentation to pgstat.c.
Tom Lane
2012-05-13
Re-revert stats collector latch changes.
Tom Lane
2012-05-12
Avoid unnecessary process wakeups in the log collector.
Tom Lane
2012-05-11
Cosmetic adjustments for postmaster's handling of checkpointer.
Tom Lane
2012-05-10
Temporarily revert stats collector latch changes so we can ship beta1.
Tom Lane
[next]