| Commit message (Expand) | Author | Age |
* | Fix some places that were unportably assuming struct timeval's tv_sec | Tom Lane | 2002-10-24 |
* | Remove unnecessary (and inadequate) check of IsTransactionBlock() in | Tom Lane | 2002-10-21 |
* | Remove ShutdownBufferPoolAccess exit callback, and do the work in | Tom Lane | 2002-09-25 |
* | Fix compilation warning. (Cygwin has char* as second argument of | Peter Eisentraut | 2002-09-05 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | Remove #ifdef MULTIBYTE per hackers list discussion. | Tatsuo Ishii | 2002-08-29 |
* | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian | 2002-08-04 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Allow postmaster to start up anyway when PGSTAT code fails to initialize, | Tom Lane | 2002-04-03 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 |
* | pgstat's truncation of query string needs to be multibyte-aware. | Tom Lane | 2002-02-07 |
* | Fix latent bug in checking for failure of hashtable creation. | Tom Lane | 2001-12-03 |
* | Fix unportable, non-spec-compliant use of offsetof() with a nonconstant | Tom Lane | 2001-11-26 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Further cleanup of ps_status setup code. On platforms where the | Tom Lane | 2001-10-22 |
* | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane | 2001-10-21 |
* | Make sure to clean out old activity string when recycling a backend entry. | Tom Lane | 2001-10-16 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 |
* | Clean up a little more carefully around fork of pgstat subprocess. | Tom Lane | 2001-10-01 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 |
* | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane | 2001-08-23 |
* | Endeavor to make pgstats buffer process (a) safe and (b) useful. | Tom Lane | 2001-08-05 |
* | Fix handling of SIGCHLD, per recent pghackers discussion: on some | Tom Lane | 2001-08-04 |
* | Added GUC configuration options to control access statistics. | Jan Wieck | 2001-07-05 |
* | portability enhancements | Peter Eisentraut | 2001-06-30 |
* | Turned high-frequently called pgstat functions into macros | Jan Wieck | 2001-06-29 |
* | The new files for statistical system views. | Jan Wieck | 2001-06-22 |