aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster
Commit message (Expand)AuthorAge
* Add code comment about Linux stack randomization and shared memory.Bruce Momjian2006-02-01
* Set progname early in the postmaster/postgres binary, rather than doingBruce Momjian2006-02-01
* Fix thinko in autovacuum's test to skip temp tables: want to skip anyTom Lane2006-01-20
* Modify pgstats code to reduce performance penalties from oversized stats dataTom Lane2006-01-18
* Fix Windows-only postmaster code to reject a connection request and continue,Tom Lane2006-01-06
* Make all command-line options of postmaster and postgres the same. SeePeter Eisentraut2006-01-05
* Remove BEOS port.Bruce Momjian2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Assume select() might modify struct timeout, so remove previousBruce Momjian2006-01-03
* Use setitimer() for stats file write, rather than do a gettimeofday()Bruce Momjian2006-01-03
* Change if (!(x || y)) construct with if (!x && !y), for clarity.Bruce Momjian2006-01-02
* Rename variable to cmd_str.Bruce Momjian2005-12-31
* Rename variable 'what' to 'stat_msg'.Bruce Momjian2005-12-31
* Rethink prior patch to filter out dead backend entries from the pgstatsTom Lane2005-12-16
* Fix bgwriter's failure to release buffer pins and open files after anTom Lane2005-12-08
* Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera2005-11-28
* Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera2005-11-28
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera2005-11-03
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-20
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Suppress port number for unix domain sockets in log connect/disconnectBruce Momjian2005-09-22
* Ensure that any memory leaked during an error inside the bgwriter isTom Lane2005-09-12
* Log send() failures when sending to statistics process (but only inTom Lane2005-08-30
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Allow the pgstat views to show toast tables as well as regular tablesTom Lane2005-08-15
* Reverse out changes to canonicalize_path(), per suggestion from Tom.Bruce Momjian2005-08-12
* Modify canonicalize_path() so if we would return a trailing "..", throwBruce Momjian2005-08-12
* Code & docs review for server instrumentation patch. File timestampsTom Lane2005-08-12
* Add files to do read I/O on the cluster directory:Bruce Momjian2005-08-12
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-11
* Make backends that are reading the pgstats file verify each backend PIDTom Lane2005-08-09
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Tweak BgBufferSync() so that a persistent write error on a dirty bufferTom Lane2005-08-02
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-29
* Fix some failures to initialize table entries induced by recent autovacuumTom Lane2005-07-24
* Update DAYS_PER_MONTH comment.Bruce Momjian2005-07-21
* Add time/date macros for code clarity:Bruce Momjian2005-07-21
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-14
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-04
* Issue fatal error if no TCP/IP sockets could be createdPeter Eisentraut2005-06-30
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-30
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28