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