| Commit message (Expand) | Author | Age | Files | Lines |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 134 | -1631/+1747 |
* | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 | 3 | -8/+5 |
* | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 | 1 | -0/+2 |
* | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 | 1 | -1/+13 |
* | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane | 2001-03-14 | 1 | -2/+6 |
* | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 | 1 | -21/+9 |
* | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane | 2001-03-13 | 1 | -3/+9 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 9 | -75/+406 |
* | Don't choke on superuser names containing random punctuation. | Tom Lane | 2001-03-09 | 1 | -2/+2 |
* | Update mysql converter, new version released. | Bruce Momjian | 2001-03-04 | 1 | -2/+2 |
* | Add missing semicolon required by QNX shell. | Peter Eisentraut | 2001-03-01 | 1 | -2/+2 |
* | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii | 2001-03-01 | 1 | -4/+1 |
* | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 | 1 | -19/+23 |
* | Mark new text<->date, text<->time, text<->timetz conversion functions as | Tom Lane | 2001-02-27 | 1 | -9/+9 |
* | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 | 1 | -1/+9 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 3 | -4/+13 |
* | Update comments on locks. | Bruce Momjian | 2001-02-23 | 1 | -1/+9 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 | 1 | -3/+4 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 | 3 | -12/+13 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 | 2 | -31/+41 |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 | 1 | -3/+3 |
* | Add _REGEX_UTILS_H to avoid duplication. | Tatsuo Ishii | 2001-02-22 | 1 | -0/+5 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 | 4 | -14/+20 |
* | Clean out any old versions of no-longer-installed header files that may | Tom Lane | 2001-02-20 | 1 | -2/+20 |
* | Remove inclusion of <varargs.h> on SunOS; this does not work since we | Tom Lane | 2001-02-20 | 1 | -2/+1 |
* | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 | 1 | -0/+1 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 3 | -13/+25 |
* | Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc | Tom Lane | 2001-02-16 | 1 | -3/+5 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 | 1 | -5/+19 |
* | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane | 2001-02-16 | 2 | -5/+8 |
* | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 | 1 | -1/+15 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 5 | -26/+42 |
* | Please apply the following patch to fix AIX and IRIX timestamp behavior | Bruce Momjian | 2001-02-13 | 2 | -0/+2 |
* | Clean up portability problems in regexp package: change all routine | Tom Lane | 2001-02-13 | 3 | -24/+10 |
* | Hmm, this isn't used either. | Tom Lane | 2001-02-12 | 1 | -71/+0 |
* | Remove unused and largely-broken-anyway compatibility defs. | Tom Lane | 2001-02-12 | 1 | -151/+0 |
* | Rearrange order of operations in heap_create_with_catalog so that if | Tom Lane | 2001-02-12 | 1 | -2/+4 |
* | Fix byte-vs-word-width oversight in m68k TAS() code. | Tom Lane | 2001-02-10 | 1 | -3/+4 |
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 19 | -852/+752 |
* | I have deleted the include of termios.h in include/port/qnx4.h. | Bruce Momjian | 2001-02-09 | 1 | -1/+0 |
* | plpgsql's private copy of xlateSqlType was out of sync. Again. This | Tom Lane | 2001-02-09 | 1 | -1/+3 |
* | Macro for btree runtime fix. | Vadim B. Mikheev | 2001-02-07 | 1 | -1/+5 |
* | Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for | Tom Lane | 2001-02-07 | 1 | -2/+4 |
* | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane | 2001-02-06 | 2 | -7/+6 |
* | Apply patches for QNX from Maurizio | Bruce Momjian | 2001-02-02 | 1 | -2/+2 |
* | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane | 2001-01-29 | 3 | -18/+38 |
* | Here is an update on the Win32 patch. Modified files are 'config.h.win32' | Bruce Momjian | 2001-01-27 | 1 | -1/+1 |
* | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane | 2001-01-27 | 1 | -1/+2 |
* | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 | 2 | -16/+13 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 245 | -487/+487 |