| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 7 | -14/+14 |
| * | Fix erroneous implementation of -s in postmaster.c (the switch doesn't take | Tom Lane | 2007-01-04 | 1 | -2/+7 |
| * | Add a txn_start column to pg_stat_activity. This makes it easier to | Neil Conway | 2006-12-06 | 1 | -1/+25 |
| * | Make the bgwriter's error recovery path do smgrcloseall(). On Windows this | Tom Lane | 2006-12-01 | 1 | -1/+8 |
| * | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane | 2006-11-30 | 2 | -4/+30 |
| * | Fix some translator comments so that xgettext finds them and pgindent does | Peter Eisentraut | 2006-11-28 | 1 | -13/+10 |
| * | On systems that have setsid(2) (which should be just about everything except | Tom Lane | 2006-11-21 | 6 | -40/+156 |
| * | Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is | Tom Lane | 2006-11-21 | 2 | -18/+26 |
| * | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane | 2006-11-10 | 1 | -2/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 2 | -246/+199 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 4 | -134/+131 |
| * | Fix pgstat_report_waiting() to not dump core if called before | Tom Lane | 2006-08-28 | 1 | -10/+9 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -1/+27 |
| * | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 1 | -5/+54 |
| * | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 | 1 | -2/+2 |
| * | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 | 1 | -8/+3 |
| * | On some platforms, pg_usleep isn't interruptible by signals; fix | Tom Lane | 2006-08-07 | 1 | -9/+11 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 1 | -30/+20 |
| * | Adjust initialization sequence for timezone_abbreviations so that | Tom Lane | 2006-07-29 | 1 | -2/+8 |
| * | Make the order of operations in PostmasterMain a bit saner ... some | Tom Lane | 2006-07-25 | 1 | -12/+13 |
| * | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 1 | -2/+2 |
| * | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 | 2 | -7/+33 |
| * | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 | 1 | -1/+4 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 4 | -22/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 4 | -4/+11 |
| * | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Sort reference of include files, "A" - "F". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Improve vacuum code to track minimum Xids per table instead of per database. | Alvaro Herrera | 2006-07-10 | 2 | -41/+83 |
| * | Remove the separate 'stats buffer' process, letting backend stats messages | Tom Lane | 2006-06-29 | 2 | -528/+146 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 5 | -19/+14 |
| * | Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without | Alvaro Herrera | 2006-06-27 | 1 | -2/+9 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 2 | -8/+18 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 2 | -703/+466 |
| * | Merge postmaster and postgres command into just postgres. postmaster | Peter Eisentraut | 2006-06-18 | 5 | -100/+27 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 2 | -4/+4 |
| * | PostmasterIsAlive test really ought to be in the inner loop for safety. | Tom Lane | 2006-05-30 | 1 | -2/+6 |
| * | Clarify the HINT for 'checkpoint request failed', per recent complaint | Tom Lane | 2006-05-30 | 1 | -2/+2 |
| * | Prevent multiple archivers from starting. Backpatch to 8.1.X. | Bruce Momjian | 2006-05-30 | 1 | -2/+2 |
| * | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 | 1 | -109/+12 |
| * | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 | 1 | -1/+23 |
| * | Have autovacuum report its activities to the stat collector. | Alvaro Herrera | 2006-05-19 | 3 | -11/+81 |
| * | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 | 1 | -21/+8 |
| * | Change log message about vacuuming database name from LOG to DEBUG1. | Bruce Momjian | 2006-04-27 | 1 | -2/+2 |
| * | Delay write of pg_stats file to once every five minutes, during | Bruce Momjian | 2006-04-27 | 1 | -12/+109 |
| * | Add "retry another address" log message on statistics collector socket | Bruce Momjian | 2006-04-20 | 1 | -2/+7 |
| * | Remove the pgstats logic for delaying destruction of stats table entries. | Tom Lane | 2006-04-06 | 2 | -176/+28 |
| * | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 | 1 | -2/+2 |
| * | Turn off zero_damaged_pages in the right place (ie, in the autovac | Tom Lane | 2006-03-07 | 1 | -4/+8 |
| * | Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. | Bruce Momjian | 2006-03-07 | 1 | -2/+2 |