| Commit message (Expand) | Author | Age |
* | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | 2001-05-07 |
* | Consolidate several near-identical uses of mktime() into a single | Tom Lane | 2001-05-03 |
* | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian | 2001-05-03 |
* | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane | 2001-05-03 |
* | Updates for 7.1.1. Not done yet. | Bruce Momjian | 2001-05-03 |
* | Correct pg_description entry for type macaddr. | Tom Lane | 2001-05-03 |
* | Undo pgindent brain damage, so that node type numbers can once again be | Tom Lane | 2001-04-24 |
* | Make the world safe for passing whole rows of views to functions. This | Tom Lane | 2001-04-18 |
* | Work with Readline 4.2. | Peter Eisentraut | 2001-04-14 |
* | Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' | Tom Lane | 2001-04-13 |
* | Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData | Tom Lane | 2001-03-30 |
* | Add #define HAVE_ATEXIT, per report from Magnus. | Tom Lane | 2001-03-26 |
* | Improve comments for xlog item size #defines. | Tom Lane | 2001-03-25 |
* | Re-order declarations to un-break the non-HAS_TEST_AND_SET case. | Tom Lane | 2001-03-25 |
* | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane | 2001-03-23 |
* | Mark exception and assert global variables as DLLIMPORT, so that plpgsql | Tom Lane | 2001-03-23 |
* | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian | 2001-03-23 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane | 2001-03-18 |
* | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane | 2001-03-18 |
* | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane | 2001-03-16 |
* | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane | 2001-03-14 |
* | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane | 2001-03-14 |
* | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane | 2001-03-13 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 |
* | Don't choke on superuser names containing random punctuation. | Tom Lane | 2001-03-09 |
* | Update mysql converter, new version released. | Bruce Momjian | 2001-03-04 |
* | Add missing semicolon required by QNX shell. | Peter Eisentraut | 2001-03-01 |
* | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii | 2001-03-01 |
* | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane | 2001-02-27 |
* | Mark new text<->date, text<->time, text<->timetz conversion functions as | Tom Lane | 2001-02-27 |
* | Massive commits for SunOS4 port. | Tatsuo Ishii | 2001-02-27 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 |
* | Update comments on locks. | Bruce Momjian | 2001-02-23 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 |
* | Add _REGEX_UTILS_H to avoid duplication. | Tatsuo Ishii | 2001-02-22 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 |
* | Clean out any old versions of no-longer-installed header files that may | Tom Lane | 2001-02-20 |
* | Remove inclusion of <varargs.h> on SunOS; this does not work since we | Tom Lane | 2001-02-20 |
* | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | 2001-02-19 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 |
* | Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc | Tom Lane | 2001-02-16 |
* | Clean up two rather nasty bugs in operator selection code. | Tom Lane | 2001-02-16 |
* | Take OUTER JOIN semantics into account when estimating the size of join | Tom Lane | 2001-02-16 |
* | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 |
* | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 |