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
2007-03-05
Fix a typo in a comment. Heikki Linnakangas.
Neil Conway
2007-03-03
Split _bt_insertonpg to two functions.
Bruce Momjian
2007-03-03
Remove undo information from pg_controldata --- never used.
Bruce Momjian
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-21
btree source code cleanups:
Bruce Momjian
2007-02-15
Restructure autovacuum in two processes: a dummy process, which runs
Alvaro Herrera
2007-02-14
Move fsync method macro defines into /include/access/xlogdefs.h so they
Bruce Momjian
2007-02-13
Disallow committing a prepared transaction unless we are in the same database
Tom Lane
2007-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-09
Combine cmin and cmax fields of HeapTupleHeaders into a single field, by
Tom Lane
2007-02-08
Fix reference-after-free in the new btree page split code, as reported by
Alvaro Herrera
2007-02-08
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
Reduce WAL activity for page splits:
Bruce Momjian
2007-02-07
Add a function pg_stat_clear_snapshot() that discards any statistics snapshot
Tom Lane
2007-02-07
Remove the xlog-centric "database system is ready" message and replace it with
Tom Lane
2007-02-06
Remove some dead code, per Heikki.
Tom Lane
2007-02-05
Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to
Tom Lane
2007-02-04
Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's
Tom Lane
2007-02-01
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-01-31
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-30
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-29
Add comment noting that hashm_procid in a hash index's metapage isn't
Tom Lane
2007-01-27
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-25
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-20
Refactor the index AM API slightly: move currentItemData and
Neil Conway
2007-01-20
Remove remains of old depend target.
Peter Eisentraut
2007-01-16
Arrange for autovacuum to be killed when another operation wants to be alone
Alvaro Herrera
2007-01-12
Add some notes about the basic mathematical laws that the system presumes
Tom Lane
2007-01-09
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-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-04
Fix some small typos in comments. Greg Stark
Tom Lane
2007-01-03
Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of
Tom Lane
2006-12-30
Support type modifiers for user-defined types, and pull most knowledge
Tom Lane
2006-12-28
Fix up btree's initial scankey processing to be able to detect redundant
Tom Lane
2006-12-23
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-08
Remove the logId/logSeg fields from pg_control, because they are not needed
Tom Lane
2006-12-06
Add a txn_start column to pg_stat_activity. This makes it easier to
Neil Conway
2006-11-30
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-23
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-21
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-19
Repair problems with hash indexes that span multiple segments: the hash code's
Tom Lane
2006-11-17
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-16
String fix
Peter Eisentraut
2006-11-12
Fix some typos in comments.
Neil Conway
2006-11-11
Suppress a few 'uninitialized variable' warnings that gcc emits only at
Tom Lane
[next]