]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1996-10-19  Marc G. FournierA few more yet...
1996-10-19  Marc G. Fournierwish there was an easier way to clean this up...
1996-10-19  Marc G. Fournieranother small one
1996-10-19  Marc G. FournierHopefully that cleans up the cruft from rel.h
1996-10-19  Marc G. Fournieranother...
1996-10-19  Marc G. Fournierits coming...
1996-10-19  Marc G. Fournierstep by step...file by file...
1996-10-19  Marc G. Fournier...same
1996-10-19  Marc G. Fournierslow work...
1996-10-19  Marc G. Fournierand another
1996-10-19  Marc G. Fournieranother one cleaned up
1996-10-19  Marc G. Fournierand another one..
1996-10-19  Marc G. Fournieranother another one
1996-10-19  Marc G. Fournieranothre one reduced to its component parts
1996-10-19  Marc G. Fournierclean out include files of including other includes...
1996-10-19  Marc G. FournierAnother cleaned up
1996-10-19  Marc G. FournierOne at a time...another one is complete...
1996-10-19  Marc G. Fournieranother one with #include file clean'd up
1996-10-18  Marc G. FournierAll #include's removed from *.h files, so cleaning...
1996-10-18  Marc G. Fournier#include "postgres.h" is a standard include for all...
1996-10-18  Marc G. FournierAdd prototype for heap_getattr() to quiet compiler
1996-10-18  Vadim B. MikheevReap deleted/unused tuples on page-base
1996-10-18  Vadim B. Mikheev1. Reap deleted/unused tuples on page-base
1996-10-18  Vadim B. MikheevMove #define PageIsNew (true if page is not initialize...
1996-10-18  Vadim B. MikheevMove definition of PageIsNew from hio.c to here
1996-10-18  Marc G. FournierDocument some more #ifdef's
1996-10-18  Marc G. FournierDocument more #ifdef's into config.h
1996-10-18  Marc G. FournierMoved definition of MAXPATHLEN to config.h
1996-10-18  Marc G. FournierAdded a #define NEED_SIG_JMP to config.h
1996-10-18  Marc G. FournierDocument #ifdef's from backend/access subdirs so that...
1996-10-18  Marc G. FournierMoved '#define *DEBUG' defines to config.h, and documen...
1996-10-18  Marc G. FournierMoved '#define *DEBUG' defines to config.h, and documen...
1996-10-18  Marc G. Fournier#define cleanup: moved #define IPORTAL_DEBUG to config.h
1996-10-18  Marc G. FournierMoved all the CFLAG -D's from the makefiles to config...
1996-10-18  Marc G. FournierMoved more -D's out of the port specific Makefiles...
1996-10-18  Marc G. FournierCentralize more of the defines from backend/port under...
1996-10-17  Marc G. FournierMove "port specific" #ifdefs out of here and into config.h
1996-10-17  Marc G. FournierAdd a HAVE_TZSET define to clean up defines in backend...
1996-10-16  Bryan HendersonChange treatment of sigaction structure again to includ...
1996-10-15  Bryan HendersonRemove 4th element of sigaction structure so it works...
1996-10-14  Bruce MomjianNew FAQ's.
1996-10-14  Bruce MomjianMore closing of relations left open by parser.
1996-10-14  Bruce MomjianChange display of char(5) to (bp)char 5 so psql \d can
1996-10-13  Bruce MomjianRemoved const warning.
1996-10-13  Bruce MomjianD'Arcy change.
1996-10-13  Bruce MomjianAdded include needed for recent addition.
1996-10-13  Bruce MomjianAdded include needed for recent addition.
1996-10-13  Bruce MomjianFix structure member name from previous patch.
1996-10-13  Bruce MomjianRemoved duplicate MAXNAMELEN define I accidentally...
1996-10-13  Bruce MomjianAdded consistent include file handling for MAXHOSTNAMELEN.
1996-10-13  Bruce MomjianI checked the alter table code, and started suspecting...
1996-10-13  Bryan HendersonFix prototypes so postmaster.c will compile.
1996-10-12  Bryan HendersonNew host-based authentication -- set up pg_hba.conf...
1996-10-12  Bryan HendersonNew host-based authentication -- send error message...
1996-10-12  Bryan HendersonNew host-based authentication with ident
1996-10-12  Bryan HendersonNew host-based authentication -- install pg_hba.conf...
1996-10-11  Bryan HendersonSeparate general purpose functions from portal function...
1996-10-11  Bryan HendersonPrepare for new host-based authentication
1996-10-11  Marc G. FournierAdd a MIPS/NetBSD port...
1996-10-11  Marc G. FournierThis change should have no practical effect but it...
1996-10-11  Marc G. FournierI have written some patches to the postgres lock manage...
1996-10-11  Marc G. FournierReinstituted NAMEDATALEN OIDNAMELEN in Makefile.global...
1996-10-10  Bryan HendersonAdd PGUSER environment variable for client to specify...
1996-10-10  Bruce MomjianComment cleanup.
1996-10-09  Bruce MomjianChanged psql \h command to print commands in three...
1996-10-08  Bruce MomjianChange sh-style comments to C comments.
1996-10-08  Bruce MomjianAdd execute permission.
1996-10-08  Bruce MomjianAdd execute permits.
1996-10-08  Bruce MomjianAdd execute permission.
1996-10-08  Marc G. FournierMoved the following definitions to include/config.h...
1996-10-07  Marc G. FournierMove the NAMEDATALEN/OIDNAMELEN defines to include...
1996-10-07  Marc G. FournierFix handling of no '../doc' directory in compile proced...
1996-10-07  Marc G. FournierWell I haven't received any feedback pro or con re...
1996-10-07  Marc G. FournierFix a couple of small things from D'Arcy's last patch
1996-10-07  Bruce MomjianModified Assert to be more selective.
1996-10-07  Marc G. FournierFixed a missed change from Carsten Heyl <heyl@nads.de>
1996-10-07  Marc G. FournierMostly adding "const" keyword and making some functions...
1996-10-07  Bruce MomjianChange new assert so it generates assert message rather...
1996-10-07  Bruce Momjianadd FROM to update page, clean up spelling error in...
1996-10-07  Bruce MomjianRemove sytax errors from file.
1996-10-07  Bruce MomjianUpdate help for alter table. remove EXTEND function.
1996-10-05  Bruce MomjianFix typo in help text.
1996-10-05  Bruce MomjianRenamed file.
1996-10-05  Marc G. FournierStylistic cleanups...
1996-10-05  Bruce MomjianAdd comment about possible zero value.
1996-10-05  Bruce MomjianChange shell-style comments to C-style.
1996-10-05  Bruce MomjianFix assert to allow zero. OK'ed by Bryan.
1996-10-05  Bruce MomjianFix args to match prototype.
1996-10-05  Bruce MomjianReplace double // with /. THis confuses mkid.
1996-10-05  Bruce MomjianAdded single-letter options and case statement.
1996-10-05  Bruce MomjianImproved creation of mkid files.
1996-10-04  Marc G. FournierHere the fix for the first assertion failure I had...
1996-10-04  Marc G. FournierAnd bring in change from 1.0.7 tree to here...
1996-10-04  Marc G. FournierMoved the define of SIGNAL_ARGS that D'Arcy just create...
1996-10-04  Marc G. FournierThe remainder of D'Arcy's changes, most notibly the...
1996-10-04  Marc G. FournierThis patch corrects some errors in sample commands...
1996-10-04  Marc G. FournierThis patch fixes problems in initdb, including that...
1996-10-04  Bruce MomjianMoved files.
1996-10-04  Bruce Momjiannew TODO.
1996-10-04  Bruce MomjianAdded purge(l) mention in manual page.
next