]> granicus.if.org Git - postgresql/history - src
Rethink the order of expression preprocessing: eval_const_expressions
[postgresql] / src /
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneTeach const-expression simplification to simplify boole...
2005-03-27 Tom LaneEliminate duplicate hasnulls bit testing in index tuple...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-26 Tom LaneFix a pair of related issues with estimation of inequal...
2005-03-26 Tom LaneUse a bitmapset instead of a list for duplicate-column...
2005-03-26 Tom LaneRewrite rewriteTargetList() to avoid O(N^2) behavior...
2005-03-26 Tom LaneAdd Windows-specific variant comparison file.
2005-03-26 Tom LaneAdd another ORDER BY to rules test to eliminate platfor...
2005-03-26 Tom LanePrevent to_char(interval) from dumping core on month...
2005-03-25 Bruce MomjianUse 'cp' and 'chmod' in place of 'install' to install...
2005-03-25 Tom LaneRemove lazy_update_relstats; go back to having VACUUM...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-25 Tom LaneFix resource owner code to generate catcache and relcac...
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-25 Tom LaneFix two bugs in change_owner_recurse_to_sequences:...
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-25 Tom LaneFix to_date to behave reasonably when CC and YY fields...
2005-03-25 Tom LaneMake initialization of special trigger variables a...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24 Tom LaneRevert ill-conceived change of libpq linkage --- breaks...
2005-03-24 Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-24 Bruce MomjianForce PG client applications to link to non-shared...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2005-03-24 Bruce MomjianSet socket timer to 58 instead of 60 minutes for hour...
2005-03-24 Tom LaneFix python regression testing script to bail out early...
2005-03-24 Tom LaneAdjust plpython to convert \r\n and \r to \n in Python...
2005-03-24 Bruce MomjianTouch postmaster log file every hour, rather than every...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-21 Tom LaneFix quote_ident to use quote_identifier rather than...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-20 Tom LaneOn Windows, use QueryPerformanceCounter instead of...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-20 Bruce MomjianAdd mention of why malloc() has to be used in snprintf.c.
2005-03-20 Bruce MomjianDepartment of second thoughts. Remove FRONTEND from...
2005-03-20 Bruce MomjianFix typo in Makefile.
2005-03-20 Bruce MomjianAnother change for FRONTEND snprintf.c.
2005-03-20 Bruce MomjianMark snprintf.c as a file that uses FRONTEND and needs...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-19 Tom LaneUpgrade localbuf.c to use a hash table instead of linea...
2005-03-18 Tom LanePut 'dump complete' message in the right place, so...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Michael MeskesAdded patch by Christof Petig <christof@petig-baender...
2005-03-18 Tom LaneAvoid infinite loop in InvalidateBuffer if we ourselves...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2005-03-17 Neil ConwayThis patch moves some code for preprocessing FOR UPDATE...
2005-03-17 Tom LaneUpdate obsolete comment.
2005-03-17 Neil ConwayTrivial comment tweak.
2005-03-17 Bruce MomjianFactor duplicate snprintf code into functions.
2005-03-16 Neil ConwayThis patch makes \d on tables and views sort fk constra...
2005-03-16 Bruce MomjianForce initdb cause of encoding additions.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-16 Bruce Momjianpgindent snprintf.c for consistency.
2005-03-16 Bruce MomjianFix snprintf for %*$.
2005-03-16 Bruce MomjianAdd CVS \r\n regression tests.
2005-03-16 Bruce MomjianFix snprintf to handle %$ properly by storing and reord...
2005-03-16 Bruce MomjianAdd missing include for new lc_ctype_is_c() function.
2005-03-16 Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-16 Neil ConwayWrap the implementation of fork_process() inside #ifnde...
2005-03-14 Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-14 Bruce MomjianUpdate comments for new encoding names.
2005-03-13 Tom LaneAdd missing identification comment, remove entirely...
2005-03-13 Tom LaneAdd some missing #includes.
2005-03-13 Tom LaneForgot that I had intended to replace division by maski...
2005-03-13 Neil ConwayMake default_with_oids default to false -- user-created...
2005-03-13 Neil ConwayUpdate obsolete comment.
2005-03-13 Bruce MomjianDocument aliases for our supported encodings.
2005-03-12 Tom LaneWhen cloning template0 (or other fully-frozen databases...
2005-03-12 Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-03-12 Bruce MomjianHandle carriage returns and line feeds in COPY CSV...
2005-03-12 Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2005-03-12 Bruce MomjianFix snprintf() to properly handle precision specificati...
2005-03-12 Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-11 Bruce MomjianAdd 'static' to initdb.c file-global variables.
2005-03-11 Bruce MomjianMark file-global function and variables as static.
2005-03-11 Neil ConwaySlight refactoring and optimization of some code in...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-03-10 Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2005-03-10 Neil ConwayRefactor fork()-related code. We need to do various...
2005-03-07 Neil ConwayUnbreak out-of-tree builds, by fixing a typo.
2005-03-07 Neil ConwayReplace an instance of $Id$ and an instance of $Header...
next