summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2012-10-24Tweak genericcostestimate's fudge factor for index size.Tom Lane
2012-10-19Fix hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-18Further cleanup of catcache.c ilist changes.Tom Lane
2012-10-18Remove unnecessary "head" arguments from some dlist/slist functions.Tom Lane
2012-10-17Embedded list interfaceAlvaro Herrera
2012-10-16When outputting the session id in log_line_prefix (%c) or in CSV logBruce Momjian
2012-10-12Fix oversight in new code for printing rangetable aliases.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-11Improve replication connection timeouts.Heikki Linnakangas
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Code review for 64-bit-large-object patch.Tom Lane
2012-10-08Fix thinko in previous commitAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-07Quiet a few MSC compiler warnings.Andrew Dunstan
2012-10-06Add API for 64-bit large object access. Now users can access up toTatsuo Ishii
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Fix access past end of string in date parsing.Heikki Linnakangas
2012-09-27Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2012-09-21Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas
2012-09-21Fix obsolete comment.Heikki Linnakangas
2012-09-18Fix array_typanalyze to work for domains over arrays.Tom Lane
2012-09-06Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-08-30Fix division by zero in the new range type histogram creation.Heikki Linnakangas
2012-08-30Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane
2012-08-29Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian
2012-08-28Split heapam_xlog.h from heapam.hAlvaro Herrera
2012-08-28remove catcache.h from syscache.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-08-27Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas
2012-08-25Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian
2012-08-24Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-16Suppress possibly-uninitialized-variable warning.Tom Lane
2012-08-16Add SP-GiST support for range types.Heikki Linnakangas
2012-08-15On second thought, explain why date_trunc("week") on interval values isBruce Momjian
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-14Revert "commit_delay" change; just add comment that we don't haveBruce Momjian
2012-08-14Add pg_settings units display for "commit_delay" (ms).Bruce Momjian
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-08-08Fix cache flush hazard in event trigger cache.Robert Haas