index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2012-08-28
remove catcache.h from syscache.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
2012-08-27
Collect and use histograms of lower and upper bounds for range types.
Heikki Linnakangas
2012-08-21
Mark DateTimeParseError() noreturn
Peter Eisentraut
2012-08-21
Teach compiler that ereport(>=ERROR) does not return
Peter Eisentraut
2012-08-16
Add SP-GiST support for range types.
Heikki Linnakangas
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-07-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-18
Refactor the way code is shared between some range type functions.
Heikki Linnakangas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Introduce timeout handling framework
Alvaro Herrera
2012-07-11
Add array_remove() and array_replace() functions.
Tom Lane
2012-07-10
Re-implement extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-09
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-21
Add a small cache of locks owned by a resource owner in ResourceOwner.
Heikki Linnakangas
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-14
Remove RELKIND_UNCATALOGED.
Robert Haas
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-25
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-03
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-02
Add COLLATION FOR expression
Peter Eisentraut
2012-02-28
Fix typo in comment
Alvaro Herrera
2012-02-28
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-13
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-06
Slightly reorganize struct SnapshotData.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
[next]