summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-09-06Allow embedded spaces without quoting in unix_socket_directories entries.Tom Lane
2012-09-06Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas
2012-09-06Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane
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 compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas
2012-09-05Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas
2012-09-05Fix serializable mode with index-only scans.Kevin Grittner
2012-09-04Remove some useless trailing whitespaceMagnus Hagander
2012-09-04Fix to_date() and to_timestamp() to allow specification of the day ofBruce Momjian
2012-09-03Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane
2012-09-01Drop cheap-startup-cost paths during add_path() if we don't need them.Tom Lane
2012-09-01Fix mark_placeholder_maybe_needed to handle LATERAL references.Tom Lane
2012-08-31Partially restore qual scope checks in distribute_qual_to_rels().Tom Lane
2012-08-31Fix LATERAL references to join alias variables.Tom Lane
2012-08-31Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane
2012-08-31Fix typos in README.Heikki Linnakangas
2012-08-31Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.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-30Suppress creation of backwardly-indexed paths for LATERAL join clauses.Tom Lane
2012-08-30Fix division by zero in the new range type histogram creation.Heikki Linnakangas
2012-08-30Add missing period to detail message.Robert Haas
2012-08-30Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas
2012-08-30Improve EXPLAIN's ability to cope with LATERAL references in plans.Tom Lane
2012-08-30Comment fixes.Robert Haas
2012-08-30Adjust definition of cheapest_total_path to work better with LATERAL.Tom Lane
2012-08-29Report postmaster.pid file as empty if it is empty, rather thanBruce Momjian
2012-08-29Optimize SP-GiST insertions.Heikki Linnakangas
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-27Fix DROP INDEX CONCURRENTLY IF EXISTS.Tom Lane
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-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-21Avoid somewhat-theoretical overflow risks in RecordIsValid().Tom Lane
2012-08-21Improve C comments in GetSnapshotData.Robert Haas
2012-08-21Remove external PID file on postmaster exitPeter Eisentraut
2012-08-20Don't get confused if a WAL partial record header has xl_tot_len == 0.Heikki Linnakangas
2012-08-19Remove obsolete comment.Tom Lane
2012-08-19Allow OLD and NEW in multi-row VALUES within rules.Tom Lane
2012-08-18Make use of LATERAL in information_schema.sequences view.Tom Lane
2012-08-18Another round of planner fixes for LATERAL.Tom Lane
2012-08-17Check LIBXML_VERSION instead of testing in configure script.Tom Lane
2012-08-16Delete inaccurate C comment about FSM and adding pages, per Robert Haas.Bruce Momjian
2012-08-16Allow create_index_paths() to consider multiple join bitmapscan paths.Tom Lane
2012-08-16Suppress possibly-uninitialized-variable warning.Tom Lane