]> granicus.if.org Git - postgresql/history - src/backend/tcop
Another pgindent run with lib typedefs added.
[postgresql] / src / backend / tcop /
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-08-12 Tom LaneAllow commas in BEGIN, START TRANSACTION, and SET TRANS...
2004-08-12 Tom LaneAllow optional SAVEPOINT keyword in RELEASE and ROLLBAC...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneRevert ill-conceived patch that made elog(FATAL) the...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-11 Tom LaneWhen using extended-query protocol, postpone planning...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-26 Tom LaneUse new forboth() macro to make loop coding a bit clearer.
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-19 Bruce MomjianOnly do pkglib_path if needed.
2004-05-19 Bruce MomjianOnly do find_my_exec if it doesn't come from the postma...
2004-05-19 Bruce MomjianMove find_my_exec lower so elog() works, per Tom.
2004-05-18 Bruce MomjianMove get_pkglib_path up into main.c too.
2004-05-18 Bruce MomjianMove find_my_exec() way up into main.c so it is availab...
2004-05-17 Bruce MomjianReorganize code to allow path-relative installs.
2004-05-14 Bruce MomjianAdjust find_my_exec/find_other_exec() so that the retur...
2004-05-13 Bruce MomjianReorganize backend code to more cleanly manage executab...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-05-11 Bruce MomjianAs part of the work for making relocatable installs...
2004-05-07 Neil ConwayRefactor CheckDropPermissions() to move some initializa...
2004-05-07 Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-22 Bruce MomjianThis patch makes the EXECUTE command's completion tag...
2004-04-19 Bruce MomjianFix for BEGIN with ISOLATION/READONLY clauses.
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-11 Bruce MomjianExit backend from SIGTERM or FATAL by simulating client...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-03-24 Tom LaneReplace max_expr_depth parameter with a max_stack_depth...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-18 Bruce MomjianFix log_executor_stats if() test.
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
2004-03-05 Bruce MomjianFix log_executor_stats for non-multi queries. Backpatc...
2004-02-21 Tom LaneFix random build breakage from log_disconnections patch.
2004-02-17 Bruce MomjianRename function log_session_end to log_disconnections.
2004-02-17 Bruce MomjianFix prototype for on_proc_exit in log_disconnections...
2004-02-17 Bruce MomjianThis patch brings up to date what I did last year ...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-06 Jan WieckCost based vacuum delay feature.
2004-02-03 Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-26 Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26 Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26 Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Bruce MomjianFinal rearrangement of main postgresql child process...
2004-01-06 Neil ConwayRemove unused 'noversion' command-line option processin...
2003-12-25 Bruce MomjianContinued rearrangement to permit pgstat + BootstrapMai...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-12-01 Tom LaneAvoid assuming that type key_t is 32 bits, since it...
2003-11-29 Tom LanePut out a more useful version indication in the welcome...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-24 Tom LaneRepair missed renamings of show_statement_stats and...
2003-10-19 Tom LaneSave_r, Save_t should be static not global variables.
2003-10-18 Peter EisentrautCleanup on --help-config: Now called --describe-config...
2003-10-16 Tom LaneFix bad interaction between NOTIFY processing and V3...
2003-10-09 Bruce MomjianChange "query:" to "statement:".
2003-10-08 Bruce MomjianHave log_min_duration_statement = 0 always print durati...
2003-10-04 Bruce MomjianFix log_duration and log_min_duration_statement to...
2003-10-02 Peter EisentrautChange some notices to warnings and vice versa accordin...
2003-09-29 Bruce MomjianThis patch fixes an obvious bug in the "should I print...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-27 Peter EisentrautYou can't NLS-enable a program component by just puttin...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-09-14 Tom LaneReconsider placement of MemoryContextCheck() call ...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-09-02 Tom LaneCause standalone backend (including bootstrap case...
2003-08-26 Tom LaneMop-up for previous change to determine default shared_...
2003-08-13 Tom LaneMove MemoryContextCheck() call from bottom of PostgresM...
2003-08-12 Tom LaneMarginal hacks to move some processing out of the per...
2003-08-12 Tom LaneChange some frequently-reached elog(DEBUG...) calls...
2003-08-06 Tom LaneRename fields of DestReceiver to avoid collisions with...
2003-08-04 Tom LaneRemove --enable-recode feature, since it's been broken...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix inconsistent static-vs-not-static declarations.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
next