]> granicus.if.org Git - postgresql/history - src/backend/tcop/postgres.c
Add time/date macros for code clarity:
[postgresql] / src / backend / tcop / postgres.c
2005-07-21 Bruce MomjianAdd time/date macros for code clarity:
2005-07-14 Tom LaneIntegrate autovacuum functionality into the backend...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-06-22 Tom LaneFix the mechanism for reporting the original table...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-06-02 Tom LanePush enable/disable of notify and catchup interrupts...
2005-06-01 Bruce MomjianFix log_statement to properly recognize SELECT INTO...
2005-05-24 Bruce MomjianLog queries for client-side prepare/execute. Simon...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-20 Tom LaneMove pgstat_report_tabstat() call so that stats are...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-10-15 Bruce MomjianHave log_duration only output when log_statement has...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-09-26 Tom LaneRepair bug that would allow libpq to think a command...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
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-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
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-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 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 Bruce MomjianRemove crude test for log_statement_stats in startup...
2004-04-25 Neil ConwayRemove the last traces of Joe Hellerstein's "xfunc...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
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-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Bruce MomjianRemove GUC log_statement, log_pid, log_timestamp, log_s...
2004-03-09 Bruce MomjianAdd:
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-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-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 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-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...
next