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
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-24
Correctly handle NULLs in JSON output.
Andrew Dunstan
2012-02-22
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-21
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-20
Fix a couple of cases of JSON output.
Andrew Dunstan
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-15
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
Speed up in-memory tuplesorting.
Robert Haas
2012-02-14
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-09
Add a comment to AdjustIntervalForTypmod to reduce chance of future bugs.
Robert Haas
2012-02-09
Improve interval_transform function to detect a few more cases.
Robert Haas
2012-02-08
Add transform functions for various temporal typmod coercisions.
Robert Haas
2012-02-08
Fix typos pointed out by Noah Misch.
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-02-01
Try to be more consistent about accepting denormalized float8 numbers.
Tom Lane
2012-01-31
Built-in JSON data type.
Robert Haas
2012-01-30
Make group commit more effective.
Heikki Linnakangas
2012-01-30
Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.
Heikki Linnakangas
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
Tweak index costing for problems with partial indexes.
Tom Lane
2012-01-28
Use parameterized paths to generate inner indexscans more flexibly.
Tom Lane
2012-01-27
Show default privileges in information schema
Peter Eisentraut
2012-01-27
Do not access indclass through Form_pg_index
Peter Eisentraut
2012-01-26
Adjust tuplesort.c based on the fact that we never use the OS's qsort().
Robert Haas
2012-01-26
Add deadlock counter to pg_stat_database
Magnus Hagander
2012-01-26
Track temporary file count and size in pg_stat_database
Magnus Hagander
2012-01-25
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-24
Suppress variable-clobbered-by-longjmp warning seen with older gcc versions.
Tom Lane
2012-01-24
Reduce tab outdent of "error handling" GUC comments in postgresql.conf,
Bruce Momjian
2012-01-20
Further doc cleanups from the pg_stat_activity changes
Magnus Hagander
2012-01-19
Add bitwise AND, OR, and NOT operators for macaddr data type.
Robert Haas
2012-01-19
Separate state from query string in pg_stat_activity
Magnus Hagander
2012-01-19
Make pg_relation_size() and friends return NULL if the object doesn't exist.
Heikki Linnakangas
2012-01-18
Catch fatal flex errors in the GUC file lexer.
Robert Haas
2012-01-15
Allow a user to kill his own queries using pg_cancel_backend()
Magnus Hagander
2012-01-14
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-25
Rethink representation of index clauses' mapping to index columns.
Tom Lane
2011-12-23
Improve planner's handling of duplicated index column expressions.
Tom Lane
2011-12-23
Add bytea_agg, parallel to string_agg.
Robert Haas
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-12-21
Shave a few cycles in string_agg().
Robert Haas
2011-12-21
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-19
Add support for privileges on types
Peter Eisentraut
[next]