| Commit message (Expand) | Author | Age |
* | Implement reindex command | Hiroshi Inoue | 2000-02-18 |
* | Make ISO date style (e.g. "2000-02-16 09:33") the default. | Thomas G. Lockhart | 2000-02-16 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | The latest source does not compile on Solaris 7 due to | Bruce Momjian | 2000-01-19 |
* | Removed MBFLAGS from makefiles since it's now done in include/config.h. | Peter Eisentraut | 2000-01-19 |
* | Fix minor comple error | Tatsuo Ishii | 2000-01-18 |
* | Add builtin functions: | Tatsuo Ishii | 2000-01-18 |
* | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 |
* | Move SetPidFile() and firends to utils/init/miscinit.c from | Tatsuo Ishii | 2000-01-09 |
* | to live in a transaction before access to db | Hiroshi Inoue | 1999-12-22 |
* | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 |
* | Fix memory overrun while setting ps status | Tatsuo Ishii | 1999-12-10 |
* | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 |
* | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | Repair problem exposed by Jan's new parallel-regression-test scaffold: | Tom Lane | 1999-11-21 |
* | Standardize on MAXPGPATH as the size of a file pathname buffer, | Tom Lane | 1999-10-25 |
* | Cleanup -is flag to -l for SSL. Another PERL variable name fix. Clean | Bruce Momjian | 1999-10-08 |
* | XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. | Vadim B. Mikheev | 1999-10-06 |
* | Make tree compilable (+WAL). | Vadim B. Mikheev | 1999-09-28 |
* | Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT. | Bruce Momjian | 1999-09-27 |
* | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Fix for multi-byte includes. | Bruce Momjian | 1999-07-17 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Final cleanup | Bruce Momjian | 1999-07-16 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Modify backend switch parsing to prevent 'insecure' switches | Tom Lane | 1999-05-22 |
* | Fix some miscellaneous places that were using raw open() or | Tom Lane | 1999-05-09 |
* | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 |
* | comments cleanup. | Bruce Momjian | 1999-02-22 |
* | Allow maximum number of backends to be set at configure time | Tom Lane | 1999-02-19 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 |
* | Apply Win32 patch from Horak Daniel. | Bruce Momjian | 1999-01-17 |
* | The problem is that read_pg_options needs DataDir to read its file but | Bruce Momjian | 1998-10-16 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | Fix up warning and error messages to use single-quotes aroun strings. | Thomas G. Lockhart | 1998-10-05 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 |
* | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Change owner from oid to int4 type. | Bruce Momjian | 1998-08-11 |