]> granicus.if.org Git - postgresql/history - src/include/utils
Create the planner mechanism for optimizing simple MIN and MAX queries
[postgresql] / src / include / utils /
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneFix resource owner code to generate catcache and relcac...
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-24 Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-16 Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-25 Teodor SigaevIn accordance to
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-24 Tom LaneA client_encoding specification coming from the connect...
2004-11-14 Tom LaneRemove GUC USERLIMIT variable category, making the...
2004-11-09 Tom LaneUse a hopefully-more-reliable method of detecting defau...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-22 Tom LaneAdd a GUC_SUPERUSER_ONLY flag to mark GUC variables...
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-09 Tom LaneAdjust configuration-files GUC behavior as per my recen...
2004-10-08 Tom LaneWhack some sense into the configuration-file-location...
2004-10-04 Tom LaneRemove arithmetic operators on the 1-byte-char datatype...
2004-10-01 Tom LaneCode review for NOWAIT patch: downgrade NOWAIT from...
2004-09-28 Tom LaneArrange to preallocate all required space for the buffe...
2004-09-16 Tom LaneFix oversight: there's no reason for PG_TRY to use...
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-16 Neil ConwayFix a read of uninitialized memory in array_out()....
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-11 Tom LaneRenumber SnapshotNow and the other special snapshot...
2004-09-10 Bruce MomjianFix palloc call from /port for Cygwin.
2004-09-05 Tom LaneOn further consideration, there's another problem here...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-08-27 Tom LaneIntroduce local hash table for lock state, as per recen...
2004-08-08 Tom LaneIf these are ifdef WIN32 in the .c file, should be...
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-05 Tom LaneCreate a built-in log rotation program, so that we...
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-07-31 Tom LaneSupport "OR condition ..." in plpgsql EXCEPTION clauses...
2004-07-31 Tom Laneplpgsql does exceptions.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-12 Bruce MomjianAdd has_tablespace_privilege().
2004-07-11 Bruce MomjianAllow configuration files to be placed outside the...
2004-07-06 Bruce MomjianAdd comment describing ereport() NOTICE/WARNING distinc...
2004-07-02 Tom LaneAdd missing operators of the form interval-plus-datetim...
2004-07-02 Joe ConwayAndreas Pflug wrote:
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-25 Tom LaneAdd pg_get_serial_sequence() function, and cause pg_dum...
2004-06-24 Tom LaneReplace direct fprintf(stderr) calls by write_stderr...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-13 Tom LaneGive inet/cidr datatypes their own hash function that...
2004-06-13 Tom LaneCode review for recently-added network functions. ...
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-05 Tom LaneMake the world very nearly safe for composite-type...
2004-06-03 Tom LaneAdjust our timezone library to use pg_time_t (typedef...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-28 Tom LaneCode review for EXEC_BACKEND changes. Reduce the numbe...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Bruce MomjianThe added aggregates are:
2004-05-26 Bruce MomjianThe patch adresses the TODO list item "Allow external...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-16 Neil ConwayChange ln(), log(), power(), and sqrt() to emit the...
2004-05-14 Neil ConwayImplement the width_bucket() function, per SQL2003...
2004-05-14 Neil ConwayImprove documentation for SQLSTATE error codes, per...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-06 Tom LaneMake ALTER COLUMN TYPE preserve clustered status for...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-05-01 Bruce MomjianAlign prototype in C code.
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2004-04-07 Bruce Momjian> >>1. change the type of "log_statement" option from...
2004-04-05 Bruce MomjianRemove 'syslog' GUC variable, and add more logical...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-22 Tom LaneAdd timestamp-versus-timestamptz cross-type comparison...
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...
next