summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2012-09-05Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.Tom Lane
2012-09-05Trim spgist_private.h inclusionAlvaro Herrera
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
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-30Suppress creation of backwardly-indexed paths for LATERAL join clauses.Tom Lane
2012-08-30Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane
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-28syncrep.h must include xlogdefs.hAlvaro Herrera
2012-08-27Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas
2012-08-27Fix up planner infrastructure to support LATERAL properly.Tom Lane
2012-08-22Mark DateTimeParseError() noreturnPeter Eisentraut
2012-08-21Teach compiler that ereport(>=ERROR) does not returnPeter Eisentraut
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-16Add SP-GiST support for range types.Heikki Linnakangas
2012-08-16Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas
2012-08-12More fixes for planner's handling of LATERAL.Tom Lane
2012-08-11Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.Tom Lane
2012-08-10Support having multiple Unix-domain sockets per postmaster.Tom Lane
2012-08-10Centralize the logic for detecting misplaced aggregates, window funcs, etc.Tom Lane
2012-08-09Turn off WalSender keepalives by default, users can enable if desiredSimon Riggs
2012-08-09Ensure all replication message info is available and correct via WalRcvSimon Riggs
2012-08-08Merge parser's p_relnamespace and p_varnamespace lists into a single list.Tom Lane
2012-08-07Implement SQL-standard LATERAL subqueries.Tom Lane
2012-08-02Fix race conditions associated with SPGiST redirection tuples.Tom Lane
2012-07-31Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).Tom Lane
2012-07-21Account for SRFs in targetlists in planner rowcount estimates.Tom Lane
2012-07-20connoinherit may be true only for CHECK constraintsAlvaro Herrera
2012-07-20Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane
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-18Fix management of pendingOpsTable in auxiliary processes.Tom Lane
2012-07-18Syntax support and documentation for event triggers.Robert Haas
2012-07-17Improve coding around the fsync request queue.Tom Lane
2012-07-17Introduce timeout handling frameworkAlvaro Herrera
2012-07-16Avoid pre-determining index names during CREATE TABLE LIKE parsing.Tom Lane
2012-07-13Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-11Fix bogus macro definition.Tom Lane
2012-07-10Add comments about additional mule-internal charsets from emacs'sTatsuo Ishii
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-07Simplify and document regex library's compact-NFA representation.Tom Lane
2012-07-05Remove support for using wait3() in place of waitpid().Tom Lane