summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-09-28Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.Tom Lane
2012-09-28Produce textual error messages for LDAP issues instead of numeric codesPeter Eisentraut
2012-09-27Fix btmarkpos/btrestrpos to handle array keys.Tom Lane
2012-09-27Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera
2012-09-27Run check_keywords.pl anytime gram.c is rebuilt.Tom Lane
2012-09-27Add new EVENT keyword to unreserved_keyword production.Tom Lane
2012-09-24Add support for include_dir in config file.Heikki Linnakangas
2012-09-22Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.Tom Lane
2012-09-22Allow IF NOT EXISTS when add a new enum label.Andrew Dunstan
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-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-09-19Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane
2012-09-18Fix planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2012-09-18Fix array_typanalyze to work for domains over arrays.Tom Lane
2012-09-16Rethink heuristics for choosing index quals for parameterized paths.Tom Lane
2012-09-16Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.Simon Riggs
2012-09-14Properly set relpersistence for fake relcache entries.Robert Haas
2012-09-13Fix case of window function + aggregate + GROUP BY expression.Tom Lane
2012-09-12Fix a couple other leftover uses of 'conisonly' terminology.Tom Lane
2012-09-12Fix logical errors in tsquery selectivity estimation for prefix queries.Tom Lane
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