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
/
access
Age
Commit message (
Expand
)
Author
2000-11-16
That variable I removed broke XLOG, that part of the delta
Bruce Momjian
2000-11-16
Make pgsql compile on FreeBSD-alpha.
Bruce Momjian
2000-11-14
Minor cleanup of tableOid-related coding.
Tom Lane
2000-11-10
Clean up syscache so that recursive invocation is safe, and remove error
Tom Lane
2000-11-09
Auto checkpoint creation.
Vadim B. Mikheev
2000-11-08
Make DROP TABLE rollback-able: postpone physical file delete until commit.
Tom Lane
2000-11-05
New CHECKPOINT command.
Vadim B. Mikheev
2000-11-03
pg_variable is not used in WAL version now.
Vadim B. Mikheev
2000-11-01
Forgot to check page LSN and unlock buffer in btree_xlog_delete - fixed.
Vadim B. Mikheev
2000-10-31
Fix recovery cache code (thanks to Peter Eisentraut for
Vadim B. Mikheev
2000-10-29
WAL fixes.
Vadim B. Mikheev
2000-10-28
WAL
Vadim B. Mikheev
2000-10-24
Fix AbortOutOfAnyTransaction logic to avoid notice about
Tom Lane
2000-10-24
WAL misc
Vadim B. Mikheev
2000-10-23
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-22
Makeover for Unixware 7.1.1
Peter Eisentraut
2000-10-21
WAL
Vadim B. Mikheev
2000-10-20
redo/undo support functions and cleanups.
Vadim B. Mikheev
2000-10-13
Various utils for WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-13
WAL
Vadim B. Mikheev
2000-10-11
Fix temp relation handling for indexes, cleanup
Bruce Momjian
2000-10-05
Suppress gcc warnings.
Tom Lane
2000-10-05
Add proofreader's changes to docs.
Bruce Momjian
2000-10-04
Btree WAL logging.
Vadim B. Mikheev
2000-09-27
Reset current user id to session user id during transaction abort
Peter Eisentraut
2000-09-23
Clean up some ugly coding (hardwired constants) in index_formtuple.
Tom Lane
2000-09-07
Heap redo/undo (except for tuple moving used by vacuum).
Vadim B. Mikheev
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-25
Tweak btree insertion to avoid O(N^2) slowdown with large numbers of
Tom Lane
2000-08-10
CREATE btree INDEX takes dead tuples into account when old transactions
Hiroshi Inoue
2000-08-06
Ensure that catcache 'busy' flags are reset at transaction abort.
Tom Lane
2000-08-04
Fix tuptoaster bugs induced by making bytea toastable. Durn thing was
Tom Lane
2000-08-03
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-07-31
Make acl-related functions safe for TOAST. Mark pg_class.relacl as
Tom Lane
2000-07-30
Convert all remaining geometric operators to new fmgr style. This
Tom Lane
2000-07-29
PATH and POLYGON datatypes are now TOASTable. Associated functions
Tom Lane
2000-07-25
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-22
2nd try for the index tuple toast hack. This time as suggested
Jan Wieck
2000-07-21
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-14
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-13
Repair parallel make in backend tree (and make it really parallel).
Peter Eisentraut
[next]