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
Age
Commit message (
Expand
)
Author
2009-04-06
Rename the new CREATE DATABASE options to set collation and ctype into
Heikki Linnakangas
2009-04-05
Change cardinality() into a C-code function, instead of a SQL-language
Tom Lane
2009-04-05
Make ExecInitExpr build the list of SubPlans found in a plan tree in order
Tom Lane
2009-04-05
Change EXPLAIN output so that subplans and initplans (particularly CTEs)
Tom Lane
2009-04-05
Fix infinite loop while checking of partial match in pending list.
Teodor Sigaev
2009-04-05
Remove a boatload of useless definitions of 'int optreset'. If we
Tom Lane
2009-04-05
I had always wondered why pg_config.h.win32 claimed that Windows
Tom Lane
2009-04-05
Remove contrib/intarray's definitions of the <@ and @> operators, so that they
Tom Lane
2009-04-04
Hmm, baiji thinks we need explicit 'extern' here.
Tom Lane
2009-04-04
Make an attempt at fixing our current Solaris 11 breakage: add a configure
Tom Lane
2009-04-04
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
A session that does not have any live snapshots does not have to be waited for
Tom Lane
2009-04-04
Rewrite interval_hash() so that the hashcodes are equal for values that
Tom Lane
2009-04-04
Disallow setting fillfactor for TOAST tables.
Alvaro Herrera
2009-04-04
Improve obsolete comment.
Tom Lane
2009-04-04
Make \dt \di and friends more consistent about the treatment of
Tom Lane
2009-04-04
Minor wordsmithing on descriptions of some \d commands.
Tom Lane
2009-04-03
Add missing help output for \ef option. Andrew Gierth
Tom Lane
2009-04-03
Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on
Tom Lane
2009-04-03
Add a comment documenting the question of whether PrefetchBuffer should
Tom Lane
2009-04-03
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-04-03
Make directory name comparisons on Win32 case insensitive.
Magnus Hagander
2009-04-02
Document that Solaris can't use effective_io_concurrency because of an
Bruce Momjian
2009-04-02
Refactor ExecProject and associated routines so that fast-path code is used
Tom Lane
2009-04-02
Revert DTrace patch from Robert Lor
Bruce Momjian
2009-04-02
Minor code beautification/consolidation.
Tom Lane
2009-04-02
Give a better error message when trying to change
Bruce Momjian
2009-04-02
Have PL/pgSQL FETCH set DIAGNOSTICS ROW_COUNT.
Bruce Momjian
2009-04-02
Add support for additional DTrace probes.
Bruce Momjian
2009-04-02
Fix memory allocation for output of hstore type.
Teodor Sigaev
2009-04-02
Do not show information_schema in \d* commands, unless 'S' or pattern is
Bruce Momjian
2009-04-02
Fix SetClientEncoding() to maintain a cache of previously selected encoding
Tom Lane
2009-04-02
Change psql \d* display so 'S' _or_ a pattern include system objects.
Bruce Momjian
2009-04-02
Fix GUC's reports of assign_hook failure to always include the parameter value
Tom Lane
2009-04-02
plpgsql's exec_simple_cast_value() mistakenly supposed that it could bypass
Tom Lane
2009-04-01
Improve pg_dump's query for retrieving BLOB comments to be more efficient
Tom Lane
2009-04-01
Update comment to reflect that LC_COLLATE and LC_CTYPE are now
Heikki Linnakangas
2009-04-01
Index some array functions, per Mario Splivalo.
Tom Lane
2009-04-01
Remove last references to the crypt auth method, per Andreas Scherbaum.
Tom Lane
2009-03-31
Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read
Tom Lane
2009-03-31
Remove some "Other" sections in the release notes by putting the items
Bruce Momjian
2009-03-31
Modify the relcache to record the temp status of both local and nonlocal
Tom Lane
2009-03-31
Don't crash initdb when we fail to get the current username.
Magnus Hagander
2009-03-31
Add a "relistemp" boolean column to pg_class, which is true for temporary
Tom Lane
2009-03-31
Fix a rare race condition when commit_siblings > 0 and a transaction commits
Heikki Linnakangas
2009-03-31
Update release note introductory description.
Bruce Momjian
2009-03-31
Add PQinitOpenSSL() function to support applications that use libcrypto
Tom Lane
2009-03-31
More new subsections in release notes.
Bruce Momjian
2009-03-30
More release note changes, including a lower level of subsections.
Bruce Momjian
2009-03-30
More release note adjustments, reordering.
Bruce Momjian
[next]