| Commit message (Expand) | Author | Age | Files | Lines |
* | The attached patch changes units of the some default values in | Bruce Momjian | 2006-10-03 | 2 | -35/+77 |
* | Mention in postgresql.conf that autovacuum also needs | Bruce Momjian | 2006-10-03 | 1 | -0/+2 |
* | Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR | Tom Lane | 2006-10-01 | 1 | -2/+9 |
* | Fix overly enthusiastic Assert introduced in 8.1: it's expecting a | Tom Lane | 2006-10-01 | 1 | -3/+7 |
* | Allow assignment to array elements not contiguous with those already | Tom Lane | 2006-09-29 | 1 | -85/+114 |
* | Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to | Tom Lane | 2006-09-28 | 5 | -123/+215 |
* | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 9 | -66/+65 |
* | Degrade the transaction-id wraparound point message from LOG to DEBUG1, per | Alvaro Herrera | 2006-09-26 | 1 | -2/+2 |
* | Increase default value of effective_cache_size to 128MB, per discussion. | Tom Lane | 2006-09-25 | 1 | -1/+1 |
* | 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 | 3 | -23/+57 |
* | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 3 | -10/+21 |
* | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 3 | -5/+31 |
* | 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 | 6 | -59/+143 |
* | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane | 2006-09-20 | 1 | -108/+202 |
* | Improve usage of effective_cache_size parameter by assuming that all the | Tom Lane | 2006-09-19 | 8 | -39/+163 |
* | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 5 | -26/+269 |
* | 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 | 2 | -12/+124 |
* | 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 | 1 | -2/+2 |
* | Add a couple of information functions to support direct checks on whether | Tom Lane | 2006-09-14 | 2 | -12/+29 |
* | Improve error message. Per discussion | Teodor Sigaev | 2006-09-14 | 1 | -2/+9 |
* | 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 |
* | 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 |
* | If we're going to advertise the array overlap/containment operators, | Tom Lane | 2006-09-10 | 2 | -176/+240 |
* | Rename contains/contained-by operators to @> and <@, per discussion that | Tom Lane | 2006-09-10 | 2 | -4/+8 |
* | Revise OpenLDAP configuration and linking to work on more platforms | Tom Lane | 2006-09-09 | 1 | -3/+3 |
* | 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 | 2 | -33/+87 |
* | Clean up logging for extended-query-protocol operations, as per my recent | Tom Lane | 2006-09-07 | 7 | -276/+748 |
* | 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 | 7 | -46/+102 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 7 | -83/+66 |
* | Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen and | Tom Lane | 2006-09-05 | 1 | -2/+2 |
* | Fix Intel compiler bug. Per discussion | Teodor Sigaev | 2006-09-05 | 1 | -2/+17 |
* | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 | 1 | -22/+33 |
* | Fix information_schema.key_column_usage to show correct value of | Tom Lane | 2006-09-04 | 1 | -5/+12 |
* | Trivial patch to double vacuum speed on tables with no indexes (prevent | Bruce Momjian | 2006-09-04 | 1 | -12/+33 |
* | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 | 2 | -2/+77 |
* | Sequences were not being shown due to the use of lowercase 's' instead | Bruce Momjian | 2006-09-04 | 1 | -3/+10 |
* | Change ILIKE to invoke lower() and then do plain LIKE comparison when | Tom Lane | 2006-09-04 | 1 | -63/+100 |
* | Add missing gettext calls for some SSL errors. | Peter Eisentraut | 2006-09-04 | 1 | -3/+3 |