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
2005-12-29
Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction
Tom Lane
2005-12-29
Revert some careless search-and-replace: "ADD" in comment text should
Neil Conway
2005-12-28
Arrange to set the LC_XXX environment variables to match our locale
Tom Lane
2005-12-28
Move plpgsql's fetchArgInfo() into funcapi.c, and rename to
Tom Lane
2005-12-28
Mention "table" in "violates foreign key constraint" message that was
Bruce Momjian
2005-12-28
Remove silly use of DLLIMPORT.
Tom Lane
2005-12-28
Add regression tests for CSV and \., and add automatic quoting of a
Bruce Momjian
2005-12-28
Implement SQL-compliant treatment of row comparisons for < <= > >= cases
Tom Lane
2005-12-27
Our code had:
Bruce Momjian
2005-12-27
Protect ADD and HEADER symbols from conflicting with MIPS includes.
Bruce Momjian
2005-12-26
More uses of IS_HIGHBIT_SET() macro.
Bruce Momjian
2005-12-25
I have added these macros to c.h:
Bruce Momjian
2005-12-24
Formatting cleanups.
Bruce Momjian
2005-12-24
Formatting cleanup.
Bruce Momjian
2005-12-24
Fix long standing Asian multibyte charsets bug.
Tatsuo Ishii
2005-12-23
Wups, fat-fingered the calculation the first time. Update comment in
Tom Lane
2005-12-23
Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state
Peter Eisentraut
2005-12-23
Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
Tatsuo Ishii
2005-12-23
Add quotes around search_path "$user" so that SHOW output can be used in
Bruce Momjian
2005-12-22
Adjust string comparison so that only bitwise-equal strings are considered
Tom Lane
2005-12-20
Teach planner how to rearrange join order for some classes of OUTER JOIN.
Tom Lane
2005-12-16
Rethink prior patch to filter out dead backend entries from the pgstats
Tom Lane
2005-12-14
Defend against crash while processing Describe Statement or Describe Portal
Tom Lane
2005-12-14
Fix problem with whole-row Vars referencing sub-select outputs, per
Tom Lane
2005-12-11
Divide the lock manager's shared state into 'partitions', so as to
Tom Lane
2005-12-11
Implement IS NOT DISTINCT FROM, update the regression tests and docs.
Neil Conway
2005-12-10
Teach deparsing of CASE expressions to cope with the simplified forms
Tom Lane
2005-12-09
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-08
Fix bgwriter's failure to release buffer pins and open files after an
Tom Lane
2005-12-08
Fix thinko in comment.
Tom Lane
2005-12-07
Push the responsibility for handling ignore_killed_tuples down into
Tom Lane
2005-12-07
A couple of tiny performance hacks in _bt_step(). Remove PageIsEmpty
Tom Lane
2005-12-07
Fix a couple of lingering references to POSTQUEL query syntax, per Simon.
Tom Lane
2005-12-06
Get rid of slru.c's hardwired insistence on a fixed number of slots per
Tom Lane
2005-12-06
Arrange for read-only accesses to SLRU page buffers to take only a shared
Tom Lane
2005-12-06
In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo
Tom Lane
2005-12-03
Allow to_char(interval) and to_char(time) to use AM/PM specifications.
Bruce Momjian
2005-12-03
Tweak indexscan machinery to avoid taking an AccessShareLock on an index
Tom Lane
2005-12-02
Adjust scan plan nodes to avoid getting an extra AccessShareLock on a
Tom Lane
2005-12-02
Remove comment on errno=0 lines, but add mention to port/strtol.c function.
Bruce Momjian
2005-12-02
Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the
Tom Lane
2005-12-01
Add comment to pg_atoi.
Bruce Momjian
2005-12-01
Comment "errno = 0" in a more generic way.
Bruce Momjian
2005-12-01
Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES.
Tom Lane
2005-12-01
Add comments about why errno is set to zero.
Bruce Momjian
2005-12-01
Check for overflow in strtol() while parsing datetime inputs.
Tom Lane
2005-12-01
Refactor some bits in aclchk.c in order to reduce code duplication.
Alvaro Herrera
2005-11-30
Rearrange code in pg_atoi() to avoid assuming that isspace() cannot
Tom Lane
2005-11-30
Tweak choose_bitmap_and() heuristics in the light of example provided in bug
Tom Lane
[next]