summaryrefslogtreecommitdiff
path: root/src/backend/catalog/index.c
Commit message (Expand)AuthorAgeFilesLines
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-1/+2
* Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, toAlvaro Herrera2007-05-161-3/+11
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-291-5/+4
* Clean up the representation of special snapshots by including a "methodTom Lane2007-03-251-3/+4
* Fix for COPY-after-truncate feature.Bruce Momjian2007-03-031-1/+2
* Fix up foreign-key mechanism so that there is a sound semantic basis for theTom Lane2007-02-141-1/+4
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-1/+4
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-6/+13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-60/+63
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-17/+395
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-311-83/+56
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-12/+9
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-301-2/+3
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+3
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-84/+6
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-021-9/+61
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-101-239/+206
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-7/+4
* Comments in IndexBuildHeapScan describe the indexing of recently-deadTom Lane2006-03-241-6/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-16/+17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-167/+159
* Arrange for indexes and toast tables to inherit their ownership fromTom Lane2005-08-261-2/+2
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-19/+37
* Fix ancient memory leak in index_create(): RelationInitIndexAccessInfoTom Lane2005-06-251-5/+13
* Trivial code clarity improvement to UpdateStats(); no functional change.Neil Conway2005-06-201-4/+4
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-111-2/+33
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-2/+3
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-12/+11
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-4/+10
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-13/+11
* Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane2005-03-211-16/+17
* Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane2005-03-201-12/+3
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-161-43/+16
* Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane2005-03-071-5/+4
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-2/+1
* Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. ThisTom Lane2005-01-101-7/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-49/+8
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-12/+6
* Fallout from changing index locking rules: we can reduce the strengthTom Lane2004-10-011-22/+14
* Fix unintended assignment of sequences to the containing schema'sTom Lane2004-08-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-39/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Rearrange order of operations in heap_drop_with_catalog and index_dropTom Lane2004-08-281-19/+23
* Some mop-up work for savepoints (nested transactions). Store a smallTom Lane2004-08-011-28/+40