index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Add lock_timeout configuration parameter.
Tom Lane
2013-03-16
*
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-03-14
*
Add cost estimation of range @> and <@ operators.
Heikki Linnakangas
2013-03-14
*
JSON generation improvements.
Andrew Dunstan
2013-03-10
*
SP-GiST support of the range adjacent operator -|-
Heikki Linnakangas
2013-03-08
*
Arrange to cache FdwRoutine structs in foreign tables' relcache entries.
Tom Lane
2013-03-06
*
Code beautification for object-access hook machinery.
Robert Haas
2013-03-06
*
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-03-05
*
Fix overflow check in tm2timestamp (this time for sure).
Tom Lane
2013-03-04
*
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-03
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Move relpath() to libpgcommon
Alvaro Herrera
2013-02-21
*
Split pgstat file in smaller pieces
Alvaro Herrera
2013-02-18
*
Add ALTER ROLE ALL SET command
Peter Eisentraut
2013-02-17
*
Fix CVE-2013-0255 properly.
Tom Lane
2013-02-13
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Simplify box_overlap computations.
Tom Lane
2013-02-08
*
Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan
2013-02-06
*
Prevent execution of enum_recv() from SQL.
Tom Lane
2013-02-04
*
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
Simon Riggs
2013-02-04
*
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2013-02-03
*
Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.
Simon Riggs
2013-02-02
*
Reject nonzero day fields in AT TIME ZONE INTERVAL functions.
Tom Lane
2013-01-31
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
*
Change plan caching to honor, not resist, changes in search_path.
Tom Lane
2013-01-25
*
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2013-01-25
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.
Tom Lane
2013-01-21
*
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-21
*
Fix error-checking typo in check_TSCurrentConfig().
Tom Lane
2013-01-20
*
Fix an O(N^2) performance issue for sessions modifying many relations.
Tom Lane
2013-01-20
*
Improve memory space management in tuplesort and tuplestore.
Tom Lane
2013-01-17
*
Base the default SSL ciphers on DEFAULT instead of ALL
Magnus Hagander
2013-01-17
*
Fix hash_update_hash_key() to handle same-bucket case correctly.
Tom Lane
2013-01-14
*
Reject out-of-range dates in to_date().
Tom Lane
2013-01-14
*
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
*
Make spelling more uniform
Peter Eisentraut
2013-01-13
*
Update comments for elog_start().
Tom Lane
2013-01-13
*
Redesign the planner's handling of index-descent cost estimation.
Tom Lane
2013-01-11
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
*
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-04
*
Fix IsUnderPostmaster/EXEC_BACKEND confusion
Alvaro Herrera
2013-01-02
*
Set MaxBackends only on bootstrap and standalone modes
Alvaro Herrera
2013-01-02
*
Make sure MaxBackends is always set
Alvaro Herrera
2013-01-02
*
Fix background workers for EXEC_BACKEND
Alvaro Herrera
2013-01-02
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
*
Fix some minor issues in view pretty-printing.
Tom Lane
2012-12-24
[next]