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