index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add REPLICATION privilege for ROLEs
Magnus Hagander
2010-12-29
1
-4
/
+4
*
Remove quotes from boolean recovery.conf.sample parameters, now that the
Bruce Momjian
2010-12-24
1
-3
/
+3
*
Rewrite the GiST insertion logic so that we don't need the post-recovery
Heikki Linnakangas
2010-12-23
8
-1163
/
+981
*
Allow transactions that don't write WAL to commit asynchronously.
Robert Haas
2010-12-20
1
-10
/
+23
*
Instrument checkpoint sync calls.
Robert Haas
2010-12-14
1
-6
/
+35
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
13
-53
/
+53
*
Use symbolic names not octal constants for file permission flags.
Tom Lane
2010-12-10
1
-1
/
+1
*
Self review of previous patch. Fix assumption that xmax >= xmin.
Simon Riggs
2010-12-09
1
-4
/
+2
*
Reduce spurious Hot Standby conflicts from never-visible records.
Simon Riggs
2010-12-09
3
-23
/
+30
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
1
-1
/
+1
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
1
-2
/
+0
*
Fix two typos, by Fujii Masao.
Heikki Linnakangas
2010-12-06
1
-2
/
+2
*
Fix two small bugs in new gistget.c logic.
Tom Lane
2010-12-04
1
-1
/
+4
*
Add external documentation for KNNGIST.
Tom Lane
2010-12-03
1
-45
/
+49
*
Put back gistgettuple's check for backwards scan request.
Tom Lane
2010-12-03
1
-0
/
+4
*
KNNGIST, otherwise known as order-by-operator support for GIST.
Tom Lane
2010-12-03
4
-429
/
+676
*
Remove now-outdated mention of quotes being required in recovery.conf.
Robert Haas
2010-12-03
1
-2
/
+0
*
Use GUC lexer for recovery.conf parsing.
Robert Haas
2010-12-03
1
-147
/
+39
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
6
-143
/
+144
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
4
-44
/
+44
*
The GiST scan algorithm uses LSNs to detect concurrent pages splits, but
Heikki Linnakangas
2010-11-16
3
-7
/
+26
*
Cleanup various comparisons with the constant "true".
Robert Haas
2010-11-14
2
-7
/
+7
*
Fix bug introduced by the recent patch to check that the checkpoint redo
Heikki Linnakangas
2010-11-11
1
-1
/
+3
*
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
1
-0
/
+18
*
In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
Heikki Linnakangas
2010-11-09
1
-1
/
+1
*
Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)
Heikki Linnakangas
2010-11-02
1
-9
/
+12
*
Fix corner-case bug in tracking of latest removed WAL segment during
Heikki Linnakangas
2010-11-01
1
-3
/
+6
*
Before removing backup_label and irrevocably changing pg_control file, check
Heikki Linnakangas
2010-10-26
1
-2
/
+17
*
Refactor typenameTypeId()
Peter Eisentraut
2010-10-25
1
-1
/
+1
*
Don't try to fetch database name when SetTransactionIdLimit() is executed
Tom Lane
2010-10-20
1
-4
/
+14
*
Remove AtStart_Cache() call in CommandCounterIncrement().
Alvaro Herrera
2010-10-20
1
-11
/
+0
*
Fix a passel of inappropriately-named global functions in GIN.
Tom Lane
2010-10-17
11
-87
/
+88
*
Improve GIN indexscan cost estimation.
Tom Lane
2010-10-17
8
-35
/
+188
*
Make startup process respond to signals to cancel waiting on latch.
Simon Riggs
2010-10-14
1
-0
/
+2
*
Fix bug in comment of timeline history file.
Simon Riggs
2010-10-14
1
-1
/
+1
*
Fix assorted bugs in GIN's WAL replay logic.
Tom Lane
2010-10-11
1
-127
/
+181
*
Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Tom Lane
2010-10-07
1
-3
/
+8
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
80
-80
/
+80
*
Update HOT README about when single-page vacuums happen.
Bruce Momjian
2010-09-19
1
-1
/
+7
*
Add some documentation about how we WAL-log filesystem actions.
Tom Lane
2010-09-17
1
-1
/
+80
*
Fix two typos in comments, spotted by Fujii Masao and Thom Brown
Heikki Linnakangas
2010-09-15
1
-3
/
+3
*
Use a latch to make startup process wake up and replay immediately when
Heikki Linnakangas
2010-09-15
1
-6
/
+47
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
1
-3
/
+3
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
2
-2
/
+32
*
Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to
Tom Lane
2010-08-30
1
-1
/
+3
*
Fix misleading DEBUG2 issued during RemoveOldXlogFiles()
Simon Riggs
2010-08-30
1
-4
/
+4
*
Truncate subtrans after each restartpoint.
Simon Riggs
2010-08-30
1
-4
/
+8
*
Reduce PANIC to ERROR in some occasionally-reported btree failure cases.
Tom Lane
2010-08-29
2
-52
/
+135
*
Remove duplicate translatable phrase
Alvaro Herrera
2010-08-26
1
-3
/
+3
*
Tidy up a few calls to smrgextend().
Robert Haas
2010-08-19
2
-4
/
+4
[next]