aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Rewrite libxml error handling to be more robust.Tom Lane2011-07-20
* Introduce sending servers as new category for replication paramsSimon Riggs2011-07-19
* Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas2011-07-18
* Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane2011-07-17
* 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
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Add notion of a "transform function" that can simplify function calls.Robert Haas2011-06-21
* 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
* Code cleanup for assign_XactIsoLevel.Robert Haas2011-01-21
* Add array_contains_nulls() function in arrayfuncs.c.Tom Lane2011-01-08
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07