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
/
test
/
regress
Age
Commit message (
Expand
)
Author
2016-04-01
Type names should not be quoted
Alvaro Herrera
2016-04-01
Get rid of minus zero in box regression test.
Tom Lane
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-30
Improve portability of I/O behavior for the geometric types.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2016-03-30
Remove just-added tests for to_timestamp(float8) with out-of-range inputs.
Tom Lane
2016-03-29
Allow to_timestamp(float8) to convert float infinity to timestamp infinity.
Tom Lane
2016-03-29
Fix support of digits in email/hostnames.
Teodor Sigaev
2016-03-28
Update expected file from quoting change
Alvaro Herrera
2016-03-28
Reset plan->row_security_env and planUserId
Stephen Frost
2016-03-28
Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.
Tom Lane
2016-03-25
Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.
Tom Lane
2016-03-25
Don't split up SRFs when choosing to postpone SELECT output expressions.
Tom Lane
2016-03-24
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
Code review for error reports in jsonb_set().
Tom Lane
2016-03-18
Introduce parse_ident()
Teodor Sigaev
2016-03-17
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-16
Be more careful about out-of-range dates and timestamps.
Tom Lane
2016-03-15
Fix typos.
Robert Haas
2016-03-15
Add simple VACUUM progress reporting.
Robert Haas
2016-03-14
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
Robert Haas
2016-03-13
Fix whitespace and remove obsolete gitattributes entry
Peter Eisentraut
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-11
When appropriate, postpone SELECT output expressions till after ORDER BY.
Tom Lane
2016-03-11
Tsvector editing functions
Teodor Sigaev
2016-03-10
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
Reduce lock level for altering fillfactor
Simon Riggs
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-04
Make stats regression test robust in the face of parallel query.
Tom Lane
2016-03-04
Improve support of Hunspell in ispell dictionary.
Teodor Sigaev
2016-03-03
Fix json_to_record() bug with nested objects.
Tom Lane
2016-02-29
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-28
Allow multiple --temp-config arguments to pg_regress
Andrew Dunstan
2016-02-27
Respect TEMP_CONFIG when pg_regress_check and friends are called
Andrew Dunstan
2016-02-21
Fix two-argument jsonb_object when called with empty arrays
Andrew Dunstan
2016-02-20
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-19
Add an explicit representation of the output targetlist to Paths.
Tom Lane
2016-02-17
Add new system view, pg_config
Joe Conway
2016-02-11
Remove GROUP BY columns that are functionally dependent on other columns.
Tom Lane
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
Make GIN regression test stable.
Fujii Masao
2016-02-08
Fix overeager pushdown of HAVING clauses when grouping sets are used.
Andres Freund
2016-02-07
Fix deparsing of ON CONFLICT arbiter WHERE clauses.
Tom Lane
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-05
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-23
Adjust degree-based trig functions for more portability.
Tom Lane
2016-01-22
Add trigonometric functions that work in degrees.
Tom Lane
[next]