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
2001-02-16
Defend against starting a non-MULTIBYTE-enabled backend in a database
Tom Lane
2001-02-16
Clean up two rather nasty bugs in operator selection code.
Tom Lane
2001-02-16
Take OUTER JOIN semantics into account when estimating the size of join
Tom Lane
2001-02-15
Add some notes about memory management of RI plans.
Tom Lane
2001-02-15
Update comments about memory management.
Tom Lane
2001-02-15
Update notes about memory context scheme.
Tom Lane
2001-02-15
Although we can't support out-of-line TOAST storage in indexes (yet),
Tom Lane
2001-02-15
Reduce default selectivity estimates for geometric operators; it seems
Tom Lane
2001-02-15
Update a couple of obsolete comments.
Tom Lane
2001-02-15
Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed by
Tatsuo Ishii
2001-02-15
Arrange for ORDER BY an expression on a UNION/INTERSECT/EXCEPT result,
Tom Lane
2001-02-14
Repair problems with duplicate index names generated when CREATE TABLE
Tom Lane
2001-02-14
Change scoping of table and join refnames to conform to SQL92: a JOIN
Tom Lane
2001-02-13
Comments about GetFreeXLBuffer().
Vadim B. Mikheev
2001-02-13
Please apply the following patch to fix AIX and IRIX timestamp behavior
Bruce Momjian
2001-02-13
Removed abort() in XLogFileOpen.
Vadim B. Mikheev
2001-02-13
Added some comments to setval, setval_is_called and do_setval
Philip Warner
2001-02-13
Clean up portability problems in regexp package: change all routine
Tom Lane
2001-02-12
Suppress compiler warning on Alpha.
Tom Lane
2001-02-12
Rearrange order of operations in heap_create_with_catalog so that if
Tom Lane
2001-02-12
Cleanup
Bruce Momjian
2001-02-12
Add // -> /* */ mapping to pgindent.
Bruce Momjian
2001-02-12
poit -> point.
Bruce Momjian
2001-02-11
Improve error message when startup or shutdown proc fails.
Tom Lane
2001-02-11
Move pg_encoding_mblen() from common.c to wchar.c.
Tatsuo Ishii
2001-02-11
conv.c did not compile anymore. Fix wrong header file inclusion.
Tatsuo Ishii
2001-02-10
Only look for bison as YACC; other yaccs need to be selected explicitly.
Peter Eisentraut
2001-02-10
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-09
This hasn't been used for anything for a long time...
Tom Lane
2001-02-09
When updating a tuple containing compressed-in-line fields, do not
Tom Lane
2001-02-09
plpgsql's private copy of xlateSqlType was out of sync. Again. This
Tom Lane
2001-02-08
When launching a child backend, take care to close file descriptors for
Tom Lane
2001-02-07
FixBTree flag still exists and may be used to turn
Vadim B. Mikheev
2001-02-07
Runtime btree recovery is now ON by default.
Vadim B. Mikheev
2001-02-07
Repair postmaster memory leakage during password authentication.
Tom Lane
2001-02-07
Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not
Tom Lane
2001-02-06
If the first argument is --version or --help, skip the root check.
Peter Eisentraut
2001-02-06
PageAddItem in overwrite mode: must *NOT* check itemid' flag if
Vadim B. Mikheev
2001-02-06
Out-of-bounds memory allocation request sizes should be treated as just
Tom Lane
2001-02-05
Dump/display 'timestamp' as 'timestamp with time zone', to make room for a
Peter Eisentraut
2001-02-03
Fix inappropriate attempt to push down qual clauses into a view that
Tom Lane
2001-02-03
Use elog() instead of exit() for fatal scanner errors.
Peter Eisentraut
2001-02-02
Runtime tree recovery is implemented, just testing is left -:)
Vadim B. Mikheev
2001-02-02
Apply patches for QNX from Maurizio
Bruce Momjian
2001-01-31
Couple additional functions to fix tree at runtime.
Vadim B. Mikheev
2001-01-29
Call _bt_fixroot() from _bt_insertonpg.
Vadim B. Mikheev
2001-01-29
Clean up handling of tuple descriptors so that result-tuple descriptors
Tom Lane
2001-01-27
Add permission check for CHECKPOINT.
Peter Eisentraut
2001-01-27
Fix failure to create sequences for more than one SERIAL column in a
Tom Lane
2001-01-27
Looks like I broke cases involving combinations of deferred update/delete
Tom Lane
[next]