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