| Commit message (Expand) | Author | Age |
... | |
* | Add attisinherited column to pg_attribute; use it to guard against | Tom Lane | 2002-08-30 |
* | Complete TODO item: | Bruce Momjian | 2002-08-30 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 |
* | Make sure that t_ctid is reset to equal t_self in heap_delete and | Tom Lane | 2002-08-13 |
* | Fix failure to relink postmaster executable in the first make run if only a | Peter Eisentraut | 2002-08-10 |
* | 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-06 |
* | 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-05 |
* | 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-04 |
* | 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-08-02 |
* | Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in | Tom Lane | 2002-07-31 |
* | This patch fixes one serious bug (runaway INSERT) and a few rare (and | Bruce Momjian | 2002-07-30 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | >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-07-02 |
* | Here is a patch for a memory leak in rtree.c, version 7.2.1 (in code | Bruce Momjian | 2002-06-25 |
* | 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-20 |
* | 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-15 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | The attached patch fixes a problem with InstallXLogFileSegment()'s use | Bruce Momjian | 2002-06-07 |
* | Repair error with not adjusting active scans properly after gistSplit. | Tom Lane | 2002-05-28 |
* | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 |
* | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 |
* | 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-24 |
* | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | 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-17 |
* | Make initdb print a message about which locale it is about to use. | Peter Eisentraut | 2002-05-09 |
* | Change heap_get_latest_tid() so that a transaction can | Hiroshi Inoue | 2002-05-01 |
* | xlog.c: If possible please add the following patch to better support NetWare. | Bruce Momjian | 2002-04-24 |
* | Add fields in the control file to check for whether the backend was | Thomas G. Lockhart | 2002-04-21 |
* | Opclasses live in namespaces. I also took the opportunity to create | Tom Lane | 2002-04-17 |
* | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut | 2002-04-03 |
* | Create a new GUC variable search_path to control the namespace search | Tom Lane | 2002-04-01 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |