| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 11 | -73/+72 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 3 | -2/+76 |
| * | Fix some misuses of strncat(). | Tom Lane | 2006-09-27 | 3 | -12/+14 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 10 | -48/+9 |
| * | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
| * | Added new files | Michael Meskes | 2006-09-26 | 3 | -0/+2418 |
| * | Added Joachim's changes for MinGW. | Michael Meskes | 2006-09-26 | 13 | -128/+230 |
| * | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 | 2 | -3/+3 |
| * | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane | 2006-09-25 | 1 | -4/+21 |
| * | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane | 2006-09-25 | 4 | -24/+59 |
| * | Fix incorrect mapping of fopen mode 'a' in recently-added code to | Tom Lane | 2006-09-24 | 1 | -2/+2 |
| * | Cause pg_regress to invoke the temporary postmaster as 'postgres' not | Tom Lane | 2006-09-24 | 1 | -8/+10 |
| * | Suppress useless warning on pre-XP versions of Windows. Magnus | Tom Lane | 2006-09-24 | 1 | -2/+10 |
| * | Tag us Beta1REL8_2_BETA1 | PostgreSQL Daemon | 2006-09-23 | 1 | -3/+3 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 4 | -14/+26 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 12 | -28/+76 |
| * | Surely this temp buffer needn't be static. | Tom Lane | 2006-09-22 | 1 | -4/+6 |
| * | Rearrange yes/no prompting code so that the prompts always show the | Peter Eisentraut | 2006-09-22 | 6 | -38/+34 |
| * | Add units to the default postgresql.conf. For the most part, this should | Peter Eisentraut | 2006-09-22 | 2 | -22/+23 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 7 | -66/+152 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 2 | -109/+206 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 11 | -44/+171 |
| * | Fix shared library creation to work properly on AIX. Albe Laurenz | Tom Lane | 2006-09-19 | 7 | -23/+42 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 10 | -46/+327 |
| * | Fix problems with column name list of CREATE TABLE AS being applied to | Tom Lane | 2006-09-18 | 1 | -43/+66 |
| * | Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing; | Tom Lane | 2006-09-18 | 1 | -11/+18 |
| * | Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock on | Tom Lane | 2006-09-17 | 1 | -19/+19 |
| * | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane | 2006-09-17 | 2 | -7/+4 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 8 | -22/+260 |
| * | Update timezone data files to release 2006k of the zic database. | Tom Lane | 2006-09-16 | 19 | -650/+1201 |
| * | Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, | Tom Lane | 2006-09-16 | 2 | -4/+4 |
| * | Several fixes for MSVC build scripts, from Magnus. | Tom Lane | 2006-09-15 | 4 | -46/+87 |
| * | Fix some uses of str[n]casecmp that should be pg_str[n]casecmp, | Tom Lane | 2006-09-15 | 1 | -5/+5 |
| * | Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus. | Tom Lane | 2006-09-15 | 1 | -2/+2 |
| * | Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark. | Tom Lane | 2006-09-15 | 1 | -12/+11 |
| * | Make postgresql.conf.sample match the initdb defaults. This fixes | Bruce Momjian | 2006-09-14 | 2 | -5/+5 |
| * | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 4 | -15/+36 |
| * | Improve error message. Per discussion | Teodor Sigaev | 2006-09-14 | 1 | -2/+9 |
| * | Cygwin systems seem to have a different error message when trying to connect ... | Michael Meskes | 2006-09-14 | 3 | -5/+5 |
| * | Added missing constuctor/destructor for interval and date. | Michael Meskes | 2006-09-14 | 8 | -7/+79 |
| * | Make logging of extended-protocol commands a bit more consistent, per | Tom Lane | 2006-09-13 | 1 | -5/+6 |
| * | Code review for patch to avoid second scan when vacuuming index-less | Tom Lane | 2006-09-13 | 1 | -32/+53 |
| * | Seems this wasn't committed originally | Michael Meskes | 2006-09-12 | 1 | -3/+3 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 4 | -63/+66 |
| * | Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe Laurenz. | Tom Lane | 2006-09-11 | 1 | -3/+5 |
| * | Ooops, forgot to update ecpg comparison files to match | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Fix unportable usage complained of by icc. Per buildfarm results. | Tom Lane | 2006-09-11 | 2 | -2/+2 |
| * | Remove unnecessary brace pair. | Bruce Momjian | 2006-09-10 | 1 | -3/+1 |
| * | Back out patch added during 8.2.X development: | Bruce Momjian | 2006-09-10 | 1 | -1/+2 |
| * | Install a cleaner solution to the AIX libpq linking problem, as per | Tom Lane | 2006-09-10 | 3 | -17/+16 |