index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
bootstrap
/
bootstrap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
1
-24
/
+26
*
Use Snapshot in heap access methods.
Vadim B. Mikheev
1998-07-27
1
-10
/
+5
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
1
-2
/
+2
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
1
-1
/
+6
*
Fix for hang after postmaster restart. Add new proc_exit and
Bruce Momjian
1998-06-27
1
-7
/
+7
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
1
-33
/
+1
*
Remove fork()/exec() and only do fork(). Small cleanups.
Bruce Momjian
1998-05-29
1
-2
/
+2
*
Allow cancel from client of backend query. Change some int variables
Bruce Momjian
1998-05-19
1
-7
/
+7
*
Re-apply Darren's char2-16 removal code.
Bruce Momjian
1998-04-26
1
-64
/
+46
*
Back out char2-char16 removal. Add later.
Bruce Momjian
1998-04-07
1
-46
/
+64
*
The following uuencoded, gzip'd file will ...
Bruce Momjian
1998-03-30
1
-64
/
+46
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
1
-9
/
+11
*
Goodbye register keyword. Compiler knows better.
Bruce Momjian
1998-02-11
1
-2
/
+2
*
atttypmod now -1.
Bruce Momjian
1998-02-07
1
-1
/
+2
*
Set attcacheoff value to -1 for all tables.
Bruce Momjian
1998-02-06
1
-15
/
+3
*
getpid/pid cleanup
Bruce Momjian
1998-01-25
1
-2
/
+2
*
Goodbye ABORT. Hello ERROR for all errors.
Bruce Momjian
1998-01-07
1
-5
/
+5
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
1
-5
/
+5
*
Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with
Thomas G. Lockhart
1998-01-01
1
-4
/
+10
*
Remove tqual.h includes not needed.
Bruce Momjian
1997-11-24
1
-2
/
+1
*
Remove all time travel stuff. Small parser cleanup.
Bruce Momjian
1997-11-20
1
-5
/
+5
*
Remove 16 char limit on system table/index names. Rename system indexes.
Bruce Momjian
1997-11-17
1
-3
/
+3
*
Inline memset() as MemSet().
Bruce Momjian
1997-09-18
1
-2
/
+2
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
1
-7
/
+7
*
Add typdefs to pgindent run.
Bruce Momjian
1997-09-08
1
-2
/
+2
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
1
-114
/
+113
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
1
-791
/
+892
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
1
-9
/
+16
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
1
-8
/
+6
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
1
-2
/
+2
*
fix for initdb --debug core dump, from Tatsuo Ishii
Bruce Momjian
1997-06-25
1
-4
/
+4
*
Date/Time updates from Thomas...
Marc G. Fournier
1997-03-14
1
-2
/
+2
*
From: Dan McGuirk <mcguirk@indirect.com>
Marc G. Fournier
1997-03-12
1
-2
/
+2
*
Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure
Marc G. Fournier
1997-01-24
1
-2
/
+2
*
Eliminate dupliclate definition of external variables reldesc and DataDir.
Bryan Henderson
1997-01-14
1
-2
/
+1
*
pq/signal() portability patch. Also psql copy prompt fix.
Bruce Momjian
1996-12-26
1
-5
/
+6
*
Fix bug: -D options implies -d option.
Bryan Henderson
1996-11-22
1
-1
/
+2
*
Remove most compile-time options, add a few runtime options to make up for it.
Bryan Henderson
1996-11-14
1
-398
/
+412
*
Add #include <unistd.h> to quiet compiler warning about missing getopt() decl...
Bryan Henderson
1996-11-10
1
-1
/
+2
*
Major code cleanups from D'arcy (-Wall -Werror)
Marc G. Fournier
1996-10-23
1
-8
/
+11
*
-Wall'd
Marc G. Fournier
1996-10-21
1
-20
/
+76
*
Added a #define NEED_SIG_JMP to config.h
Marc G. Fournier
1996-10-18
1
-29
/
+10
*
changed missed err() change to err_out()
Release_2_0_0
Marc G. Fournier
1996-08-17
1
-2
/
+2
*
Fixes:
Marc G. Fournier
1996-08-13
1
-6
/
+2
*
Finished merging in src/backend from Dr. George's source tree
Marc G. Fournier
1996-07-23
1
-10
/
+11
*
fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}
Marc G. Fournier
1996-07-16
1
-2
/
+2
*
fsync patch from openlink
Marc G. Fournier
1996-07-15
1
-2
/
+22
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09
1
-0
/
+1049