index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
gin
Commit message (
Expand
)
Author
Age
*
Fix using too many LWLocks bug, reported by Craig Ringer
Teodor Sigaev
2008-04-22
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Improve GIN index build's tracking of memory usage by using
Tom Lane
2007-11-16
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Clean up some stray references to tsearch2.
Tom Lane
2007-11-13
*
- Add check of already changed page while replay WAL. This touches only
Teodor Sigaev
2007-10-29
*
Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent
Teodor Sigaev
2007-10-29
*
HOT updates. When we update a tuple without changing any of its indexed
Tom Lane
2007-09-20
*
Remove GIN interface section, which is now documented in SGML.
Bruce Momjian
2007-09-14
*
Redefine the lp_flags field of item pointers as having four states, rather
Tom Lane
2007-09-12
*
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane
2007-08-21
*
Move call of MarkBufferDirty() before XLogInsert() as required.
Teodor Sigaev
2007-06-05
*
Fix bundle bugs of GIN:
Teodor Sigaev
2007-06-04
*
Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved places
Teodor Sigaev
2007-05-31
*
Fix up pgstats counting of live and dead tuples to recognize that committed
Tom Lane
2007-05-27
*
Fix a few typos in comments in GiN.
Neil Conway
2007-02-01
*
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-31
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-04
*
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-30
*
Fix some typos in comments.
Neil Conway
2006-11-12
*
Message style improvements
Peter Eisentraut
2006-10-06
*
Make use of qsort_arg in several places that were formerly using klugy
Tom Lane
2006-10-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix free space map to correctly track the total amount of FSM space needed
Tom Lane
2006-09-21
*
Improve error message. Per discussion
Teodor Sigaev
2006-09-14
*
If we're going to advertise the array overlap/containment operators,
Tom Lane
2006-09-10
*
Rename contains/contained-by operators to @> and <@, per discussion that
Tom Lane
2006-09-10
*
Fix Intel compiler bug. Per discussion
Teodor Sigaev
2006-09-05
*
Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty table
Teodor Sigaev
2006-08-29
*
Make recovery from WAL be restartable, by executing a checkpoint-like
Tom Lane
2006-08-07
*
Add missing pgstat_count_index_scan(), per Andreas Seltenreich.
Tom Lane
2006-08-03
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Fix getDatumCopy(): don't use store_att_byval to copy into a Datum
Tom Lane
2006-07-16
*
Improve error message wording.
Tom Lane
2006-07-16
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
*
Add support to GIN for =(anyarray,anyarray) operation
Teodor Sigaev
2006-07-11
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
*
GIN improvements
Teodor Sigaev
2006-07-11
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Correct cheking in findParents(). i
Teodor Sigaev
2006-05-29
*
Fix findParents() in case of multiple levels to find.
Teodor Sigaev
2006-05-26
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
*
Fix typo noticed by Alvaro Herrera
Teodor Sigaev
2006-05-03
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
*
Suppress some gcc warnings.
Tom Lane
2006-05-02
[next]