summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01Remove code that suggested increasing wal_files.Bruce Momjian
2002-08-30AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane
2002-08-30Add attisinherited column to pg_attribute; use it to guard againstTom Lane
2002-08-30Complete TODO item:Bruce Momjian
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-24The cstring datatype can now be copied, passed around, etc. The typlenTom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-13Make sure that t_ctid is reset to equal t_self in heap_delete andTom Lane
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-06Still more paranoia in PageAddItem: disallow specification of an itemTom Lane
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-08-02When compiling with --enable-cassert, check for reference count leaksTom Lane
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-30This patch fixes one serious bug (runaway INSERT) and a few rare (andBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-02>the extra level of struct naming for pd_opaque has no obviousBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02This patch, which is built upon the "HeapTupleHeader accessor macros"Bruce Momjian
2002-06-25Here is a patch for a memory leak in rtree.c, version 7.2.1 (in codeBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Here is a patch for Composite and Set returning function support. I madeBruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-15This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax inBruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-05-28Repair error with not adjusting active scans properly after gistSplit.Tom Lane
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Support temporary setting of search path during CREATE SCHEMA; thisTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-05-01Change heap_get_latest_tid() so that a transaction canHiroshi Inoue
2002-04-24xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian
2002-04-21Add fields in the control file to check for whether the backend wasThomas G. Lockhart
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut