Age | Commit message (Expand) | Author |
1999-11-16 | Commit to make clearer distinction for temp names and real names. | Bruce Momjian |
1999-11-07 | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian |
1999-11-04 | Make it possible to execute crashed CREATE/DROP commands again. | Hiroshi Inoue |
1999-11-01 | Allow indexes on system catalogs for use in cache code. | Bruce Momjian |
1999-10-25 | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane |
1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
1999-10-17 | Remove now-dead sort modules. | Tom Lane |
1999-10-17 | Final stage of psort reconstruction work: replace psort.c with | Tom Lane |
1999-10-16 | Second phase of psort reconstruction project: add bookkeeping logic to | Tom Lane |
1999-10-13 | Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend | Tom Lane |
1999-10-11 | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue |
1999-10-03 | Reimplement parsing and storage of default expressions and constraint | Tom Lane |
1999-09-30 | Added utils/adt/ri_triggers with empty shells for the | Jan Wieck |
1999-09-30 | Removed (useless) pg_proc_prosrc_index | Jan Wieck |
1999-09-29 | Added nbtree operator class for NUMERIC | Jan Wieck |
1999-09-29 | This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. | Jan Wieck |
1999-09-27 | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian |
1999-09-27 | Transaction log manager core code. | Vadim B. Mikheev |
1999-09-23 | Add TRUNCATE command, with psql help and sgml additions. | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-09-11 | Eliminate elog()'s hardwired limit on length of an error message. | Tom Lane |
1999-09-09 | Repair incorrect cleanup of heap memory allocation during | Tom Lane |
1999-09-04 | Invalidate temp entries for aborted transactions. | Bruce Momjian |
1999-09-04 | Modify RelationFlushRelation so that if the relcache entry | Tom Lane |
1999-08-24 | Alter AllocSet routines so that requests larger than | Tom Lane |
1999-08-16 | Add get_func_rettype() to general-use lsyscache routines, | Tom Lane |
1999-08-09 | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane |
1999-08-01 | First step in fixing selectivity-estimation code. eqsel and | Tom Lane |
1999-07-20 | Reverse out cache changes that are not ready yet. | Bruce Momjian |
1999-07-20 | Use -ieee alpha flag for gcc and egcs only. | Bruce Momjian |
1999-07-19 | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian |
1999-07-18 | configure cleanup | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | More cleanup | Bruce Momjian |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-07-14 | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian |
1999-07-13 | Remove S*I comments from Stephan. | Bruce Momjian |
1999-07-09 | Fix for ACL length problem on different platforms. | Bruce Momjian |
1999-06-17 | Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN | Bruce Momjian |
1999-06-12 | Reversed out Massimo patch. | Bruce Momjian |
1999-06-12 | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian |
1999-06-05 | trace.patch (compilation error) | Marc G. Fournier |
1999-06-04 | Fix for failure to clean SysCache entry when a relation is deleted | Tom Lane |
1999-05-26 | Make functions static or NOT_USED as appropriate. | Bruce Momjian |
1999-05-25 | Another pgindent run. Sorry folks. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-22 | Modify aset.c logic so that blocks requested from malloc get | Tom Lane |
1999-05-22 | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane |
1999-05-11 | Changed debug options: | Jan Wieck |