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
Commit message (
Expand
)
Author
Age
*
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-05
*
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-04
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
*
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
*
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-30
*
Add comment noting that hashm_procid in a hash index's metapage isn't
Tom Lane
2007-01-29
*
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-27
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
*
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-16
*
Add some notes about the basic mathematical laws that the system presumes
Tom Lane
2007-01-12
*
Enable another five tuple status bits by using the high bits of the
Bruce Momjian
2007-01-09
*
Add a citation to Seltzer and Yigit's Usenix '91 paper about hash table
Tom Lane
2007-01-09
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
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
*
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2007-01-03
*
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-30
*
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-28
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-12-08
*
Add a txn_start column to pg_stat_activity. This makes it easier to
Neil Conway
2006-12-06
*
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
*
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-30
*
Add a comment noting that heap_copytuple_with_tuple() results in a
Neil Conway
2006-11-23
*
Several changes to reduce the probability of running out of memory during
Tom Lane
2006-11-23
*
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-21
*
Repair problems with hash indexes that span multiple segments: the hash code's
Tom Lane
2006-11-19
*
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-17
*
String fix
Peter Eisentraut
2006-11-16
*
Fix some typos in comments.
Neil Conway
2006-11-12
*
Suppress a few 'uninitialized variable' warnings that gcc emits only at
Tom Lane
2006-11-11
*
Clean up some misleading references to %p being a full path, per Simon.
Tom Lane
2006-11-10
*
Change Windows rename and unlink substitutes so that they time out after
Tom Lane
2006-11-08
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
Fix "failed to re-find parent key" btree VACUUM failure by revising page
Tom Lane
2006-11-01
*
Add some code to CREATE DATABASE to check for pre-existing subdirectories
Tom Lane
2006-10-18
*
Message style improvements
Peter Eisentraut
2006-10-06
*
Cleanup for pglz_compress code: remove dead code, const-ify API of
Tom Lane
2006-10-05
*
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
*
Make some sentences consistent with similar ones.
Bruce Momjian
2006-10-03
*
Degrade the transaction-id wraparound point message from LOG to DEBUG1, per
Alvaro Herrera
2006-09-26
*
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
*
Remove unnecessary brace pair.
Bruce Momjian
2006-09-10
*
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
[next]