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