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
Commit message (
Expand
)
Author
Age
Files
Lines
*
New configure test for flex, which recognizes only flex but does so in all
Peter Eisentraut
2000-08-28
1
-3
/
+7
*
Modify heap_open()/heap_openr() API per pghackers discussion of 11 July.
Tom Lane
2000-08-03
1
-6
/
+1
*
Don't need this anymore. It's now handled in the Makefile.
Peter Eisentraut
2000-07-19
1
-9
/
+0
*
Add distprep target to take some of the job of the release_prep script.
Peter Eisentraut
2000-07-19
1
-36
/
+29
*
Cleanup of code for creating index entries. Functional indexes with
Tom Lane
2000-07-14
3
-57
/
+16
*
Make toast-table creation and deletion work somewhat reliably.
Tom Lane
2000-07-04
1
-3
/
+6
*
TOAST
Jan Wieck
2000-07-03
1
-2
/
+2
*
Move global internal files to PGDATA/global.
Peter Eisentraut
2000-07-03
1
-5
/
+3
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-13
/
+27
*
Second pass over run-time configuration system. Adjust priorities on some
Peter Eisentraut
2000-06-22
1
-4
/
+8
*
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
Tom Lane
2000-06-18
1
-2
/
+2
*
Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of
Tom Lane
2000-06-17
1
-25
/
+11
*
Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses
Peter Eisentraut
2000-06-07
1
-3
/
+3
*
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-05
1
-3
/
+3
*
The heralded `Grand Unified Configuration scheme' (GUC)
Peter Eisentraut
2000-05-31
1
-2
/
+2
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-15
/
+20
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
1
-14
/
+9
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
1
-1
/
+2
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-16
/
+16
*
Implement reindex command
Hiroshi Inoue
2000-02-18
1
-1
/
+2
*
Add:
Bruce Momjian
2000-01-26
3
-6
/
+9
*
Removed MBFLAGS from makefiles since it's now done in include/config.h.
Peter Eisentraut
2000-01-19
1
-4
/
+1
*
Add .cvsignore so cvs update doesn't complain about derived
Tom Lane
2000-01-17
1
-0
/
+3
*
Included all yacc and lex files into the distribution.
Peter Eisentraut
2000-01-16
1
-2
/
+2
*
Fix a passel of problems with incorrect calls to typinput and typoutput
Tom Lane
2000-01-15
1
-5
/
+4
*
Fixed all elog related warnings, as well as a few others.
Peter Eisentraut
2000-01-15
1
-2
/
+2
*
Correct hardwired type information in bootstrap.
Tom Lane
2000-01-11
1
-20
/
+23
*
Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.
Bruce Momjian
2000-01-10
1
-3
/
+3
*
Required catalog changes for extended LONG attribute storage.
Jan Wieck
1999-12-20
1
-1
/
+3
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
1
-2
/
+2
*
Update for QNX.
Bruce Momjian
1999-12-16
1
-5
/
+8
*
I have done the QNX4 port with the current source tree. The number of
Bruce Momjian
1999-12-16
1
-1
/
+6
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
1
-2
/
+2
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
1
-2
/
+2
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
1
-2
/
+2
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-7
/
+7
*
Make it possible to execute crashed CREATE/DROP commands again.
Hiroshi Inoue
1999-11-04
2
-4
/
+19
*
Standardize on MAXPGPATH as the size of a file pathname buffer,
Tom Lane
1999-10-25
1
-3
/
+5
*
XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
Vadim B. Mikheev
1999-10-06
1
-27
/
+58
*
Massimo's SET FSYNC and SHOW PG_OPTIONS changes, without SET QUERY_LIMIT.
Bruce Momjian
1999-09-27
1
-2
/
+1
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-11
/
+18
*
Eliminate token length assumption in scanstr().
Tom Lane
1999-09-11
1
-3
/
+8
*
Re-add getopt.h check, remove NT-specific tests for it.
Bruce Momjian
1999-07-19
1
-5
/
+4
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
3
-14
/
+3
*
Final cleanup.
Bruce Momjian
1999-07-16
3
-23
/
+26
*
Update #include cleanups
Bruce Momjian
1999-07-16
1
-2
/
+2
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
1
-43
/
+1
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
1
-2
/
+1
*
pgindent run over code.
Bruce Momjian
1999-05-25
1
-3
/
+5
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
2
-7
/
+7
[next]