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
/
include
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
More include file adjustments.
Bruce Momjian
2006-07-13
1
-2
/
+1
*
More include file adjustments.
Bruce Momjian
2006-07-13
5
-8
/
+9
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
9
-19
/
+14
*
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
Tom Lane
2006-07-11
3
-8
/
+12
*
Alphabetically order reference to include files, "S"-"Z".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
Alphabetically order reference to include files, "G" - "M".
Bruce Momjian
2006-07-11
1
-2
/
+2
*
GIN improvements
Teodor Sigaev
2006-07-11
1
-5
/
+10
*
Allow each C include file to compile on its own by including any needed
Bruce Momjian
2006-07-11
1
-2
/
+4
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
1
-2
/
+3
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
7
-49
/
+62
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
7
-9
/
+53
*
Changes
Teodor Sigaev
2006-06-28
2
-49
/
+49
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
2
-7
/
+74
*
Fix GEVHDRSZ for Win32.
Bruce Momjian
2006-06-25
1
-2
/
+2
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
1
-1
/
+25
*
Som improve page split in multicolumn GiST index.
Teodor Sigaev
2006-05-29
1
-2
/
+2
*
* Add support NULL to GiST.
Teodor Sigaev
2006-05-24
1
-20
/
+5
*
Simplify gistSplit() and some refactoring related code.
Teodor Sigaev
2006-05-19
1
-3
/
+16
*
Reduce size of critial section during vacuum full, critical
Teodor Sigaev
2006-05-17
1
-6
/
+12
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
3
-4
/
+23
*
Reduce size of critical section and remove call of user-defined functions in
Teodor Sigaev
2006-05-10
1
-4
/
+11
*
Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations
Tom Lane
2006-05-08
1
-1
/
+22
*
Rewrite btree index scans to work a page at a time in all cases (both
Tom Lane
2006-05-07
3
-33
/
+84
*
Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.
Tom Lane
2006-05-02
2
-21
/
+30
*
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2006-05-02
2
-1
/
+438
*
Add statement_timestamp(), clock_timestamp(), and
Bruce Momjian
2006-04-25
1
-1
/
+3
*
Suppress more compiler warnings caused by macro tests.
Bruce Momjian
2006-04-24
1
-3
/
+3
*
Add one more paren to macro.
Bruce Momjian
2006-04-24
1
-2
/
+2
*
Suprress compiler warning in gcc 4.2.
Bruce Momjian
2006-04-24
1
-2
/
+2
*
Make the world safe for full_page_writes. Allow XLOG records that try to
Tom Lane
2006-04-14
1
-1
/
+3
*
Fix an ancient oversight in btree xlog replay. When trying to determine if an
Tom Lane
2006-04-13
1
-1
/
+2
*
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-05
1
-2
/
+3
*
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-04-03
1
-3
/
+3
*
Eliminate ajust scan code. Since concurrent GiST it doesn't
Teodor Sigaev
2006-04-03
1
-3
/
+1
*
Remove the 'slow' path for btree index build, which built the btree
Tom Lane
2006-04-01
1
-15
/
+1
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
2
-5
/
+2
*
Improve gist XLOG code to follow the coding rules needed to prevent
Tom Lane
2006-03-30
1
-18
/
+16
*
Clean up and document the API for XLogOpenRelation and XLogReadBuffer.
Tom Lane
2006-03-29
1
-3
/
+4
*
Arrange to emit a description of the current XLOG record as error context
Tom Lane
2006-03-24
9
-18
/
+19
*
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-16
1
-1
/
+3
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
31
-62
/
+62
*
Skip ambulkdelete scan if there's nothing to delete and the index is not
Tom Lane
2006-02-11
1
-1
/
+2
*
Revert based on Tom's recommendation:
Bruce Momjian
2006-02-11
1
-3
/
+1
*
Allow VACUUM to complete faster by avoiding scanning the indexes when no
Bruce Momjian
2006-02-11
1
-1
/
+3
*
Remove the no-longer-useful HashItem/HashItemData level of structure.
Tom Lane
2006-01-25
1
-10
/
+2
*
Remove the no-longer-useful BTItem/BTItemData level of structure, and
Tom Lane
2006-01-25
1
-39
/
+19
*
Allow row comparisons to be used as indexscan qualifications.
Tom Lane
2006-01-25
1
-1
/
+34
*
Instead of using a numberOfRequiredKeys count to distinguish required
Tom Lane
2006-01-23
1
-9
/
+13
*
Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE
Tom Lane
2006-01-14
2
-34
/
+8
*
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
1
-3
/
+4
[next]