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-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
2011-03-07
Zero out vacuum_count and related counters in pgstat_recv_tabstat().
Tom Lane
2011-03-07
Begin error message with lower-case letter.
Heikki Linnakangas
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-16
pg_ctl promote
Robert Haas
2011-02-10
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-02-08
Avoid having autovacuum workers wait for relation locks.
Robert Haas
2011-01-29
Try to avoid running with a full fsync request queue.
Robert Haas
2011-01-22
Avoid treating WAL senders as normal backends.
Robert Haas
2011-01-14
Code review for postmaster.pid contents changes.
Tom Lane
2011-01-03
Add views and functions to monitor hot standby query conflicts
Magnus Hagander
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-31
Include the first valid listen address in pg_ctl to improve server start
Bruce Momjian
2010-12-17
Remove unnecessary definition for autovacuum in SignalSomeChildren.
Alvaro Herrera
2010-12-16
Remove optreset from src/port/ implementations of getopt and getopt_long.
Tom Lane
2010-12-16
Simplify SignalSomeChildren(BACKEND_TYPE_ALL) to SignalChildren()
Alvaro Herrera
2010-12-16
Fix up getopt() reset management so it works on recent mingw.
Tom Lane
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-12
Reset all database-level stats in pgstat_recv_resetcounter().
Tom Lane
2010-12-10
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-11-20
Fix leakage of cost_limit when multiple autovacuum workers are active.
Tom Lane
2010-11-16
Send paramHandle to subprocesses as 64-bit on Win64
Magnus Hagander
2010-11-15
Add new buffers_backend_fsync field to pg_stat_bgwriter.
Robert Haas
2010-11-14
Fix canAcceptConnections() bugs introduced by replication-related patches.
Tom Lane
2010-11-08
Fix permanent memory leak in autovacuum launcher
Alvaro Herrera
2010-10-27
Previous patch had no detectable virtue other than being a one-liner.
Tom Lane
2010-10-27
Fix long-standing segfault when accept() or one of the calls made right
Heikki Linnakangas
2010-10-15
Support host names in pg_hba.conf
Peter Eisentraut
2010-10-15
Improve comment about ignoring 128 error code on Windows:
Bruce Momjian
2010-10-12
Remove some unnecessary tests of pgstat_track_counts.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-09-16
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
Magnus Hagander
2010-08-21
Add vacuum and analyze counters to pg_stat_*_tables views.
Magnus Hagander
2010-08-13
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-08
Add stats functions and views to provide access to a transaction's own
Tom Lane
2010-07-20
Add restart_after_crash GUC.
Robert Haas
[next]