index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
postmaster.c
Commit message (
Expand
)
Author
Age
*
Fix for early log messages during postmaster startup getting lost when
Magnus Hagander
2007-02-11
*
This patch fixes shared_preload_libraries on Windows hosts. It forces
Bruce Momjian
2007-02-08
*
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane
2007-01-04
*
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
*
Fix some translator comments so that xgettext finds them and pgindent does
Peter Eisentraut
2006-11-28
*
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-21
*
Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is
Tom Lane
2006-11-21
*
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-11-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Add server support for "plugin" libraries that can be used for add-on tasks
Tom Lane
2006-08-15
*
Add a feature for automatic initialization and finalization of dynamically
Tom Lane
2006-08-08
*
Adjust initialization sequence for timezone_abbreviations so that
Tom Lane
2006-07-29
*
Make the order of operations in PostmasterMain a bit saner ... some
Tom Lane
2006-07-25
*
Ensure that we retry rather than erroring out when send() or recv() return
Tom Lane
2006-07-16
*
Put back some more not-so-unused-as-all-that #includes. This un-breaks
Tom Lane
2006-07-15
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Improve vacuum code to track minimum Xids per table instead of per database.
Alvaro Herrera
2006-07-10
*
Remove the separate 'stats buffer' process, letting backend stats messages
Tom Lane
2006-06-29
*
Add GUC update_process_title to control whether 'ps' display is updated
Bruce Momjian
2006-06-27
*
Remove redundant gettimeofday() calls to the extent practical without
Tom Lane
2006-06-20
*
Take the statistics collector out of the loop for monitoring backends'
Tom Lane
2006-06-19
*
Merge postmaster and postgres command into just postgres. postmaster
Peter Eisentraut
2006-06-18
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
*
Have autovacuum report its activities to the stat collector.
Alvaro Herrera
2006-05-19
*
The call to DNSServiceRegistrationCreate in postmaster.c does incorrect
Neil Conway
2006-03-18
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Add code comment about Linux stack randomization and shared memory.
Bruce Momjian
2006-02-01
*
Set progname early in the postmaster/postgres binary, rather than doing
Bruce Momjian
2006-02-01
*
Fix Windows-only postmaster code to reject a connection request and continue,
Tom Lane
2006-01-06
*
Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut
2006-01-05
*
Rearrange backend startup sequence so that ShmemIndexLock can become
Tom Lane
2006-01-04
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Repair an error introduced by log_line_prefix patch: it is not acceptable
Tom Lane
2005-11-05
*
Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.
Alvaro Herrera
2005-11-03
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
minor code cleanup - replace useless struct timezone argument to
Andrew Dunstan
2005-10-22
*
Postpone pg_timezone_initialize() until after creation of postmaster.pid,
Tom Lane
2005-10-20
*
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-17
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Suppress port number for unix domain sockets in log connect/disconnect
Bruce Momjian
2005-09-22
*
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-20
*
Reverse out changes to canonicalize_path(), per suggestion from Tom.
Bruce Momjian
2005-08-12
*
Modify canonicalize_path() so if we would return a trailing "..", throw
Bruce Momjian
2005-08-12
*
Code & docs review for server instrumentation patch. File timestamps
Tom Lane
2005-08-12
*
Add files to do read I/O on the cluster directory:
Bruce Momjian
2005-08-12
*
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-11
*
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-29
*
Add time/date macros for code clarity:
Bruce Momjian
2005-07-21
*
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-14
[next]