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
*
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-10
*
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-07-09
*
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-05-30
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
*
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-12-12
*
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-11-08
*
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-10-05
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
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
*
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
[next]