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
Age
Commit message (
Expand
)
Author
2007-02-02
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-01
Fix plpgsql so that when a local variable has no initial-value expression,
Tom Lane
2007-01-31
Translation updates
Peter Eisentraut
2007-01-30
Repair oversights in the mechanism used to store compiled plpgsql functions.
Tom Lane
2007-01-30
Add SPI_push/SPI_pop calls so that datatype input and output functions called
Tom Lane
2007-01-30
Clarify paramater handling for pg_get_serial_sequence().
Bruce Momjian
2007-01-28
Repair oversight in creation of "append relations": we should set up
Tom Lane
2007-01-28
Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves
Tom Lane
2007-01-28
Dept of second thoughts: the IQ of estimate_array_length() needs to be
Tom Lane
2007-01-28
Fix scalararraysel() to cope with binary-compatible cases, such as text[]
Tom Lane
2007-01-27
Correct an old logic error in btree page splitting: when considering a split
Tom Lane
2007-01-27
Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during
Tom Lane
2007-01-26
On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for
Tom Lane
2007-01-25
Properly detoast access to bytea field pg_trigger.tgargs. Old code
Bruce Momjian
2007-01-24
Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same
Tom Lane
2007-01-24
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-20
Add documentation of memory and time units to postgresql.conf.
Bruce Momjian
2007-01-16
Fix incorrect permissions check in information_schema.key_column_usage view:
Tom Lane
2007-01-12
Fix handling of CC (century) format spec in to_date/to_char. According to
Tom Lane
2007-01-11
Fix a performance problem in databases with large numbers of tables
Tom Lane
2007-01-11
Allow Borland CC to compile libpq and psql.
Bruce Momjian
2007-01-08
Tweak joinlist creation to avoid generating useless one-element subproblems
Tom Lane
2007-01-08
Remove cost_hashjoin's very ancient hack to discourage (once, entirely forbid)
Tom Lane
2007-01-07
Fix oversight in handling of row-comparison index keys: if the row comparison
Tom Lane
2007-01-06
Fix filtered_base_yylex() to save and restore base_yylval and base_yylloc
Tom Lane
2007-01-05
Stamp release 8.2.1. Update FAQs.
Bruce Momjian
2007-01-04
Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping
Tom Lane
2007-01-04
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane
2007-01-03
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
Tom Lane
2006-12-28
Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with
Tom Lane
2006-12-28
Revert exports.list change pending closer study.
Tom Lane
2006-12-27
Use a more backward-compatible syntax for exports.list on Linux.
Tom Lane
2006-12-27
Modify local buffer management to request memory for local buffers in blocks
Tom Lane
2006-12-27
Print combining characters (those reported as having zero width by
Tom Lane
2006-12-26
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees
Tom Lane
2006-12-24
Make HISTCONTROL=ignoredups work again (broken by misordering of
Tom Lane
2006-12-15
Fix some planner bugs exposed by reports from Arjen van der Meijden. These
Tom Lane
2006-12-15
Put JST back into the default set of timezone abbreviations;
Tom Lane
2006-12-14
Make --with-ldap build on Unixware, per Olivier Prenant.
Tom Lane
2006-12-12
Fix planner to do the right thing when a degenerate outer join (one whose
Tom Lane
2006-12-08
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-07
Repair incorrect placement of WHERE clauses when there are multiple,
Tom Lane
2006-12-06
Fix planning of SubLinks to ensure that Vars generated from transformation of
Tom Lane
2006-12-04
Fix pg_dump linking on Win32 with MSVS win32.mak:
Bruce Momjian
2006-12-04
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-12-03
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
Tom Lane
2006-12-02
Stamp 8.2, except configure.in.
Bruce Momjian
[next]