index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-11
*
Insert dummy "break"s to silence compiler complaints.
Tom Lane
2011-04-10
*
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
*
Don't make "replication" magical as a user name, only as a database name, in ...
Andrew Dunstan
2011-04-10
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Clean up overly complex code for issuing some related error messages.
Tom Lane
2011-04-09
*
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
*
Adjust collation determination rules as per discussion.
Tom Lane
2011-04-09
*
Clean up minor collation issues in indxpath.c.
Tom Lane
2011-04-08
*
Fix make_greater_string to not have an undocumented collation assumption.
Tom Lane
2011-04-08
*
Truncate the predicate lock SLRU to empty, instead of almost empty.
Robert Haas
2011-04-08
*
Tweak collation setup for GIN index comparison functions.
Tom Lane
2011-04-08
*
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-04-08
*
Fix bug in propagating ALTER TABLE actions to typed tables.
Robert Haas
2011-04-08
*
Partially roll back overenthusiastic SSI optimization.
Robert Haas
2011-04-08
*
Tweaks for SSI out-of-shared memory behavior.
Robert Haas
2011-04-07
*
Modernize dlopen interface code for FreeBSD and OpenBSD.
Tom Lane
2011-04-07
*
Fix collations when we call transformWhereClause from outside the parser.
Tom Lane
2011-04-07
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Repair some flakiness in CheckTargetForConflictsIn.
Robert Haas
2011-04-05
*
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
*
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
*
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-03
*
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
*
Fix compiler warning.
Robert Haas
2011-04-01
*
Fix two missing spaces in error messages.
Heikki Linnakangas
2011-04-01
*
Fix a tiny race condition in predicate locking. Need to hold the lock while
Heikki Linnakangas
2011-03-31
*
Improve error message when WAL ends before reaching end of online backup.
Heikki Linnakangas
2011-03-31
*
Attempt to unbreak windows builds broken by commit 754baa2.
Andrew Dunstan
2011-03-30
*
Check that we've reached end-of-backup also when we're not performing
Heikki Linnakangas
2011-03-30
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
*
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-03-30
*
Update SQL features list
Peter Eisentraut
2011-03-29
*
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-28
*
Fix check_exclusion_constraint() to insert correct collations in ScanKeys.
Tom Lane
2011-03-27
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
*
Additional test for each commit in sync rep path to plug minute
Simon Riggs
2011-03-26
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Fix failure to propagate collation in negate_clause().
Tom Lane
2011-03-25
*
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
2011-03-25
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Add post-creation hook for extensions, consistent with other object types.
Robert Haas
2011-03-24
*
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-24
[next]