aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/init
Commit message (Expand)AuthorAge
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-08
* Remove unused variable. (Hey Peter, you use gcc, why didn't youTom Lane2000-07-03
* Version number now set in configure, available through Makefile.globalPeter Eisentraut2000-07-02
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-31
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Make the indexes on pg_group be shared system relations.Tom Lane2000-05-05
* Modify getdatabaseencoding(), pg_encoding_to_char()Tatsuo Ishii2000-05-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* 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