| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stamp 8.2beta2.REL8_2_BETA2 | Tom Lane | 2006-10-23 | 1 | -10/+10 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 1 | -1/+6 |
| * | Further MSVC portability fixes from Magnus. | Tom Lane | 2006-10-19 | 1 | -1/+14 |
| * | Clean up local redeclarations of variables with DLLIMPORT, per report | Tom Lane | 2006-10-19 | 5 | -15/+15 |
| * | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 | 2 | -3/+4 |
| * | Redesign the patch for allocation of shmem space and LWLocks for add-on | Tom Lane | 2006-10-15 | 3 | -16/+8 |
| * | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 | 1 | -5/+4 |
| * | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 | 1 | -12/+12 |
| * | On platforms that have getrlimit(RLIMIT_STACK), use it to ensure that | Tom Lane | 2006-10-07 | 3 | -3/+13 |
| * | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane | 2006-10-06 | 1 | -2/+2 |
| * | Cleanup for pglz_compress code: remove dead code, const-ify API of | Tom Lane | 2006-10-05 | 1 | -120/+10 |
| * | Make use of qsort_arg in several places that were formerly using klugy | Tom Lane | 2006-10-05 | 1 | -2/+3 |
| * | Work around buggy strtod on (some versions of?) IRIX. Combination of | Tom Lane | 2006-10-05 | 1 | -1/+7 |
| * | Second try at fixing libedit configuration for Bob Friesenhahn. | Tom Lane | 2006-10-05 | 1 | -0/+3 |
| * | Update Solaris strtod() bug comment. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
| * | Update Solaris strtol() bug comment. | Bruce Momjian | 2006-10-04 | 1 | -2/+7 |
| * | Adjust configure's handling of libedit to not look for a history.h file. | Tom Lane | 2006-10-04 | 1 | -3/+0 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 96 | -773/+797 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 1 | -1/+10 |
| * | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 | 1 | -3/+4 |
| * | Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus | Tom Lane | 2006-10-03 | 2 | -6/+5 |
| * | Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being | Bruce Momjian | 2006-10-03 | 2 | -5/+6 |
| * | Properly handle the case where strlcpy() exists in libc but isn't | Tom Lane | 2006-10-02 | 2 | -2/+6 |
| * | BSD/OS doesn't have a prototype for strlcpy() but has the function, so | Bruce Momjian | 2006-09-30 | 1 | -2/+2 |
| * | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 4 | -6/+24 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 2 | -2/+9 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -8/+0 |
| * | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 | 1 | -2/+2 |
| * | Fix notice message from DROP FUNCTION IF EXISTS, and improve message | Tom Lane | 2006-09-25 | 1 | -1/+2 |
| * | 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 | 1 | -4/+5 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 2 | -3/+5 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 1 | -7/+9 |
| * | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -1/+4 |
| * | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 3 | -5/+8 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 5 | -20/+58 |
| * | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 | 4 | -7/+15 |
| * | Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, | Tom Lane | 2006-09-16 | 1 | -2/+2 |
| * | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 2 | -3/+7 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 1 | -9/+8 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 2 | -7/+5 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 5 | -38/+66 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -0/+3 |
| * | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 | 1 | -1/+2 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 2 | -9/+12 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 2 | -4/+4 |
| * | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 | 1 | -1/+8 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 4 | -8/+9 |
| * | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -4/+7 |
| * | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 1 | -2/+2 |