]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
[postgresql] / src / backend / tcop / postgres.c
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
2000-03-23 Bruce Momjian>> 5. empty define that results in an empty but termina...
2000-03-01 Tatsuo IshiiRemove using puts() to print messages. Instead use...
2000-02-22 Hiroshi InoueChange cancel while waiting-for-lock stuff.
2000-02-21 Hiroshi Inouefix the TODO
2000-02-20 Tom LaneReduce proc_exit(1) to proc_exit(0) for errors detected...
2000-02-19 Tom LaneGet rid of postgres.c's separate parsing logic for...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-22 Tom LaneRevise handling of index-type-specific indexscan cost...
2000-01-09 Tatsuo IshiiDo not start if postmaster is running.
1999-12-22 Hiroshi Inoueto live in a transaction before access to db
1999-11-16 Tom LaneModify elog() logic so that it won't try to longjmp...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-10-08 Bruce MomjianUpdate display of debug levels.
1999-10-08 Bruce Momjianclean up debug flags.
1999-10-08 Bruce MomjianCleanup -is flag to -l for SSL. Another PERL variable...
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-08-31 Tom LaneCommit the bulk of Mike Ansley's long-query changes...
1999-07-22 Tom LanePlug several holes in backend's ability to cope with
1999-07-19 Bruce MomjianRe-add getopt.h check, remove NT-specific tests for it.
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-02 Bruce MomjianFix for removal of temp tables if last transaction...
1999-05-29 Vadim B. Mikheev1. Run all pg_dump queries in single serializable trans...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneModify backend switch parsing to prevent 'insecure...
1999-05-22 Bruce MomjianMake postgres prompt backend>, and remove PARSEDEBUG.
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-11 Jan WieckChanged debug options:
1999-05-09 Tom LaneRearrange top-level rewrite operations so that EXPLAIN...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-05-01 Tom Lane-T was omitted from getopt() call.
1999-04-25 Tom LaneRevise backend libpq interfaces so that messages to...
1999-04-20 Tom LaneChange elog(ERROR) to get back to main loop via a plain...
1999-03-22 Bruce MomjianHi,
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-18 Bruce MomjianEnable bushy and right-hand queries by default.
1999-02-18 Bruce MomjianEnable bushy plans by default.
1999-02-16 Bruce MomjianRe-enable bushy plans. Vadim want them.
1999-02-15 Bruce MomjianRemove duplicate geqo functions, and more optimizer...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-18 Bruce MomjianHi!
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-10-16 Bruce MomjianThe problem is that read_pg_options needs DataDir to...
1998-10-13 Marc G. FournierThis is plain wrong, but check to see if DataDir was...
1998-10-13 Marc G. Fourniercase statement in select call was missing a break...
1998-10-06 Tom LaneSubstantial rewrite of async.c to avoid problems with...
1998-10-02 Tom LaneClean up some minor bugs concerning what was inside...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Thomas G. LockhartMove debugging printout of the query tree to print...
1998-08-24 Bruce Momjian This is the final state of the rule system for...
1998-08-04 Bruce MomjianMergeSort was sometimes called mergejoin and was confus...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-18 Bruce MomjianAdd auto-size to screen to \d? commands. Use UNION...
1998-07-09 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-16 Bruce MomjianHi, here are the patches to enhance existing MB handlin...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-09 Bruce MomjianAnother for for exec() removal and finding binaries.
1998-06-08 Bruce MomjianFixed exec path problem.
1998-06-04 Bruce MomjianShow backend status on ps command line. Remove unused...
1998-05-29 Bruce MomjianRemove fork()/exec() and only do fork(). Small cleanups.
1998-05-27 Bruce Momjianpostmaster/postgres options cleanup.
1998-05-26 Bruce MomjianFix for postgres started from command line, sends ...
1998-05-19 Bruce MomjianAllow cancel from client of backend query. Change...
1998-05-06 Bruce MomjianWhat I've done:
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-24 Marc G. FournierFrom: "Denis V. Dmitrienko" <denis@null.net>
1998-02-02 Marc G. Fournier#if aix changed to #if HAVE_SYS_SELECT_H
1998-02-01 Bruce MomjianAIX patch from Darren King and Univel patch from Billy...
1998-01-26 Marc G. FournierFrom: Phil Thompson <phil@river-bank.demon.co.uk>
1998-01-25 Bruce Momjiangetpid/pid cleanup
1998-01-13 Marc G. FournierSome *very* major changes by darrenk@insightdist.com...
1998-01-09 Bruce MomjianYohoo UNIONS of VIEWS.
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-16 Thomas G. LockhartUse environment variable PGDATESTYLE on backend startup...
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-10 Thomas G. LockhartChange quickdie elog notice to a single message.
1997-11-09 Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-11-07 Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
next