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
2013-01-21
Add ddl_command_end support for event triggers.
Robert Haas
2013-01-14
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
Tom Lane
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2013-01-04
Invent a "one-shot" variant of CachedPlans for better performance.
Tom Lane
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-24
Update comments on rd_newRelfilenodeSubid.
Simon Riggs
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-08
Support automatically-updatable views.
Tom Lane
2012-12-01
COPY FREEZE and mark committed on fresh tables.
Simon Riggs
2012-11-12
Use correct text domain for translating errcontext() messages.
Heikki Linnakangas
2012-11-07
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-09
Rename USE_INLINE to PG_USE_INLINE
Alvaro Herrera
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-09-24
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-04
Fix to_date() and to_timestamp() to allow specification of the day of
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
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-22
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-17
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-10
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-24
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-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
[next]