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
/
backend
Age
Commit message (
Expand
)
Author
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-27
Modify local buffer management to request memory for local buffers in blocks
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-15
Fix some planner bugs exposed by reports from Arjen van der Meijden. These
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
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
Translation updates
Peter Eisentraut
2006-12-01
Make the bgwriter's error recovery path do smgrcloseall(). On Windows this
Tom Lane
2006-11-30
Minor adjustments to make failures in startup/shutdown behave more cleanly.
Tom Lane
2006-11-30
Fix bug with page deletion. If inner page is removed and it tries to
Teodor Sigaev
2006-11-29
Spelling fix
Peter Eisentraut
2006-11-28
Fix some translator comments so that xgettext finds them and pgindent does
Peter Eisentraut
2006-11-28
Add workaround for localizing May and abbreviated May differently. Idea
Peter Eisentraut
2006-11-27
Fix gratuitous message spelling differences
Peter Eisentraut
2006-11-24
Revert (too late in beta):
Bruce Momjian
2006-11-24
Change pg_stat_all_tables and sister views to put the recently-added
Tom Lane
2006-11-24
Translation updates
Peter Eisentraut
2006-11-24
Fix to_char() locale handling to honor LC_TIME, not LC_MESSAGES.
Bruce Momjian
2006-11-24
KB -> kB
Peter Eisentraut
2006-11-23
Add a comment noting that heap_copytuple_with_tuple() results in a
Neil Conway
2006-11-23
Several changes to reduce the probability of running out of memory during
Tom Lane
2006-11-21
Prevent intratransaction memory leak when a subtransaction is aborted
Tom Lane
2006-11-21
Suppress timezone (%Z) part of timestamp display when running on Windows,
Tom Lane
2006-11-21
On systems that have setsid(2) (which should be just about everything except
Tom Lane
2006-11-21
Change the default setting for log_min_error_statement to ERROR. Per
Tom Lane
2006-11-21
Adjust elog.c so that elog(FATAL) exits (including cases where ERROR is
Tom Lane
2006-11-20
When truncating a relation in-place (eg during VACUUM), do not try to unlink
Tom Lane
2006-11-19
Repair problems with hash indexes that span multiple segments: the hash code's
Tom Lane
2006-11-17
Repair two related errors in heap_lock_tuple: it was failing to recognize
Tom Lane
2006-11-17
Small message equalization fix
Peter Eisentraut
2006-11-16
Message fix
Peter Eisentraut
2006-11-16
String fix
Peter Eisentraut
2006-11-12
Fix some typos in comments.
Neil Conway
2006-11-11
Suppress a few 'uninitialized variable' warnings that gcc emits only at
Tom Lane
2006-11-10
Fix pg_get_serial_sequence(), which could incorrectly return the name
Tom Lane
2006-11-10
Clean up some misleading references to %p being a full path, per Simon.
Tom Lane
2006-11-10
Fix errors in key_column_usage.position_in_unique_constraint column recently
Tom Lane
2006-11-10
Fix set_joinrel_size_estimates() to estimate outer-join sizes more
Tom Lane
2006-11-08
Change Windows rename and unlink substitutes so that they time out after
Tom Lane
2006-11-08
Modify aset.c to track the next intended block allocation size explicitly.
Tom Lane
2006-11-08
Tweak accumArrayResult() to double the size of its working arrays when
Tom Lane
2006-11-08
Fix performance issues in replace_text(), replace_text_regexp(), and
Tom Lane
2006-11-08
Remove a 15-year old comment questioning behavior that is now well-
Neil Conway
[next]