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
/
gin
/
ginvacuum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-11-19
1
-2
/
+2
*
Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage
Tom Lane
2008-11-03
1
-2
/
+2
*
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-31
1
-12
/
+32
*
Index FSMs needs to be vacuumed as well. Report by Jeff Davis.
Heikki Linnakangas
2008-10-06
1
-1
/
+4
*
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-09-30
1
-26
/
+9
*
Multi-column GIN indexes. Teodor Sigaev
Tom Lane
2008-07-11
1
-5
/
+6
*
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-05-12
1
-4
/
+5
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-16
/
+19
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
1
-2
/
+2
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
1
-2
/
+2
*
Move call of MarkBufferDirty() before XLogInsert() as required.
Teodor Sigaev
2007-06-05
1
-8
/
+8
*
Fix bundle bugs of GIN:
Teodor Sigaev
2007-06-04
1
-9
/
+13
*
Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places
Teodor Sigaev
2007-05-31
1
-11
/
+14
*
Fix a few typos in comments in GiN.
Neil Conway
2007-02-01
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-04
1
-3
/
+3
*
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-30
1
-7
/
+15
*
Fix some typos in comments.
Neil Conway
2006-11-12
1
-7
/
+7
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-251
/
+340
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
1
-6
/
+8
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-8
/
+9
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-4
/
+1
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
1
-8
/
+25
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
1
-0
/
+647