OSDN Git Service

Add proallargtypes and proargmodes columns to pg_proc, as per my earlier
[pg-rex/syncrep.git] / src / backend / tcop /
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-10 Tom LaneFix SPI cursor support to allow scanning the results...
2005-02-01 Neil ConwayFix a bug induced by the list-rewrite that resulted...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-24 Tom LaneDisallow LOAD to non-superusers. Per report from John...
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-10-04 Tom LanePortalRun must guard against the possibility that the...
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-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 post
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:".
next