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