aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane2012-01-12
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16
* Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane2011-07-08
* Reclassify replication-related GUC variables as "master" and "standby".Tom Lane2011-07-07
* Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane2011-07-06
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Fix failure to check whether a rowtype's component types are sortable.Tom Lane2011-06-03
* Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.Tom Lane2011-05-11
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Remove partial and undocumented GRANT .. FOREIGN TABLE support.Robert Haas2011-04-25
* Fix char2wchar/wchar2char to support collations properly.Tom Lane2011-04-23
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Teach pattern_fixed_prefix() about collations.Tom Lane2011-04-11
* Fix the size of predicate lock manager's shared memory hash tables at creation.Heikki Linnakangas2011-04-11
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07
* Add casts from int4 and int8 to numeric.Robert Haas2011-04-05
* Support comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* Clean up a few failures to set collation fields in expression nodes.Tom Lane2011-03-26
* Remove duplicate time-based macros recently added.Bruce Momjian2011-03-14
* Make all comparisons done for/with statistics use the default collation.Tom Lane2011-03-12
* Use macros for time-based constants, rather than constants.Bruce Momjian2011-03-12
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-09
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane2011-03-03
* Rearrange snapshot handling to make rule expansion more consistent.Tom Lane2011-02-28
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-27
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-22
* Allow binary I/O of type "void".Tom Lane2011-02-22
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-16
* Add FOREACH IN ARRAY looping to plpgsql.Tom Lane2011-02-16
* Fix obsolete comment.Tom Lane2011-02-15
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* DDL support for collationsPeter Eisentraut2011-02-12
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Avoid maintaining three separate copies of the error codes list.Robert Haas2011-02-03
* Re-classify ERRCODE_DATABASE_DROPPED to 57P04Simon Riggs2011-02-01
* Create new errcode for recovery conflict caused by db drop on master.Simon Riggs2011-02-01