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
/
test
Age
Commit message (
Expand
)
Author
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
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-25
Fix collation handling in plpgsql functions.
Tom Lane
2011-03-25
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
Clean up handling of COLLATE clauses in index column definitions.
Tom Lane
2011-03-22
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
Throw error for indeterminate collation of an ORDER/GROUP/DISTINCT target.
Tom Lane
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-20
Add some platform-independent tests for the collation feature.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-17
Use correct PATH separator for Cygwin in pg_regress.c.
Andrew Dunstan
2011-03-14
Adjust regression test to avoid platform-dependent failure.
Tom Lane
2011-03-12
Use "backend process" rather than "backend server", where appropriate.
Bruce Momjian
2011-03-12
Add test case for collation mismatch in recursive query
Peter Eisentraut
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-10
Fix bugs in the isolation tester flex rules.
Heikki Linnakangas
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
Fix some oversights in distprep and maintainer-clean targets.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
When creating a collation, check that the locales can be loaded
Peter Eisentraut
2011-03-03
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-02-28
Rename pg_stat_replication.apply_location to replay_location.
Robert Haas
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-26
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-21
Add ENCODING option to COPY TO/FROM and file_fdw.
Itagaki Takahiro
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-18
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-17
Add client_hostname field to pg_stat_activity.
Robert Haas
2011-02-16
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-15
Allow make check in PL directories
Peter Eisentraut
2011-02-15
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-10
Fix isolation tester Makefile so that it runs in a VPATH build
Alvaro Herrera
2011-02-10
Fix the isolation tester compilation on VPATH builds
Alvaro Herrera
2011-02-10
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
Track last time for statistics reset on databases and bgwriter
Magnus Hagander
2011-02-08
Fix merge conflict.
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
[next]