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
/
access
Age
Commit message (
Expand
)
Author
2013-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Retry short writes when flushing WAL.
Heikki Linnakangas
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Initialize pad bytes in GinFormTuple().
Noah Misch
2013-06-25
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-21
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-12
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-06
Fix typo in comment.
Heikki Linnakangas
2013-06-03
Additional spelling corrections
Stephen Frost
2013-06-03
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-01
Minor spelling fixes
Stephen Frost
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-21
After fast promotion use CHECKPOINT_FORCE
Simon Riggs
2013-05-21
Maintain ThisTimeLineID correctly in checkpointer
Simon Riggs
2013-05-19
Init crash recovery using the latest available TLI
Simon Riggs
2013-05-19
Emit msg correctly for timeline-crossing crash
Simon Riggs
2013-05-19
Remove single space on end of a line in xlog.c
Simon Riggs
2013-05-13
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-10
Fix management of fn_extra caching during repeated GiST index scans.
Tom Lane
2013-05-08
Fix walsender failure at promotion.
Heikki Linnakangas
2013-05-08
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas
2013-04-30
Record data_checksum_version in control file.
Simon Riggs
2013-04-24
Make fast promotion the default promotion mode.
Simon Riggs
2013-04-16
Remove some unused and seldom used fields from RelationAmInfo.
Heikki Linnakangas
2013-04-10
Remove duplicate initialization in XLogReadRecord.
Robert Haas
2013-04-08
Fix calculation of how many segments to retain for wal_keep_segments.
Heikki Linnakangas
2013-04-08
Skip extraneous locking in XLogCheckBuffer().
Simon Riggs
2013-04-08
Avoid tricky race condition recording XLOG_HINT
Simon Riggs
2013-04-07
Fix checksums for CLUSTER, VACUUM FULL etc.
Simon Riggs
2013-04-01
Make REPLICATION privilege checks test current user not authenticated user.
Tom Lane
2013-03-28
Revoke bc5334d8679c428a709d150666b288171795bd76
Simon Riggs
2013-03-27
Fix buffer pin leak in heap update redo routine.
Heikki Linnakangas
2013-03-27
Allow external recovery_config_directory
Simon Riggs
2013-03-26
Fix grammatical errors in some new message strings.
Tom Lane
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-07
Fix tli history file fetching, broken by the archive after crash recevery patch.
Heikki Linnakangas
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-03-03
Fix SQL function execution to be safe with long-lived FmgrInfos.
Tom Lane
2013-02-22
Fix thinko in previous commit.
Heikki Linnakangas
[next]