aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove some useless trailing whitespaceMagnus Hagander2012-09-04
* Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian2012-09-03
* Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane2012-09-03
* Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane2012-09-01
* Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane2012-09-01
* Partially restore qual scope checks in distribute_qual_to_rels().Tom Lane2012-08-31
* Fix LATERAL references to join alias variables.Tom Lane2012-08-31
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Fix typos in README.Heikki Linnakangas2012-08-31
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-30
* Suppress creation of backwardly-indexed paths for LATERAL join clauses.Tom Lane2012-08-30
* Fix division by zero in the new range type histogram creation.Heikki Linnakangas2012-08-30
* Add missing period to detail message.Robert Haas2012-08-30
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-30
* Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane2012-08-30
* Comment fixes.Robert Haas2012-08-30
* Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane2012-08-29
* Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian2012-08-29
* Optimize SP-GiST insertions.Heikki Linnakangas2012-08-29
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* remove catcache.h from syscache.hAlvaro Herrera2012-08-28
* Split resowner.hAlvaro Herrera2012-08-28
* Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane2012-08-27
* Collect and use histograms of lower and upper bounds for range types.Heikki Linnakangas2012-08-27
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Allow text timezone designations, e.g. "America/Chicago", when using theBruce Momjian2012-08-25
* Fix issues with checks for unsupported transaction states in Hot Standby.Tom Lane2012-08-24
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Avoid somewhat-theoretical overflow risks in RecordIsValid().Tom Lane2012-08-21
* Improve C comments in GetSnapshotData.Robert Haas2012-08-21
* Remove external PID file on postmaster exitPeter Eisentraut2012-08-20
* Don't get confused if a WAL partial record header has xl_tot_len == 0.Heikki Linnakangas2012-08-20
* Remove obsolete comment.Tom Lane2012-08-19
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-19
* Make use of LATERAL in information_schema.sequences view.Tom Lane2012-08-18
* Another round of planner fixes for LATERAL.Tom Lane2012-08-18
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian2012-08-16
* Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane2012-08-16
* Suppress possibly-uninitialized-variable warning.Tom Lane2012-08-16
* Add SP-GiST support for range types.Heikki Linnakangas2012-08-16
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Update C comment to NOTICE to reflect previous commit changing the errorBruce Momjian2012-08-15
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* On second thought, explain why date_trunc("week") on interval values isBruce Momjian2012-08-15
* Disallow extensions from owning the schema they are assigned to.Tom Lane2012-08-15
* Properly escape usernames in initdb, so names with single-quotes areBruce Momjian2012-08-15
* Resurrect the "last ditch" code path in join_search_one_level().Tom Lane2012-08-15