| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 4 | -183/+245 |
| * | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 23 | -141/+177 |
| * | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 4 | -8/+13 |
| * | Fix pg_dump for recent change removing separate RULE privilege. | Tom Lane | 2006-09-08 | 1 | -2/+1 |
| * | Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE | Tom Lane | 2006-09-08 | 1 | -1/+24 |
| * | Tweak the behavior of log_duration as proposed by Guillaume Smet: rather | Tom Lane | 2006-09-08 | 3 | -34/+89 |
| * | Not all C compilers understand the "//" comment in this test case, so I remov... | Michael Meskes | 2006-09-08 | 2 | -8/+2 |
| * | Replaced complex tests with small ones. | Michael Meskes | 2006-09-08 | 42 | -2695/+1335 |
| * | More logic from complex/test* moved to their own testcases. | Michael Meskes | 2006-09-08 | 13 | -144/+975 |
| * | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 9 | -285/+760 |
| * | Update pgcvslog comments. | Bruce Momjian | 2006-09-07 | 1 | -5/+6 |