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
*
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
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-05
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
*
Include pid in pg_lock_status() results even for SIREAD locks.
Robert Haas
2011-04-04
*
Avoid palloc before CurrentMemoryContext is set up on win32
Magnus Hagander
2011-04-01
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-24
*
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
*
Avoid potential deadlock in InitCatCachePhase2().
Tom Lane
2011-03-22
*
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Raise maximum value of several timeout parameters
Peter Eisentraut
2011-03-17
*
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
*
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-12
*
On further reflection, we'd better do the same in int.c.
Tom Lane
2011-03-11
*
Put in some more safeguards against executing a division-by-zero.
Tom Lane
2011-03-11
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
*
More synchronous replication tweaks.
Robert Haas
2011-03-10
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-26
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-22
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
*
Allow binary I/O of type "void".
Tom Lane
2011-02-22
*
Fix pg_server_to_client, that was broken in the previous commit.
Itagaki Takahiro
2011-02-21
[next]