Age | Commit message (Expand) | Author |
2007-10-01 | Enable __FUNCTION__ on MSVC builds. | Magnus Hagander |
2007-10-01 | Fixup for new pgcvslog feature. | Bruce Momjian |
2007-10-01 | Have pgcvslog mark back-branch commits with "<back-patch>". | Bruce Momjian |
2007-09-30 | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane |
2007-09-30 | In hopes of un-breaking the buildfarm, add missing file from | Tom Lane |
2007-09-30 | Adjust recovery PS display as agreed with Simon: 'waiting for XXX' | Tom Lane |
2007-09-30 | Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> | Michael Meskes |
2007-09-29 | Make recovery show the current input WAL segment name in the startup | Tom Lane |
2007-09-29 | Disallow CLUSTER using an invalid index (that is, one left over from a failed | Tom Lane |
2007-09-29 | Improve consistency of the error messages generated when you try to use | Tom Lane |
2007-09-29 | In the release checklist, mention packagers will see the minor upgrade | Bruce Momjian |
2007-09-29 | Add chklocale.c to pgport files for msvc builds, per | Magnus Hagander |
2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane |
2007-09-29 | Make use of additional chklocale.c entries to reject locales that we | Tom Lane |
2007-09-29 | Teach chklocale.c about a few names for frontend-only encodings, | Tom Lane |
2007-09-28 | On OS X, assume that an empty-string result for nl_langinfo(CODESET) | Tom Lane |
2007-09-28 | Update TCL comment: | Bruce Momjian |
2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
2007-09-28 | Tweak initdb's text search configuration selection code so it can | Tom Lane |
2007-09-28 | exclude contrib/tsearch2 from regression tests. | Andrew Dunstan |
2007-09-27 | Turn build and vcregress .bat files into pure one line wrappers for | Andrew Dunstan |
2007-09-27 | Fix typos in two comments. Spotted by Brendan Jurd | Tom Lane |
2007-09-27 | Define the FRONTEND symbol in postgres_fe.h, which allows us to eliminate | Tom Lane |
2007-09-27 | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane |
2007-09-27 | Fix Assert failure in ExpandColumnRefStar --- what I thought was a can't | Tom Lane |
2007-09-26 | Some small tuptoaster improvements from Greg Stark. Avoid unnecessary | Tom Lane |
2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
2007-09-26 | Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage | Alvaro Herrera |
2007-09-26 | Create a function variable "join_search_hook" to let plugins override the | Tom Lane |
2007-09-26 | Properly pass -c parameter to ecpg when building regression tests. | Magnus Hagander |
2007-09-26 | Applied patch by ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> to get pre... | Michael Meskes |
2007-09-26 | Fix crash of to_tsvector() function on huge input: compareWORD() | Teodor Sigaev |
2007-09-26 | In the integer-datetimes case, date2timestamp and date2timestamptz need | Tom Lane |
2007-09-26 | Use SYSV semaphores rather than POSIX on Darwin >= 6.0 (i.e., OS X 10.2 | Tom Lane |
2007-09-25 | Change on-disk representation of NUMERIC datatype so that the sign_dscale | Tom Lane |
2007-09-25 | Dept. of second thoughts: fix loop in BgBufferSync so that the exit when | Tom Lane |
2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
2007-09-25 | Small string tweaks | Peter Eisentraut |
2007-09-24 | Use proper search for contrib makefiles in vcregress.pl | Andrew Dunstan |
2007-09-24 | fix typo in vcregress.pl | Andrew Dunstan |
2007-09-24 | Add comments re text <-> bytea internal equivalence in convert routines. | Andrew Dunstan |
2007-09-24 | Use correct PG_GETARG macro in pg_convert | Andrew Dunstan |
2007-09-24 | Avoid having autovacuum read pgstats data too many times in quick succession. | Alvaro Herrera |
2007-09-24 | Reduce the size of memory allocations by lazy vacuum when processing a small | Alvaro Herrera |
2007-09-24 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
2007-09-23 | Replace linear searches with binary searches in pg_dump's code to | Tom Lane |
2007-09-23 | Add perl replacements for build.bat and vcregress.bat. In due course | Andrew Dunstan |
2007-09-23 | Fix bugs in XML binary I/O functions. Heikki and Tom | Tom Lane |
2007-09-23 | Restrict overly broad searches, and fix typo, in recent fix. Per Hannes Eder. | Andrew Dunstan |