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
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-07-30
Avoid wholesale autovacuuming when autovacuum is nominally off.
Tom Lane
2014-07-30
Fix mishandling of background worker PGPROCs in EXEC_BACKEND builds.
Robert Haas
2014-07-15
Add missing serial commas
Peter Eisentraut
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
[next]