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-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
2008-06-09
Fix datetime input functions to correctly detect integer overflow when
Tom Lane
2008-06-09
Further tweak for comment in CheckDeadLock(), per Tom.
Neil Conway
2008-06-09
Fix typo in comment.
Neil Conway
2008-06-08
Fix breakage caused by conflicting patches, as evidenced by the buildfarm.
Alvaro Herrera
2008-06-08
Rewrite DROP's dependency traversal algorithm into an honest two-pass
Tom Lane
2008-06-08
Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is
Alvaro Herrera
2008-06-08
ALTER AGGREGATE OWNER seems to have been missed by the last couple of
Tom Lane
2008-06-06
Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
Alvaro Herrera
2008-06-06
Fix pg_get_ruledef() so that negative numeric constants are parenthesized.
Tom Lane
2008-06-05
Modify vacuum() to accept a single relation OID instead of a list (which we
Alvaro Herrera
2008-06-05
Fix some string building in getObjectDescription.
Alvaro Herrera
2008-06-01
Refactor SPI_cursor_open/SPI_cursor_open_with_args so that the latter sets
Tom Lane
2008-05-28
Set hidden field for guc enum missed in previous commit.
Magnus Hagander
2008-05-28
Add a field to guc enums to allow hiding of values from display while
Magnus Hagander
2008-05-27
Explicitly bind gettext() to the UTF8 locale when in use.
Magnus Hagander
2008-05-27
Alter the xxx_pattern_ops opclasses to use the regular equality operator of
Tom Lane
2008-05-26
Fix an old corner-case bug in set_config_option: push_old_value has to be
Tom Lane
2008-05-21
Link in keywords file instead of copying it.
Michael Meskes
2008-05-20
Simplify code in formatting.c now that to upper/lower/initcase do not
Bruce Momjian
2008-05-19
Remove arbitrary 10MB limit on two-phase state file size. It's not that hard
Heikki Linnakangas
2008-05-19
Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES.
Tom Lane
2008-05-19
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
Tom Lane
2008-05-17
Fix a subtle bug exposed by recent wal_sync_method rearrangements.
Tom Lane
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-17
Allow ALTER SEQUENCE START WITH to change the recorded start_value of a
Tom Lane
2008-05-16
Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing a
Tom Lane
2008-05-16
Reduce unnecessary PANIC to ERROR, improve a couple of comments.
Tom Lane
2008-05-16
Extend GIN to support partial-match searches, and extend tsquery to support
Tom Lane
2008-05-16
Persuade GIN to react to control-C in a reasonable amount of time
Tom Lane
2008-05-15
Add code to eval_const_expressions() to support const-simplification of
Tom Lane
2008-05-15
Add support for tracking call counts and elapsed runtime for user-defined
Tom Lane
[next]