index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-23
Improve hash_array() logic for combining hash values.
Robert Haas
2011-05-23
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-05-13
More cleanup of FOREIGN TABLE permissions handling.
Robert Haas
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-27
Tag 9.1beta1.
REL9_1_BETA1
Tom Lane
2011-04-27
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
Andrew Dunstan
2011-04-27
Force use of "%I64d" format for 64 bit ints on MinGW.
Andrew Dunstan
2011-04-25
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
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-24
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
Make GIN and GIST pass the index collation to all their support functions.
Tom Lane
2011-04-21
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-19
Avoid changing an index's indcheckxmin horizon during REINDEX.
Tom Lane
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-16
Simplify reindex_relation's API.
Tom Lane
2011-04-16
Clean up collation processing in prepunion.c.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
Fix RI_Initial_Check to use a COLLATE clause when needed in its query.
Tom Lane
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-10
Add some more mapping macros for Microsoft wide-character API.
Tom Lane
2011-04-10
Teach regular expression operators to honor collations.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-09
Add collation support on Windows (MSVC build)
Peter Eisentraut
2011-04-08
Avoid an unnecessary syscache lookup in parse_coerce.c.
Tom Lane
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-04
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
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-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-31
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
Heikki Linnakangas
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-28
Add maintainer-check target
Peter Eisentraut
2011-03-28
Make duplicate_oids return nonzero exit status if duplicates were found
Peter Eisentraut
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-26
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
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
[next]