summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2010-12-29Avoid unexpected conversion overflow in planner for distant date values.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-02Fix up flushing of composite-type typcache entries to be driven directly byTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-12-03Fix bug in temporary file management with subtransactions. A cursor openedHeikki Linnakangas
2009-09-03Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definerTom Lane
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-04-17Repair two places where SIGTERM exit could leave shared memory stateTom Lane
2008-01-23Prevent integer overflow within the integer-datetimes version ofTom Lane
2007-11-07Improve the performance of LIKE/regex estimation in non-C locales, by makingTom Lane
2007-10-13Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexesTom Lane
2007-08-31Apply a band-aid fix for the problem that 8.2 and up completely misestimateTom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-01-03Fix regex_fixed_prefix() to cope reasonably well with regex patterns of theTom Lane
2006-11-08Tweak accumArrayResult() to double the size of its working arrays whenTom Lane
2006-11-05Fix recently-identified PITR recovery hazard: the base backup could containTom Lane
2006-10-19Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane
2006-10-18Fix up timetz input so that a date is required only when the specifiedTom Lane
2006-10-07On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane
2006-10-06Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane
2006-10-05Cleanup for pglz_compress code: remove dead code, const-ify API ofTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03The attached patch changes units of the some default values inBruce Momjian
2006-09-28Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane
2006-09-20Change patternsel (LIKE/regex selectivity estimation) so that if thereTom Lane
2006-09-18Add built-in userlock manipulation functions to replace the formerTom Lane
2006-09-16Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs,Tom Lane
2006-09-10If we're going to advertise the array overlap/containment operators,Tom Lane
2006-09-07Clean up logging for extended-query-protocol operations, as per my recentTom Lane
2006-09-05Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane
2006-09-05Fix imprecision from interval rounding of multiplication/division.Bruce Momjian
2006-09-03Arrange for GetSnapshotData to copy live-subtransaction XIDs from theTom Lane
2006-09-03Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian
2006-09-02Change FETCH/MOVE to use int8.Bruce Momjian
2006-08-29Now bind displays prepare as detail, and execute displays prepare andBruce Momjian
2006-08-14Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane
2006-08-14Revert (again) GUC patch to return commented fields to their defaultBruce Momjian
2006-08-13Recommit patch to allow commented GUC variables to return to theirBruce Momjian
2006-08-13Re-apply guc cleanup patch, with memory allocation bugs fixed.Bruce Momjian
2006-08-12Back out patch to reorganize guc processing. Was causing regressionBruce Momjian
2006-08-12Back out patch that allowed commented guc variables to return to theirBruce Momjian
2006-08-12Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane
2006-08-11Allow commenting of variables in postgresql.conf to restore them toBruce Momjian
2006-08-11Refactor GUC set_config_option function:Bruce Momjian
2006-08-08For protocol-level prepare/bind/execute:Bruce Momjian
2006-07-31Change the relation_open protocol so that we obtain lock on a relationTom Lane