summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-10-01Fix overly enthusiastic Assert introduced in 8.1: it's expecting aTom Lane
2006-09-29Allow assignment to array elements not contiguous with those alreadyTom Lane
2006-09-28Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-26Degrade the transaction-id wraparound point message from LOG to DEBUG1, perAlvaro Herrera
2006-09-25Increase default value of effective_cache_size to 128MB, per discussion.Tom Lane
2006-09-25Add a check to prevent overwriting valid data if smgrnblocks() gives aTom Lane
2006-09-25Fix notice message from DROP FUNCTION IF EXISTS, and improve messageTom Lane
2006-09-22Fix pg_locks view to call advisory locks advisory locks, while preservingTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-22Add units to the default postgresql.conf. For the most part, this shouldPeter Eisentraut
2006-09-21Fix free space map to correctly track the total amount of FSM space neededTom Lane
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-09-19Improve usage of effective_cache_size parameter by assuming that all theTom Lane
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-09-18Fix problems with column name list of CREATE TABLE AS being applied toTom Lane
2006-09-18Fix CREATE TABLE ... AS VALUES ... to work rather than Assert'ing;Tom Lane
2006-09-17Change ANALYZE to take ShareUpdateExclusiveLock not AccessShareLock onTom Lane
2006-09-17Marginal cleanup in arrangements for ensuring StrategyHintVacuum is clearedTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-15Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.Tom Lane
2006-09-15Improve confusing comment for HeapTupleSatisfiesNow, per gripe from Greg Stark.Tom Lane
2006-09-14Make postgresql.conf.sample match the initdb defaults. This fixesBruce Momjian
2006-09-14Add a couple of information functions to support direct checks on whetherTom Lane
2006-09-14Improve error message. Per discussionTeodor Sigaev
2006-09-13Make logging of extended-protocol commands a bit more consistent, perTom Lane
2006-09-13Code review for patch to avoid second scan when vacuuming index-lessTom Lane
2006-09-10Remove unnecessary brace pair.Bruce Momjian
2006-09-10Back out patch added during 8.2.X development:Bruce Momjian
2006-09-10If we're going to advertise the array overlap/containment operators,Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-09-09Revise OpenLDAP configuration and linking to work on more platformsTom Lane
2006-09-08Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARETom Lane
2006-09-08Tweak the behavior of log_duration as proposed by Guillaume Smet: ratherTom Lane
2006-09-07Clean up logging for extended-query-protocol operations, as per my recentTom Lane
2006-09-07Specify lo_write() to take a _const_ buffer, to match documentation.Bruce Momjian
2006-09-06Change processing of extended-Query mode so that an unnamed statementTom Lane
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-05Make Gen_fmgrtab.sh locale-proof. Per report from Marko Kreen andTom Lane
2006-09-05Fix Intel compiler bug. Per discussionTeodor Sigaev
2006-09-05Fix imprecision from interval rounding of multiplication/division.Bruce Momjian
2006-09-04Fix information_schema.key_column_usage to show correct value ofTom Lane
2006-09-04Trivial patch to double vacuum speed on tables with no indexes (preventBruce Momjian
2006-09-04Disallow TRUNCATE when there are any pending after-trigger events forTom Lane
2006-09-04Sequences were not being shown due to the use of lowercase 's' insteadBruce Momjian
2006-09-04Change ILIKE to invoke lower() and then do plain LIKE comparison whenTom Lane
2006-09-04Add missing gettext calls for some SSL errors.Peter Eisentraut
2006-09-04Fix interval input parser so that fractional weeks and months areTom Lane
2006-09-03Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane