summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2011-08-09Use clearer notation for getnameinfo() return handlingPeter Eisentraut
2011-08-06Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane
2011-07-26Check to see whether libxml2 handles error context the way we expect.Tom Lane
2011-07-21Make xpath() do something useful with XPath expressions that return scalars.Tom Lane
2011-07-20Ensure that xpath() escapes special characters in string values.Tom Lane
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-12Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-08Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane
2011-07-08Message style improvementsPeter Eisentraut
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-04Message style tweaksPeter Eisentraut
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Remove silent_mode. You get the same functionality with "pg_ctl -lHeikki Linnakangas
2011-07-03Mark pg_stat_reset_shared as strictMagnus Hagander
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Protect pg_stat_reset_shared() against NULL inputMagnus Hagander
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-06-22Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-18Capitalization fixesPeter Eisentraut
2011-06-17Add overflow checks to int4 and int8 versions of generate_series().Robert Haas
2011-06-15Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane
2011-06-15Fix failure to account for memory used by tuplestore_putvalues().Tom Lane
2011-06-11Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-06-03Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera
2011-06-03Fix failure to check whether a rowtype's component types are sortable.Tom Lane
2011-05-28Fix null-dereference crash in parse_xml_decl().Tom Lane
2011-05-26Make decompilation of optimized CASE constructs more robust.Tom Lane
2011-05-25Add C comment about why we don't spell out "month" in interval values.Bruce Momjian
2011-05-24Cleanup for pull-up-isReset patch.Tom Lane
2011-05-24Avoid uninitialized bits in the result of QTN2QT().Tom Lane
2011-05-23Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas
2011-05-23Improve hash_array() logic for combining hash values.Robert Haas
2011-05-21Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas
2011-05-20Message style improvementsPeter Eisentraut
2011-05-11Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane
2011-05-11Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane
2011-05-10Adjust documentation with respect to "unknown" timezone setting.Tom Lane