OSDN Git Service

pg-rex/syncrep.git
1997-01-09 Vadim B. Mikheev#include <postgres.h> moved upper
1997-01-08 Marc G. FournierFrom: wieck@sapserv.debis.de
1997-01-08 Bruce MomjianRemoved equals sign from examples.
1997-01-08 Bruce MomjianNew migration file.
1997-01-08 Vadim B. Mikheev#include "postgres.h"
1997-01-08 Bryan HendersonUse proper types so it compiles on DEC C89. Thanks...
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1997-01-08 Bryan HendersonAdd include of port-protos.h so it works on Ultrix...
1997-01-08 Bryan HendersonFix syntax error
1997-01-08 Marc G. Fournierminor path problem fix by tgl@mythos.jpl.nasa.gov
1997-01-08 Marc G. FournierTypo: Change Postgres95 to PostgreSQL
1997-01-07 Marc G. FournierImprovements to pg_dump to:
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/postc I found 3...
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:
next