summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-03-12Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane
2005-03-01Release proclock immediately in RemoveFromWaitQueue() if it representsTom Lane
2005-02-19Ensure that the resolved datatype of any unknown Param is propagatedTom Lane
2005-02-14ALTER LANGUAGE RENAME has never worked. Per Sergey Yatskevich.Tom Lane
2005-02-10Back-patch fix for a typo that unintentionally disabled backward scansTom Lane
2005-02-08If we're gonna check for array overrun, we really should do so beforeTom Lane
2005-02-07Prevent 4 more buffer overruns in the PL/PgSQL parser. This is just aNeil Conway
2005-02-06Repair CLUSTER failure after ALTER TABLE SET WITHOUT OIDS. Turns outTom Lane
2005-02-06Back-port heap_deformtuple() into 7.4 branch; needed for planned fix forTom Lane
2005-01-30Stamp release 7.4.7.Tom Lane
2005-01-27Check that aggregate creator has the right to execute the transitionTom Lane
2005-01-26Back-patch 8.0 version of plperl_hash_from_tuple() into prior releasesTom Lane
2005-01-24Disallow LOAD to non-superusers. Per report from John Heasman.Tom Lane
2005-01-24Fix memory leak in rtdosplit, per report from Clive Page.Tom Lane
2005-01-23The result of a FULL or RIGHT join can't be assumed to be sorted by theTom Lane
2005-01-21Prevent overrunning a heap-allocated buffer if more than 1024 parametersNeil Conway
2005-01-13Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka
2005-01-11interval_out failed to mention 'ago' for negative intervals in SQL andTom Lane
2004-12-23Avoid memory leakage during VACUUM FULL when an index expression orTom Lane
2004-12-17Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane
2004-12-17array_map failed to insert correct result type in an empty array.Tom Lane
2004-12-13Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane
2004-12-13Back-patch copyOject fix for EXPLAIN/PREPARE.Tom Lane
2004-12-11Translation updatePeter Eisentraut
2004-12-11Translation updatePeter Eisentraut
2004-12-03Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane
2004-12-03Translation fix by Julien CristauPeter Eisentraut
2004-12-02Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane
2004-12-01Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane
2004-11-28Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane
2004-11-24Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane
2004-11-24Our interface code for Spencer's regexp package was checking for regexpTom Lane
2004-11-18Back-patch fix for ALTER DATABASE failing to flush pg_database changesTom Lane
2004-11-17Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane
2004-11-17Backpatch fix from HEAD:Neil Conway
2004-11-16Translation updatePeter Eisentraut
2004-11-10List VALUE as a keyword.Michael Meskes
2004-11-09In PGSharedMemoryIsInUse, assume that EACCES indicates a shmem segmentTom Lane
2004-11-08Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane
2004-11-01fixed bug in REVOKE statement cat_str only has 8 argumentsDave Cramer
2004-10-30New translationsPeter Eisentraut
2004-10-29Rearrange order of pre-commit operations: must close cursors before doingTom Lane
2004-10-27Translation updatePeter Eisentraut
2004-10-22Stamp release 7.4.6.REL7_4_6Tom Lane
2004-10-22Prevent pg_ctl from being run as root. Since it uses configuration filesTom Lane
2004-10-21Correctly cast the return value of a CallableStatement when getShortKris Jurka
2004-10-13Repair possible failure to update hint bits back to disk, perTom Lane
2004-10-12Translation updatePeter Eisentraut
2004-10-05'::' is no longer interpreted as a variable in a prepare statement.Michael Meskes