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-25
Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
Tom Lane
2000-11-21
Refine log/error messages. Print out the errno message, not the number.
Peter Eisentraut
2000-11-21
Put external declarations into header files.
Peter Eisentraut
2000-11-21
misc
Vadim B. Mikheev
2000-11-21
Fix OID bootstraping.
Vadim B. Mikheev
2000-11-21
Init ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev
2000-11-20
Silence gcc warnings.
Tom Lane
2000-11-20
Include postgres.h before checking #ifdef XLOG.
Peter Eisentraut
2000-11-20
Compile WAL by default.
Vadim B. Mikheev
2000-11-16
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
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
[next]