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
/
catalog
/
index.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make large sequential scans and VACUUMs work in a limited-size "ring" of
Tom Lane
2007-05-30
1
-1
/
+2
*
Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, to
Alvaro Herrera
2007-05-16
1
-3
/
+11
*
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-03-29
1
-5
/
+4
*
Clean up the representation of special snapshots by including a "method
Tom Lane
2007-03-25
1
-3
/
+4
*
Fix for COPY-after-truncate feature.
Bruce Momjian
2007-03-03
1
-1
/
+2
*
Fix up foreign-key mechanism so that there is a sound semantic basis for the
Tom Lane
2007-02-14
1
-1
/
+4
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-2
/
+2
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
1
-1
/
+4
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
1
-6
/
+13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-60
/
+63
*
Add the ability to create indexes 'concurrently', that is, without
Tom Lane
2006-08-25
1
-17
/
+395
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
1
-83
/
+56
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
1
-12
/
+9
*
Modify snapshot definition so that lazy vacuums are ignored by other
Alvaro Herrera
2006-07-30
1
-2
/
+3
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+3
*
Code review for FILLFACTOR patch. Change WITH grammar as per earlier
Tom Lane
2006-07-03
1
-84
/
+6
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
1
-9
/
+61
*
Clean up code associated with updating pg_class statistics columns
Tom Lane
2006-05-10
1
-239
/
+206
*
Clean up WAL/buffer interactions as per my recent proposal. Get rid of the
Tom Lane
2006-03-31
1
-7
/
+4
*
Comments in IndexBuildHeapScan describe the indexing of recently-dead
Tom Lane
2006-03-24
1
-6
/
+5
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-16
/
+17
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-167
/
+159
*
Arrange for indexes and toast tables to inherit their ownership from
Tom Lane
2005-08-26
1
-2
/
+2
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-19
/
+37
*
Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo
Tom Lane
2005-06-25
1
-5
/
+13
*
Trivial code clarity improvement to UpdateStats(); no functional change.
Neil Conway
2005-06-20
1
-4
/
+4
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
1
-2
/
+2
*
This patch refactors away some duplicated code in the index AM build
Neil Conway
2005-05-11
1
-2
/
+33
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
1
-1
/
+2
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
1
-2
/
+3
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-12
/
+11
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-4
/
+10
*
Convert oidvector and int2vector into variable-length arrays. This
Tom Lane
2005-03-29
1
-13
/
+11
*
Convert index-related tuple handling routines from char 'n'/' ' to bool
Tom Lane
2005-03-21
1
-16
/
+17
*
Remove unnecessary calls of FlushRelationBuffers: there is no need
Tom Lane
2005-03-20
1
-12
/
+3
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
1
-43
/
+16
*
Adjust creation/destruction of TupleDesc data structure to reduce the
Tom Lane
2005-03-07
1
-5
/
+4
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
1
-2
/
+1
*
Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This
Tom Lane
2005-01-10
1
-7
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Change planner to use the current true disk file size as its estimate of
Tom Lane
2004-12-01
1
-49
/
+8
*
Repair possible failure to update hint bits back to disk, per
Tom Lane
2004-10-15
1
-12
/
+6
*
Fallout from changing index locking rules: we can reduce the strength
Tom Lane
2004-10-01
1
-22
/
+14
*
Fix unintended assignment of sequences to the containing schema's
Tom Lane
2004-08-31
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-39
/
+41
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Rearrange order of operations in heap_drop_with_catalog and index_drop
Tom Lane
2004-08-28
1
-19
/
+23
*
Some mop-up work for savepoints (nested transactions). Store a small
Tom Lane
2004-08-01
1
-28
/
+40
[next]