summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-04-25Another trivial comment-typo fix.Tom Lane
2012-04-24Casts to or from a domain type are ignored; warn and document.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-24Rearrange lazy_scan_heap to avoid visibility map race conditions.Robert Haas
2012-04-24Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas
2012-04-22Fix some typosPeter Eisentraut
2012-04-21Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-21Adjust join_search_one_level's handling of clauseless joins.Tom Lane
2012-04-19Revise parameterized-path mechanism to fix assorted issues.Tom Lane
2012-04-18Remove bogus comment from HeapTupleSatisfiesNow.Robert Haas
2012-04-18Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.Robert Haas
2012-04-18Tighten up error recovery for fast-path locking.Robert Haas
2012-04-18Fix incorrect comment in SetBufferCommitInfoNeedsSave().Robert Haas
2012-04-18After PageSetAllVisible, use MarkBufferDirty.Robert Haas
2012-04-18Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.Robert Haas
2012-04-18Fix various infelicities in node functions.Robert Haas
2012-04-17Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas
2012-04-16Fix typoPeter Eisentraut
2012-04-14Rename synchronous_commit='write' to 'remote_write'.Robert Haas
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-13Remove the "last ditch" code path in join_search_one_level().Tom Lane
2012-04-13Weaken the planner's tests for relevant joinclauses.Tom Lane
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-13Fix typo in comment.Robert Haas
2012-04-13Update lazy_scan_heap header comment.Robert Haas
2012-04-12Fix cost estimation for indexscan filter conditions.Tom Lane
2012-04-11Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane
2012-04-11Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane
2012-04-10Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane
2012-04-09Fix an Assert that turns out to be reachable after all.Tom Lane
2012-04-09Don't bother copying empty support arrays in a zero-column MergeJoin.Tom Lane
2012-04-09Teach SLRU code to avoid replacing I/O-busy pages.Robert Haas
2012-04-08set_stack_base() no longer needs to be called in PostgresMain.Heikki Linnakangas
2012-04-08Do stack-depth checking in all postmaster children.Heikki Linnakangas
2012-04-07Fix incorrect make maintainer-clean rule.Tom Lane
2012-04-07Further adjustment of comment about qsort_tuple.Tom Lane
2012-04-07Remove useless variable to suppress compiler warning.Tom Lane
2012-04-06Fix misleading output from gin_desc().Tom Lane
2012-04-06Fix broken comparetup_datum code.Tom Lane
2012-04-06Dept of second thoughts: improve the API for AnalyzeForeignTable.Tom Lane
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-06checkopint -> checkpointRobert Haas
2012-04-05Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas
2012-04-05Expose track_iotiming data via the statistics collector.Robert Haas
2012-04-04Fix syslogger to not lose log coherency under high load.Tom Lane
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-29Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs