index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
*
Fix recovery cache code (thanks to Peter Eisentraut for
Vadim B. Mikheev
2000-10-31
*
WAL fixes.
Vadim B. Mikheev
2000-10-29
*
WAL
Vadim B. Mikheev
2000-10-28
*
Fix AbortOutOfAnyTransaction logic to avoid notice about
Tom Lane
2000-10-24
*
WAL misc
Vadim B. Mikheev
2000-10-24
*
If a field is incompressible ('compressed' data is actually larger than
Tom Lane
2000-10-23
*
New relcache hash table with RelFileNode as key to be used
Vadim B. Mikheev
2000-10-23
*
Makeover for Unixware 7.1.1
Peter Eisentraut
2000-10-22
*
WAL
Vadim B. Mikheev
2000-10-21
*
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-20
*
Various utils for WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
WAL
Vadim B. Mikheev
2000-10-13
*
Fix temp relation handling for indexes, cleanup
Bruce Momjian
2000-10-11
*
Suppress gcc warnings.
Tom Lane
2000-10-05
*
Add proofreader's changes to docs.
Bruce Momjian
2000-10-05
*
Btree WAL logging.
Vadim B. Mikheev
2000-10-04
*
Reset current user id to session user id during transaction abort
Peter Eisentraut
2000-09-27
*
Clean up some ugly coding (hardwired constants) in index_formtuple.
Tom Lane
2000-09-23
*
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-09-07
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-08-25
*
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-10
*
Ensure that catcache 'busy' flags are reset at transaction abort.
Tom Lane
2000-08-06
*
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-04
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
*
More functions updated to new fmgr style --- money, name, tid datatypes.
Tom Lane
2000-08-03
*
Make acl-related functions safe for TOAST. Mark pg_class.relacl as
Tom Lane
2000-07-31
*
Convert all remaining geometric operators to new fmgr style. This
Tom Lane
2000-07-30
*
PATH and POLYGON datatypes are now TOASTable. Associated functions
Tom Lane
2000-07-29
*
Ensure that if the OID counter wraps around, we will not generate 0,
Tom Lane
2000-07-25
*
Add commentary about varying usage of scankeys in btree code.
Tom Lane
2000-07-25
*
Clean up and document btree code for ordering keys. Neat stuff,
Tom Lane
2000-07-25
*
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-22
*
Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded
Tom Lane
2000-07-21
*
Fix sloppiness about alignment requirements in findsplitloc() space
Tom Lane
2000-07-21
*
Need to switch to tuples memory context when replacing the toasted
Jan Wieck
2000-07-21
*
Temporary fix to make TOAST vacuum-safe. All values are forced to be
Jan Wieck
2000-07-21
*
Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for
Tom Lane
2000-07-21
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
*
Repair parallel make in backend tree (and make it really parallel).
Peter Eisentraut
2000-07-13
*
First stage of reclaiming memory in executor by resetting short-term
Tom Lane
2000-07-12
*
Some security checks that we've found an external value completely
Jan Wieck
2000-07-11
*
Bugfix. If toasted tuple containted NULLs, DataFill() was handed
Jan Wieck
2000-07-06
*
Moving toaster out of NO ELOG area in heap_update().
Jan Wieck
2000-07-04
*
DataFill() has no business resetting xact status bits
Tom Lane
2000-07-04
*
misc
Vadim B. Mikheev
2000-07-04
*
unlock buffer before releasing in heap_insert
Vadim B. Mikheev
2000-07-04
*
Add missing #include for TOAST.
Tom Lane
2000-07-03
*
TOAST
Jan Wieck
2000-07-03
[next]