projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
1996-10-19
Marc G. Fournier
another one cleaned up
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
and another one..
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
another another one
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
anothre one reduced to its component parts
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
clean out include files of including other includes...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
Another cleaned up
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
One at a time...another one is complete...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-19
Marc G. Fournier
another one with #include file clean'd up
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
All #include's removed from *.h files, so cleaning...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
#include "postgres.h" is a standard include for all...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Add prototype for heap_getattr() to quiet compiler
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Vadim B. Mikheev
Reap deleted/unused tuples on page-base
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Vadim B. Mikheev
1. Reap deleted/unused tuples on page-base
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Vadim B. Mikheev
Move #define PageIsNew (true if page is not initialize...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Vadim B. Mikheev
Move definition of PageIsNew from hio.c to here
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Document some more #ifdef's
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Document more #ifdef's into config.h
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Moved definition of MAXPATHLEN to config.h
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Added a #define NEED_SIG_JMP to config.h
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Document #ifdef's from backend/access subdirs so that...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Moved '#define *DEBUG' defines to config.h, and documen...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Moved '#define *DEBUG' defines to config.h, and documen...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
#define cleanup: moved #define IPORTAL_DEBUG to config.h
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Moved all the CFLAG -D's from the makefiles to config...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Moved more -D's out of the port specific Makefiles...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-18
Marc G. Fournier
Centralize more of the defines from backend/port under...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-17
Marc G. Fournier
Move "port specific" #ifdefs out of here and into config.h
commit
|
commitdiff
|
tree
|
snapshot
1996-10-17
Marc G. Fournier
Add a HAVE_TZSET define to clean up defines in backend...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-16
Bryan Henderson
Change treatment of sigaction structure again to includ...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-15
Bryan Henderson
Remove 4th element of sigaction structure so it works...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-14
Bruce Momjian
New FAQ's.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-14
Bruce Momjian
More closing of relations left open by parser.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-14
Bruce Momjian
Change display of char(5) to (bp)char 5 so psql \d can
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Removed const warning.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
D'Arcy change.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Added include needed for recent addition.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Added include needed for recent addition.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Fix structure member name from previous patch.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Removed duplicate MAXNAMELEN define I accidentally...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
Added consistent include file handling for MAXHOSTNAMELEN.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bruce Momjian
I checked the alter table code, and started suspecting...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-13
Bryan Henderson
Fix prototypes so postmaster.c will compile.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-12
Bryan Henderson
New host-based authentication -- set up pg_hba.conf...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-12
Bryan Henderson
New host-based authentication -- send error message...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-12
Bryan Henderson
New host-based authentication with ident
commit
|
commitdiff
|
tree
|
snapshot
1996-10-12
Bryan Henderson
New host-based authentication -- install pg_hba.conf...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Bryan Henderson
Separate general purpose functions from portal function...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Bryan Henderson
Prepare for new host-based authentication
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Marc G. Fournier
Add a MIPS/NetBSD port...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Marc G. Fournier
This change should have no practical effect but it...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Marc G. Fournier
I have written some patches to the postgres lock manage...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-11
Marc G. Fournier
Reinstituted NAMEDATALEN OIDNAMELEN in Makefile.global...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-10
Bryan Henderson
Add PGUSER environment variable for client to specify...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-10
Bruce Momjian
Comment cleanup.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-09
Bruce Momjian
Changed psql \h command to print commands in three...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-08
Bruce Momjian
Change sh-style comments to C comments.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-08
Bruce Momjian
Add execute permission.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-08
Bruce Momjian
Add execute permits.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-08
Bruce Momjian
Add execute permission.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-08
Marc G. Fournier
Moved the following definitions to include/config.h...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Move the NAMEDATALEN/OIDNAMELEN defines to include...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Fix handling of no '../doc' directory in compile proced...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Well I haven't received any feedback pro or con re...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Fix a couple of small things from D'Arcy's last patch
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Bruce Momjian
Modified Assert to be more selective.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Fixed a missed change from Carsten Heyl <heyl@nads.de>
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Marc G. Fournier
Mostly adding "const" keyword and making some functions...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Bruce Momjian
Change new assert so it generates assert message rather...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Bruce Momjian
add FROM to update page, clean up spelling error in...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Bruce Momjian
Remove sytax errors from file.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-07
Bruce Momjian
Update help for alter table. remove EXTEND function.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Fix typo in help text.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Renamed file.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Marc G. Fournier
Stylistic cleanups...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Add comment about possible zero value.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Change shell-style comments to C-style.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Fix assert to allow zero. OK'ed by Bryan.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Fix args to match prototype.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Replace double // with /. THis confuses mkid.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Added single-letter options and case statement.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-05
Bruce Momjian
Improved creation of mkid files.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
Here the fix for the first assertion failure I had...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
And bring in change from 1.0.7 tree to here...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
Moved the define of SIGNAL_ARGS that D'Arcy just create...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
The remainder of D'Arcy's changes, most notibly the...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
This patch corrects some errors in sample commands...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Marc G. Fournier
This patch fixes problems in initdb, including that...
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Bruce Momjian
Moved files.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Bruce Momjian
new TODO.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-04
Bruce Momjian
Added purge(l) mention in manual page.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Removed -S from example and added nohup to log file.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Marc G. Fournier
Added dlfcn.h to dl.c in BSD44_derived port
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Added restriction to tables vacuum'able.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Added chown to Makefile to set files to Postgres user.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
MOved them.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Moved them.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
New FAQ.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Renamed createdb.l to create_database.l.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
Brought psql help up to date with syntax and manual.
commit
|
commitdiff
|
tree
|
snapshot
1996-10-03
Bruce Momjian
New vacuum optoin.
commit
|
commitdiff
|
tree
|
snapshot
next