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
2015-10-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-02
Don't disable commit_ts in standby if enabled locally
Alvaro Herrera
2015-10-02
Fix message punctuation according to style guide
Peter Eisentraut
2015-10-01
Fix commit_ts for standby
Alvaro Herrera
2015-09-30
Don't dump core when destroying an unused ParallelContext.
Robert Haas
2015-09-29
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-28
Fix "sesssion" typo
Alvaro Herrera
2015-09-26
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
Rework the way multixact truncations work.
Andres Freund
2015-09-23
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-19
Add missing serial comma
Peter Eisentraut
2015-09-17
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-15
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-11
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-09
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
Microvacuum for GIST
Teodor Sigaev
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-07
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
Add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-05
Fix brin index summarizing while vacuuming.
Tatsuo Ishii
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-03
Document that max_worker_processes must be high enough in standby.
Fujii Masao
2015-09-02
Allow usage of huge maintenance_work_mem for GIN build.
Teodor Sigaev
2015-08-21
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-13
Fix unitialized variables
Alvaro Herrera
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
2015-08-07
Address points made in post-commit review of replication origins.
Andres Freund
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-05
Fix BRIN to use SnapshotAny during summarization
Alvaro Herrera
2015-08-03
Make recovery rename tablespace_map to *.old if backup_label is not present.
Fujii Masao
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
Fix race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
Fix issues around the "variable" support in the lwlock infrastructure.
Andres Freund
2015-07-30
Fix broken assertion in BRIN code
Alvaro Herrera
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
Another attempt at fixing memory leak in xlogreader.
Heikki Linnakangas
2015-07-27
Don't assume that PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
Fix memory leak in xlogreader facility.
Heikki Linnakangas
2015-07-27
Reuse all-zero pages in GIN.
Heikki Linnakangas
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
Avoid calling PageGetSpecialPointer() on an all-zeros page.
Heikki Linnakangas
2015-07-25
Dodge portability issue (apparent compiler bug) in new tablesample code.
Tom Lane
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-22
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-21
Fix some oversights in BRIN patch.
Tom Lane
2015-07-20
Sanity-check that a page zeroed by redo routine is marked with WILL_INIT.
Heikki Linnakangas
[next]