summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
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
2012-08-08Add additional C comments for to_date/to_char() fixes.Bruce Momjian
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-07Fix memory leaks in event trigger code.Robert Haas
2012-08-07Fix to_char(), to_date(), and to_timestamp() to handle negative/BCBruce Momjian
2012-08-07Fix redundant wordingAlvaro Herrera
2012-08-06Make strings identicalAlvaro Herrera
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane
2012-07-24Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-07-18Refactor the way code is shared between some range type functions.Heikki Linnakangas
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-16Remove unreachable codePeter Eisentraut
2012-07-15Prevent corner-case core dump in rfree().Tom Lane
2012-07-12Avoid extra newlines in XML mapping in table forest modePeter Eisentraut
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-10Fix ASCII case in pg_wchar2mule_with_len.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-10Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane
2012-07-09Fix planner to pass correct collation to operator selectivity estimators.Tom Lane
2012-07-06Run updated copyright.pl on HEAD and 9.2 trees, updating the psqlBruce Momjian
2012-07-06Fix failure of new wchar->mb functions to advance from pointer.Robert Haas
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-04Add wchar -> mb conversion routines.Robert Haas
2012-07-04Improve documentation about MULE encoding.Tom Lane