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
2008-07-09
Increase PG_SYSLOG_LIMIT (the max line length sent to syslog()) from 128 to
Tom Lane
2008-07-08
Fix performance bug in write_syslog(): the code to preferentially break the
Tom Lane
2008-07-08
Minor improvements to the Gin internal documentation.
Neil Conway
2008-07-08
Add comment for deadlock_timeout:
Bruce Momjian
2008-07-07
Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean
Tom Lane
2008-07-07
Fix AT TIME ZONE (in all three variants) so that we first try to interpret
Tom Lane
2008-07-06
Prevent integer overflows during units conversion when displaying a GUC
Tom Lane
2008-07-04
Fix initialization of GinScanEntryData.partialMatch
Teodor Sigaev
2008-07-04
Fix a couple of bugs in win32 shmem name generation:
Magnus Hagander
2008-07-03
Add a function pg_get_keywords() to let clients find out the set of keywords
Tom Lane
2008-07-03
Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,
Tom Lane
2008-07-01
Remove GUC extra_desc strings that are redundant with the enum value lists.
Tom Lane
2008-07-01
Extend VacAttrStats to allow typanalyze functions to store statistic values
Heikki Linnakangas
2008-07-01
"debug" level was supposed to be hidden, since it's just an alias for debug2.
Magnus Hagander
2008-07-01
Split apart message_level_options into one set for server-side settings and
Magnus Hagander
2008-07-01
Teach autovacuum how to determine whether a temp table belongs to a crashed
Tom Lane
2008-06-30
Fix recovery.conf boolean variables to take the same range of string
Bruce Momjian
2008-06-30
Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.
Heikki Linnakangas
2008-06-29
Remove unnecessary coziness of GIN code with datum copying. Now that
Tom Lane
2008-06-28
If pnstrdup is going to be promoted to a generally available function,
Tom Lane
2008-06-27
Consider a clause to be outerjoin_delayed if it references the nullable side
Tom Lane
2008-06-27
Improve planner's estimation of the size of an append relation: rather than
Tom Lane
2008-06-26
Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding
Teodor Sigaev
2008-06-26
Fix 'pg_ctl restart' to preserve command-line arguments.
Bruce Momjian
2008-06-26
Use SYSTEMQUOTE as concatentation to strings, rather than %s printf
Bruce Momjian
2008-06-24
Reduce the alignment requirement of type "name" from int to char, and arrange
Tom Lane
2008-06-23
Merge duplicate upper/lower/initcap() routines in oracle_compat.c and
Bruce Momjian
2008-06-23
Fix Gen_fmgrtab.sh to not rely on hard-wired knowledge of the column numbers
Tom Lane
2008-06-20
Seems I was too optimistic in supposing that sinval's maxMsgNum could be
Tom Lane
2008-06-19
Rewrite the sinval messaging mechanism to reduce contention and avoid
Tom Lane
2008-06-19
Fix a few places that were non-multibyte-safe in tsearch configuration file
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-18
Fix compiler warning introduced by recent patch. Tsk tsk.
Tom Lane
2008-06-18
Improve error reporting for problems in text search configuration files
Tom Lane
2008-06-18
Move wchar2char() and char2wchar() from tsearch into /mb to be easier to
Bruce Momjian
2008-06-17
Remove freeBackends counter from the sinval shared memory area. We used to
Tom Lane
2008-06-17
Clean up some problems with redundant cross-type arithmetic operators. Add
Tom Lane
2008-06-17
Add URL for introduction to multibyte programming in C.
Bruce Momjian
2008-06-17
Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and use
Bruce Momjian
2008-06-17
Fix the code that adds regclass constants to a plan's list of relation OIDs
Tom Lane
2008-06-15
Make DROP INDEX lock the parent table before locking the index. This behavior
Tom Lane
2008-06-15
Fix 64-bit problem in recent patch.
Tom Lane
2008-06-15
Rearrange ALTER TABLE syntax processing as per my recent proposal: the
Tom Lane
2008-06-14
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-13
Improve the various elog messages in tuptoaster.c to report which TOAST table
Tom Lane
2008-06-12
Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation
Heikki Linnakangas
2008-06-11
Improve reporting of dependencies in DROP to work like the scheme that we
Tom Lane
2008-06-11
Fix spelling mistake in postgresql.conf.
Bruce Momjian
2008-06-11
Fix bug in the WAL recovery code to finish an incomplete split.
Heikki Linnakangas
2008-06-09
Fix unportable (and incorrect anyway) usage of LL constant suffix that
Tom Lane
[next]