index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
Fix handling of wide datetime input/output.
Noah Misch
2013-07-07
Fix include-guard
Magnus Hagander
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-07-18
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-10
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-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
Make include files work without having to include other ones first
Peter Eisentraut
2012-05-02
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-04-30
Mark ReThrowError() with attribute noreturn
Peter Eisentraut
2012-04-14
pg_size_pretty(numeric)
Robert Haas
2012-04-13
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-03-26
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-03-07
Expose an API for calculating catcache hash values.
Tom Lane
2012-03-06
Add a hook for processing messages due to be sent to the server log.
Tom Lane
2012-03-04
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-02-29
Fix typo in comment
Alvaro Herrera
2012-02-29
Move CRC tables to libpgport, and provide them in a separate include file.
Tom Lane
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-02-19
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-16
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-08
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-07
Add a transform function for varbit typmod coercisions.
Robert Haas
2012-02-07
Add a transform function for numeric typmod coercisions.
Robert Haas
2012-02-03
Add array_to_json and row_to_json functions.
Andrew Dunstan
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-27
Show default privileges in information schema
Peter Eisentraut
2012-01-19
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-07
Slightly reorganize struct SnapshotData.
Robert Haas
[next]