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
2000-12-30
1. WAL needs in zero-ed content of newly initialized page.
Vadim B. Mikheev
2000-12-30
Fixed misprint in heap update WALoging.
Vadim B. Mikheev
2000-12-30
Paranoia about possible values of errno after a shmget/semget failure.
Tom Lane
2000-12-29
Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK to
Tom Lane
2000-12-29
MUST update (in-memory) data page BEFORE XLogInsert to log
Vadim B. Mikheev
2000-12-29
nbtree_xlog_newroot: set meta flag in meta page opaque.
Vadim B. Mikheev
2000-12-28
New WAL version - CRC and data blocks backup.
Vadim B. Mikheev
2000-12-28
Let's try this again on accepting the correct range of Oid input values
Tom Lane
2000-12-27
Fix portability problems recently exposed by regression tests on Alphas.
Tom Lane
2000-12-23
Compute reasonable cost and output-row-count estimates for LIMIT plan
Tom Lane
2000-12-23
Replace overly-cute coding with code that (a) has defined behavior
Tom Lane
2000-12-22
Small cleanup of temp-table handling. Disallow creation of a non-temp
Tom Lane
2000-12-22
Repair not-too-well-thought-out code to do rangechecking of OIDs on
Tom Lane
2000-12-22
Avoid XLogFlush for clean buffers in BufferSync.
Vadim B. Mikheev
2000-12-22
Improve error message for case where DROP TABLE is rejected because
Tom Lane
2000-12-22
Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1
Tom Lane
2000-12-22
Change default output formatting for CIDR to be unabbreviated, per
Tom Lane
2000-12-22
Clean up CREATE TYPE/OPERATOR/AGGREGATE productions, so that parser
Tom Lane
2000-12-22
Revise lock manager to support "session level" locks as well as "transaction
Tom Lane
2000-12-21
Fix longstanding bug with VIEW using BETWEEN: OffsetVarNodes would get
Tom Lane
2000-12-20
Remove multi.c and single.c, which have been dead code for
Tom Lane
2000-12-20
Prevent freshly-started backend from ignoring SIGUSR1, per race condition
Tom Lane
2000-12-18
>> Here is a patch for the beos port (All regression tests are OK).
Bruce Momjian
2000-12-18
Ensure that 'errno' is saved and restored by all signal handlers that
Tom Lane
2000-12-18
Make sure make_rels_by_clause_joins doesn't return multiple references
Tom Lane
2000-12-18
Repair mishandling of PRIMARY KEY declaration that references an
Tom Lane
2000-12-18
Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks
Tom Lane
2000-12-17
Tweak select_common_type() to deal with possibility of multiple preferred
Tom Lane
2000-12-15
Remove current->old mapping.
Bruce Momjian
2000-12-15
Make algorithm for resolving UNKNOWN function/operator inputs be
Tom Lane
2000-12-15
here is a patch fixing today's bug report:
Bruce Momjian
2000-12-15
Remove obsolete comment.
Tom Lane
2000-12-15
Remove a few remaining vestiges of elog(WARN).
Tom Lane
2000-12-14
Bugfix
Jan Wieck
2000-12-14
Planner speedup hacking. Avoid saving useless pathkeys, so that path
Tom Lane
2000-12-14
Make sure to not handle deactivated system indexes
Hiroshi Inoue
2000-12-14
Change StoreCatalogInheritance() to work from a list of parent relation
Tom Lane
2000-12-13
Fix thinko for case of outer join where inner table is empty: should
Tom Lane
2000-12-12
Cache eval cost of qualification expressions in RestrictInfo nodes to
Tom Lane
2000-12-11
Remove elog for online log files.
Vadim B. Mikheev
2000-12-11
elog(LOG)-->elog(DEBUG) for skipped logs.
Vadim B. Mikheev
2000-12-11
Tweak Darwin patch to get right include order.
Tom Lane
2000-12-11
Resolve complie error(was my fault).
Hiroshi Inoue
2000-12-11
*redo: Heap move* neglects to set t_cmin for MOVED_IN tuples.
Hiroshi Inoue
2000-12-11
Fix ILIKE bug (only in multi-byte case)
Tatsuo Ishii
2000-12-11
Darwin porting patches from Peter Bierman <bierman@apple.com>
Tom Lane
2000-12-09
Portability fix from Ryan Kirkpatrick's Alpha patches. I believe this
Tom Lane
2000-12-09
Suppress compiler warnings.
Tom Lane
2000-12-09
Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3)
Tatsuo Ishii
2000-12-08
Repair erroneous use of hashvarlena() for MACADDR, which is not a
Tom Lane
[next]