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
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-06-28
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-27
Improve message about failed transaction log archiving
Peter Eisentraut
2013-04-19
Standardize spelling of "nonblocking"
Peter Eisentraut
2013-04-10
Fix SIGUSR1 handling by unconnected bgworkers
Alvaro Herrera
2013-04-10
Fix SIGHUP handling by unconnected bgworkers
Alvaro Herrera
2013-04-03
Avoid updating our PgBackendStatus entry when track_activities is off.
Tom Lane
2013-04-01
Fix insecure parsing of server command-line switches.
Tom Lane
2013-03-27
Reset OpenSSL randomness state in each postmaster child process.
Tom Lane
2013-03-17
Add lock_timeout configuration parameter.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-02-21
Remove useless variable
Alvaro Herrera
2013-02-18
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-07
Fix possible failure to send final transaction counts to stats collector.
Tom Lane
2013-01-24
Also fix rotation of csvlog on Windows.
Heikki Linnakangas
2013-01-24
Fix failure to rotate postmaster log file for size reasons on Windows.
Tom Lane
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
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
[next]