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
2011-11-30
Prevent autovacuum transactions from running in serializable mode.
Tom Lane
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-13
Wakeup WALWriter as needed for asynchronous commit performance.
Simon Riggs
2011-11-09
In COPY, insert tuples to the heap in batches.
Heikki Linnakangas
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-11-01
Comment changes to show bgwriter no longer performs checkpoints.
Simon Riggs
2011-11-01
Have checkpointer send stats once each processing loop.
Simon Riggs
2011-11-01
Add new file for checkpointer.c
Simon Riggs
2011-11-01
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-10-21
Code review for pgstat_get_crashed_backend_activity patch.
Tom Lane
2011-10-21
Try to log current the query string when a backend crashes.
Robert Haas
2011-10-19
Suppress -Wunused-result warnings about write() and fwrite().
Tom Lane
2011-10-06
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-09-29
Fix pg_upgrade for EXEC_BACKEND builds (e.g. Windows) by properly
Bruce Momjian
2011-09-16
Remove debug logging for pgstat wait timeout.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-09
Simplify handling of the timezone GUC by making initdb choose the default.
Tom Lane
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-07
Emit cascaded standby message on shutdown only when appropriate.
Simon Riggs
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-10
Add a bit of debug logging to backend_read_statsfile().
Tom Lane
2011-08-10
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-09
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-08-09
Fix grammar and spelling in log message.
Heikki Linnakangas
2011-08-04
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-18
Create a "fast path" for acquiring weak relation locks.
Robert Haas
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-05
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
Remove silent_mode. You get the same functionality with "pg_ctl -l
Heikki Linnakangas
2011-06-29
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-06-18
Make external_pid_file world readable
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-30
Fix VACUUM so that it always updates pg_class.reltuples/relpages.
Tom Lane
2011-05-09
Add C comment about the fact that the autovacuum limit can go backwards
Bruce Momjian
2011-04-28
Add some casts to try to silence most of the remaining format warnings on Min...
Andrew Dunstan
2011-04-27
Revert "Remove hard coded formats for INT64 and use configured settings inste...
Andrew Dunstan
2011-04-27
Remove hard coded formats for INT64 and use configured settings instead.
Andrew Dunstan
2011-04-25
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-04
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
2011-03-23
Remove synchronous_replication/max_wal_senders cross-check.
Robert Haas
2011-03-19
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-17
Fix various possible problems with synchronous replication.
Robert Haas
[next]