index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Commit message (
Expand
)
Author
Age
*
Rewrite libxml error handling to be more robust.
Tom Lane
2011-07-20
*
Introduce sending servers as new category for replication params
Simon Riggs
2011-07-19
*
Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.
Robert Haas
2011-07-18
*
Add temp_file_limit GUC parameter to constrain temporary file space usage.
Tom Lane
2011-07-17
*
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-16
*
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-08
*
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-07
*
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-07-06
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Add notion of a "transform function" that can simplify function calls.
Robert Haas
2011-06-21
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-06-03
*
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-05-11
*
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-28
*
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-25
*
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-23
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
*
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
*
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-05
*
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-04-01
*
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
*
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-14
*
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
*
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-12
*
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-09
*
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-04
*
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
*
Allow binary I/O of type "void".
Tom Lane
2011-02-22
*
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-19
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
*
Add backwards-compatible declarations of some core GIN support functions.
Tom Lane
2011-02-16
*
Add FOREACH IN ARRAY looping to plpgsql.
Tom Lane
2011-02-16
*
Fix obsolete comment.
Tom Lane
2011-02-15
*
Rearrange extension-related views as per recent discussion.
Tom Lane
2011-02-14
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Avoid maintaining three separate copies of the error codes list.
Robert Haas
2011-02-03
*
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
Simon Riggs
2011-02-01
*
Create new errcode for recovery conflict caused by db drop on master.
Simon Riggs
2011-02-01
*
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
*
Add array_contains_nulls() function in arrayfuncs.c.
Tom Lane
2011-01-08
*
Fix GIN to support null keys, empty and null items, and full index scans.
Tom Lane
2011-01-07
[next]