aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Message style tweaksPeter Eisentraut2011-07-05
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-29
* Message style and spelling improvementsPeter Eisentraut2011-06-22
* Capitalization fixesPeter Eisentraut2011-06-19
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-17
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-15
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-15
* Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian2011-06-11
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera2011-06-03
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Fix null-dereference crash in parse_xml_decl().Tom Lane2011-05-28
* Make decompilation of optimized CASE constructs more robust.Tom Lane2011-05-26
* Add C comment about why we don't spell out "month" in interval values.Bruce Momjian2011-05-24
* Cleanup for pull-up-isReset patch.Tom Lane2011-05-24
* Avoid uninitialized bits in the result of QTN2QT().Tom Lane2011-05-24
* Fix integer overflow in text_format function, reported by Dean Rasheed.Heikki Linnakangas2011-05-23
* Improve hash_array() logic for combining hash values.Robert Haas2011-05-23
* Pull up isReset flag from AllocSetContext to MemoryContext struct. ThisHeikki Linnakangas2011-05-21
* Message style improvementsPeter Eisentraut2011-05-21
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Prevent datebsearch() from crashing on base == NULL && nel == 0.Tom Lane2011-05-10
* Adjust documentation with respect to "unknown" timezone setting.Tom Lane2011-05-10
* Improve aset.c's space management in contexts with small maxBlockSize.Tom Lane2011-05-02
* Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum().Tom Lane2011-04-29
* Rewrite pg_size_pretty() to avoid compiler bug.Tom Lane2011-04-29
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane2011-04-27
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX.Tom Lane2011-04-25
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Make a code-cleanup pass over the collations patch.Tom Lane2011-04-22
* Avoid possible divide-by-zero in gincostestimate.Tom Lane2011-04-21
* foreach() and list_delete() don't mix.Tom Lane2011-04-17
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Be more wary of missing statistics in eqjoinsel_semi().Tom Lane2011-04-12
* Fix RI_Initial_Check to use a COLLATE clause when needed in its query.Tom Lane2011-04-11
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Teach pattern_fixed_prefix() about collations.Tom Lane2011-04-11
* Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas2011-04-11
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10
* Fix ILIKE to honor collation when working in single-byte encodings.Tom Lane2011-04-09
* Fix make_greater_string to not have an undocumented collation assumption.Tom Lane2011-04-08