aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/postmaster.c
Commit message (Expand)AuthorAge
* More cleanups. I can now compile without PORTNAME being defined nMarc G. Fournier1997-12-19
* Fix for user password packet processing, from Goran Thyni.Bruce Momjian1997-12-15
* Remove PGDATA setting and use DataDir.Bruce Momjian1997-12-11
* Major code cleanup following the pg_password insertion...Marc G. Fournier1997-12-09
* Add error check on getenv("DATADIR")Marc G. Fournier1997-12-07
* From: todd brandys <brandys@eng3.hep.uiuc.edu>Marc G. Fournier1997-12-04
* Apply Bryan's IPC PatchesMarc G. Fournier1997-11-17
* Fix case issues with quotes.Bruce Momjian1997-11-10
* Add Unix domain socket support, from Goran Thyni, goran@bildbasen.seBruce Momjian1997-11-07
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Small cleanup.Bruce Momjian1997-08-25
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-19
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* Cleanup for NAMEDATALEN use.Bruce Momjian1997-08-03
* Due to BIND 8.1.1, my Solaris 2.5.1 machine doesn't define MAXHOSTNAMELEN...Marc G. Fournier1997-07-30
* Check for and use <netdb.h> for postmaster.c, instead of checking ifMarc G. Fournier1997-07-30
* -m <arg> -M weren't setup properly in getopts()...Marc G. Fournier1997-05-25
* Fixes:Marc G. Fournier1997-04-24
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-12
* Prevent SIGPIPE from crashing server, by Dan McGuirk.Bruce Momjian1997-03-02
* Delete -e option to postmaster, keep postgres -e option.Bruce Momjian1997-02-19
* Update btree patches that were missed.Bruce Momjian1997-02-18
* Remove WIN32 defines. They never worked.Bruce Momjian1997-02-14
* Various patches for nextstep by GregorHoffleitMarc G. Fournier1997-02-13
* Remove extra paren in ifdef.Bruce Momjian1997-02-06
* autoconf test for and set HAVE_VFORKMarc G. Fournier1997-02-06
* Apply usage patches for European Dates patch from KeithMarc G. Fournier1997-01-27
* Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier1997-01-26
* Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier1997-01-24
* Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier1997-01-24
* Another one that should be including limits.h vs machine/limits.hMarc G. Fournier1997-01-22
* Eliminate dupliclate definition of external variables reldesc and DataDir.Bryan Henderson1997-01-14
* pq/signal() portability patch. Also psql copy prompt fix.Bruce Momjian1996-12-26
* In file: .../src/backend/postmaster/postmaster.c I found 3 leaks andBruce Momjian1996-12-26
* Reduce printing from deub level 2 ande layout change.Bruce Momjian1996-12-07
* More stuff to make it compile on various ports.Bryan Henderson1996-11-27
* Move include of signal.h inside pqsignal.h so it's always where it's needed.Bryan Henderson1996-11-24
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
* Use new utils/version.c instead of backend/utils/init/magic.c.Bryan Henderson1996-11-12
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Quiet compiler warnings.Bryan Henderson1996-11-10
* Compile and warning cleanupBruce Momjian1996-11-08
* Clean up Makefile, make sure that postmaster.c compilesMarc G. Fournier1996-11-03
* Fix small syntax error.Bryan Henderson1996-10-30