summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-24Fix minor stylistic issuePeter Eisentraut
2012-04-24Casts to or from a domain type are ignored; warn and document.Robert Haas
2012-04-24Another typographical correction.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-24Minor improvements for CHECK NO INHERIT documentation.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-19Untabify DSSSL and XSL files and add to check-tabs targetPeter Eisentraut
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-18Doc clarification for synchronous_commit.Robert Haas
2012-04-18psql: Add tab completion for CREATE/ALTER ROLE name WITHPeter Eisentraut
2012-04-17Don't override arguments set via options with positional arguments.Andrew Dunstan
2012-04-17Don't wait for the commit record to be replicated if we wrote no WAL.Heikki Linnakangas
2012-04-16Add compatibility information for prepared transaction commandsPeter Eisentraut
2012-04-16Fix typoPeter Eisentraut
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-04-16PL/Python: Improve documentation of nrows() methodPeter Eisentraut
2012-04-15PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut
2012-04-15Add missing descriptions about '--timeout' and '--mode' to helpTatsuo Ishii
2012-04-14Rename synchronous_commit='write' to 'remote_write'.Robert Haas
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-14Add description of long options for '-c', '-D', '-l' and '-s'. PerTatsuo Ishii
2012-04-14Update contrib/READMEPeter Eisentraut
2012-04-14Document that VALUES can be used in WITHPeter Eisentraut
2012-04-13Fix typoPeter Eisentraut
2012-04-13Add Peter Geoghegan as additional author of pg_stat_statements.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-13Grammar corrections.Robert Haas
2012-04-13Fix typo in comment.Robert Haas
2012-04-13Update lazy_scan_heap header comment.Robert Haas
2012-04-12Assorted spelling corrections.Tom Lane
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-11Accept postgres:// URIs in libpq connection functionsAlvaro Herrera
2012-04-11Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane
2012-04-10Fix pg_upgrade to properly upgrade a table that is stored in the clusterBruce Momjian