summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-301-1/+18
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-201-144/+352
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-121-49/+49
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-011-3/+2
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-301-2/+6
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-301-2/+16
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-081-1/+1
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-011-1/+18
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-291-95/+109
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-231-1/+3
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-052-20/+20
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-041-9/+27
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-201-0/+2
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-201-14/+25
* Fix corner case bug in numeric to_char().Tom Lane2011-09-071-7/+20
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-071-56/+115
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-061-4/+4
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-011-6/+13
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-011-58/+50
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-311-8/+73
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-301-2/+2
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-291-11/+23
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-261-6/+30
* Revert "Tweak postgresql.conf.sample's comments on listen_addresess."Robert Haas2011-08-251-1/+1
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-251-1/+1
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-161-21/+14
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-161-23/+34
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-162-46/+53
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-131-0/+2
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-051-3/+4
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-163-15/+15
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-161-0/+27
* Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane2011-07-121-1/+3
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-082-7/+15
* Message style improvementsPeter Eisentraut2011-07-081-2/+2
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-072-22/+33
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-061-38/+59
* Message style tweaksPeter Eisentraut2011-07-052-5/+5
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-021-1/+1
* Protect pg_stat_reset_shared() against NULL inputMagnus Hagander2011-06-291-3/+11
* Message style and spelling improvementsPeter Eisentraut2011-06-221-2/+2
* Capitalization fixesPeter Eisentraut2011-06-193-6/+6
* Add overflow checks to int4 and int8 versions of generate_series().Robert Haas2011-06-172-0/+8
* Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane2011-06-151-1/+0
* Fix failure to account for memory used by tuplestore_putvalues().Tom Lane2011-06-151-4/+5
* Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian2011-06-111-0/+1
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-099-93/+94
* Fix pg_get_constraintdef to cope with NOT VALID constraintsAlvaro Herrera2011-06-031-0/+3
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-032-87/+319
* Fix null-dereference crash in parse_xml_decl().Tom Lane2011-05-281-4/+6