]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-01-06  Bryan HendersonFix mismatching prototype (const int vs int)
1997-01-06  Bryan HendersonAdd Irix stuff.
1997-01-06  Marc G. Fournierremove zap_ltv from the distribution, since the problem...
1997-01-06  Marc G. FournierREmove pg4_dump...its old stuff that is sooo out of...
1997-01-06  Marc G. FournierNeXT port specific changes by: Ovidiu Predescu <ovidiu...
1997-01-06  Marc G. FournierPORT NeXT requires an isascii() define...put it in...
1997-01-06  Marc G. FournierMinor changes for NeXT compile
1997-01-06  Marc G. FournierMore config.h syncing for limits.h
1997-01-06  Marc G. FournierAdd NeXT port submitted by: Ovidiu Predescu <ovidiu...
1997-01-06  Marc G. FournierClean up 'if defined()' for header files...
1997-01-06  Marc G. Fournieradd define for USE_LIMIT_H into NeXT port...
1997-01-05  Marc G. Fournierfinal fix for shared library under BSD44_derived
1997-01-05  Marc G. FournierShared library fixes for BSD44_Derived port
1997-01-05  Marc G. FournierFixes:
1997-01-05  Marc G. FournierFixes:
1997-01-05  Marc G. FournierJust reviewed what I changed as far a dlopen/etc are...
1997-01-05  Bryan HendersonSilence compiler warnings, fix error in complex compare...
1997-01-05  Bryan HendersonStandardize all LDADD to LD_ADD.
1997-01-05  Vadim B. MikheevClosing opened indices.
1997-01-05  Vadim B. MikheevReleasing empty root page in _bt_endpoint () to avoid
1997-01-03  Marc G. Fournier someone added pg_listen and pg_notifies to libpgtcl...
1997-01-03  Bruce MomjianMigration file changes
1997-01-03  Bruce Momjianmoved migration files
1997-01-03  Bruce Momjianupdate TODO
1997-01-03  Bruce Momjiandocumentation updating to 6.0 release
1997-01-03  Marc G. FournierFreeBSD doesn't require the dl{open,close,sym,error...
1997-01-02  Bruce Momjianfix for previous fix
1997-01-02  Bruce Momjianpsql paren. with \r fix.
1997-01-02  Bruce MomjianALTER TABLE (text) fix
1997-01-01  Bruce MomjianFix for SELECT INTO ... GROUP/ORDER BY where table...
1996-12-31  Bryan HendersonMake error messages more explicit, PQtrace() output...
1996-12-31  Bryan HendersonRename Makefile to GNUmakefile to catch people using...
1996-12-31  Vadim B. MikheevFixed realloc for increasing tempRels list.
1996-12-31  Vadim B. MikheevReleaseTmpRelBuffers () releases buffers in LOCAL...
1996-12-30  Bryan HendersonPut $(CURSES_LIB) in Makefile.global to replace similar...
1996-12-30  Bryan HendersonCheck that PQendcopy succeeded. Issue error message...
1996-12-29  Bruce Momjianexplain change
1996-12-29  Bruce Momjiantypo fix
1996-12-29  Bruce MomjianNew EXPLAIN manual page.
1996-12-29  Bruce MomjianChanged EXPLAIN option names.
1996-12-29  Bruce MomjianImproved EXPLAIN option handling.
1996-12-28  Bruce MomjianFix expected regression output.
1996-12-28  Bruce MomjianFixed errors in create statement.
1996-12-28  Bruce MomjianFixed error where = should be ==.
1996-12-28  Bruce MomjianFixed Assert check where ! should be !=.
1996-12-28  Bruce MomjianHere is a bug fix and some spelling changes for the...
1996-12-28  Bruce MomjianHere's the final set of patches to 6.0 (sup'd on 27...
1996-12-28  Bruce MomjianUpdated changes for 6.0.
1996-12-28  Bruce MomjianPatch for copy from stdin.
1996-12-27  Bryan HendersonAdd messages to assist in problem diagnosis. Eliminate...
1996-12-27  Bryan HendersonAdd asserts to check for file descriptor ring corruption.
1996-12-27  Vadim B. MikheevThere was JMP_BUF defined in config.h. And SIGJMP_BUF...
1996-12-26  Bryan HendersonRemove use of "bool", which user program may not have...
1996-12-26  Bryan HendersonRemove use of "bool", which user program may not have...
1996-12-26  Bruce MomjianDocumentatoin update
1996-12-26  Bruce Momjianpq/signal() portability patch. Also psql copy prompt...
1996-12-26  Bryan HendersonFix syntax of \copy in \? display.
1996-12-26  Bruce MomjianAdded needed prototype.
1996-12-26  Bruce MomjianRemoval of unused CppConcat defines.
1996-12-26  Bruce MomjianNote the => changes to == after a connect and stays...
1996-12-26  Bruce MomjianAdded include files needed for getpid prototype.
1996-12-26  Bruce MomjianChange %ud to %u
1996-12-26  Bruce MomjianIn file: .../src/backend/postmaster/postmaster.c I...
1996-12-26  Bruce MomjianI have this annoying habit (among others) of putting
1996-12-26  Bruce MomjianIn src/backend/catalog/pg_operator.c in OperatorDef...
1996-12-26  Bruce MomjianRemoval of CppConcat from indexam.c.
1996-12-26  Bruce MomjianAdded mention of CUSTOM_COPT to file.
1996-12-24  Bryan HendersonClarify error message about trying to PQgetvalue()...
1996-12-23  Bryan HendersonFix Solaris stuff so it compiles. Thanks Keith Parks.
1996-12-23  Bryan HendersonAdd some quotes so it works on more shells.
1996-12-23  Bryan HendersonAdd cast to quiet compiler warning.
1996-12-20  Bruce MomjianFix multiple "C" from backend.
1996-12-20  Bruce MomjianRemove NOTIFY_PATCH.
1996-12-20  Bruce MomjianImprove handling of semicolons ending statements.
1996-12-20  Bruce MomjianRename parameter.
1996-12-19  Bryan HendersonMake sure user is running GNU make.
1996-12-19  Marc G. FournierAdd two new comments to pglibtcl...
1996-12-19  Marc G. FournierMore patches/documentation from: Massimo Dal Zotto...
1996-12-19  Marc G. FournierCOPY_PATCH...
1996-12-19  Marc G. FournierAdd various comments to explain #define's and add a...
1996-12-19  Marc G. Fournier#ifdef ASYNC_DEBUG various sections of async.c
1996-12-17  Bruce MomjianMake GROUP BY work with aliases, ORDER BY with column...
1996-12-16  Bryan HendersonPut sys/types.h before sys/timeb.h so Ultrix compiles.
1996-12-15  Bryan HendersonRemove __P macro usage so it compiles without cdefs.h.
1996-12-15  Bryan HendersonMake compile on AIX, Alpha OSF. Thanks Darren King...
1996-12-14  Vadim B. MikheevFix over fix: JMP_BUF gone away and we have SIGJMP_BUF...
1996-12-14  Vadim B. Mikheev if (settings->opt.fieldSep);
1996-12-14  Vadim B. MikheevAvoiding:
1996-12-14  Vadim B. Mikheevconst register ... --> register const ...
1996-12-14  Vadim B. MikheevAvoiding
1996-12-14  Vadim B. MikheevAvoiding
1996-12-14  Vadim B. MikheevUnuseful tupDesc = CreateTupleDesc(attr_count, attr...
1996-12-13  Bryan HendersonClean up. Get rid of tabs and overly long lines.
1996-12-13  Bruce MomjianSmall regression and doc patch
1996-12-11  Bruce MomjianPostgres95 to PostgreSQL.
1996-12-11  Bruce MomjianRequire seimcolons between statements.
1996-12-11  Bryan HendersonUse "Oid" type where applicable and %ud instead of...
1996-12-11  Bruce MomjianRename postgres95 to PostgreSQL. Add comment for SELEC...
1996-12-10  Bryan HendersonFix bug: libpq clients (which include libpq-fe.h) won...
1996-12-10  Bryan Hendersonsigjmp_buf/jmp_buf is backwards, so backend doesn't...
next