summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2009-11-16While doing the final setrefs.c pass over a plan tree, try to match upTom Lane
2009-11-15Make text search parser accept underscores in XML attributes (bug #5075)Peter Eisentraut
2009-11-13A better fix for the "ARRAY[...]::domain" problem. The previous patch worked,Heikki Linnakangas
2009-11-13When you do "ARRAY[...]::domain", where domain is a domain over an array type,Heikki Linnakangas
2009-11-13Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev
2009-11-10Fix longstanding problems in VACUUM caused by untimely interruptionsAlvaro Herrera
2009-11-05Allow binary-coercible cases in ri_HashCompareOp; there are some such casesTom Lane
2009-11-01Dept of second thoughts: after studying index_getnext() a bit more I realizeTom Lane
2009-11-01Fix two serious bugs introduced into hash indexes by the 8.4 patch that madeTom Lane
2009-10-30Make the overflow guards in ExecChooseHashTableSize be more protective.Tom Lane
2009-10-27Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to checkTom Lane
2009-10-27Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries;Tom Lane
2009-10-16Rewrite pam_passwd_conv_proc to be more robust: avoid assuming that theTom Lane
2009-10-14Rename the new MAX_AUTH_TOKEN_LENGTH #define to PG_MAX_AUTH_MAX_TOKEN_LENGTH,Heikki Linnakangas
2009-10-14Raise the maximum authentication token (Kerberos ticket) size in GSSAPIHeikki Linnakangas
2009-10-13Fix ts_stat's failure on empty tsvector.Tom Lane
2009-10-08Fix off-by-one bug in bitncmp(): When comparing a number of bits divisible byHeikki Linnakangas
2009-10-07Fix snapshot management, take two.Alvaro Herrera
2009-10-06Change CREATE TABLE so that column default expressions coming from differentTom Lane
2009-10-03Fix assorted memory leaks in pg_hba.conf parsing. Over a sufficientlyTom Lane
2009-10-02Fix an oversight in an 8.3-era patch: pgstat_initstats should allow statsTom Lane
2009-10-02Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-10-02Ensure that a cursor has an immutable snapshot throughout its lifespan.Alvaro Herrera
2009-09-29Fix equivclass.c's not-quite-right strategy for handling X=X clauses.Tom Lane
2009-09-26Fix RelationCacheInitializePhase2 (Phase3, in HEAD) to cope with theTom Lane
2009-09-22Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane
2009-09-18Fix incorrect arguments for gist_box_penalty call. The bug could be observedTeodor Sigaev
2009-09-15Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane
2009-09-13Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas
2009-09-12Fix assertion failure when a SELECT DISTINCT ON expression is volatile.Tom Lane
2009-09-10On Windows, when a file is deleted and another process still has an openHeikki Linnakangas
2009-09-09Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of theTom Lane
2009-09-05Put back "ifeq ($(PORTNAME), solaris)", this time with some documentationTom Lane
2009-09-04Revert ill-considered restriction of dtrace support to Solaris only.Tom Lane
2009-09-04Fix encoding handling in xml binary input function. If the XML header didn'tHeikki Linnakangas
2009-09-03Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2009-09-03Translation updatesPeter Eisentraut
2009-09-03Install a workaround for a longstanding gcc bug that allows SIGFPE trapsTom Lane
2009-09-02Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExprTom Lane
2009-08-30Remove duplicate variable initializations identified by clang static checker.Tom Lane
2009-08-27Modify the definition of window-function PARTITION BY and ORDER BY clausesTom Lane
2009-08-27Fix handling of autovacuum reloptions.Alvaro Herrera
2009-08-27In the checkpoint written at the end of archive recovery, the WAL page headerHeikki Linnakangas
2009-08-24Try to make silent_mode behave somewhat reasonably.Tom Lane
2009-08-24Small correction to previous patch: we shouldn't ReleasePostmasterChildSlotTom Lane
2009-08-24Avoid calling kill() in a postmaster signal handler.Alvaro Herrera
2009-08-24Fix a violation of WAL coding rules in the recent patch to include anTom Lane
2009-08-23Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparisonTom Lane