summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2011-12-07Better error reporting if the link target is too longMagnus Hagander
2011-12-07Remove spclocation field from pg_tablespaceMagnus Hagander
2011-12-07Create a "sort support" interface API for faster sorting.Tom Lane
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-26Make GiST index searches smarter about queries against empty ranges.Tom Lane
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-23Adjust range_adjacent to support different canonicalization rules.Tom Lane
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-23Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Improve implementation of range-contains-element tests.Tom Lane
2011-11-22Still more review for range-types patch.Tom Lane
2011-11-21More code review for rangetypes patch.Tom Lane
2011-11-21Further code review for range types patch.Tom Lane
2011-11-17Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane
2011-11-15Improve caching in range type I/O functions.Tom Lane
2011-11-15Restructure function-internal caching in the range type code.Tom Lane
2011-11-15Fix alignment and toasting bugs in range types.Tom Lane
2011-11-14Return NULL instead of throwing error when desired bound is not available.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-14Rerun pgindent with updated typedef list.Bruce Momjian
2011-11-14Run pgindent on range type files, per request from Tom.Bruce Momjian
2011-11-10Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-07Fix timestamp range subdiff functions, when using float datetimes.Heikki Linnakangas
2011-11-03Support range data types.Heikki Linnakangas
2011-11-02Remove spurious entry from missed catch while patch jugglingSimon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-10-30Support more locale-specific formatting options in cash_out().Tom Lane
2011-10-30Further improvement of make_greater_string.Tom Lane
2011-10-29Fix assorted bogosities in cash_in() and cash_out().Tom Lane
2011-10-29Improve make_greater_string() with encoding-specific incrementers.Robert Haas
2011-10-28Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas
2011-10-25Make event_source visible on all platformsMagnus Hagander
2011-10-25Support configurable eventlog application names on WindowsMagnus Hagander
2011-10-23Don't trust deferred-unique indexes for join removal.Tom Lane
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-21Code review for pgstat_get_crashed_backend_activity patch.Tom Lane
2011-10-21Try to log current the query string when a backend crashes.Robert Haas
2011-10-19Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-10-16Teach btree to handle ScalarArrayOpExpr quals natively.Tom Lane
2011-10-14Measure the number of all-visible pages for use in index-only scan costing.Tom Lane
2011-10-13Remove all "traces" of trace_userlocks, because userlocks were removedBruce Momjian