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
Age
Commit message (
Expand
)
Author
2016-04-05
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
Fix parallel-safety code for parallel aggregation.
Robert Haas
2016-04-05
Add parallel query support functions for assorted aggregates.
Robert Haas
2016-04-04
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-04
Improve estimate of distinct values in estimate_num_groups().
Dean Rasheed
2016-04-02
Fix typo in pg_regress.c
Stephen Frost
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-04-01
test_slot_timelines: Fix alternate expected output
Alvaro Herrera
2016-04-01
Fix logical_decoding_timelines test crashes
Alvaro Herrera
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
Fix recovery_min_apply_delay test
Alvaro Herrera
2016-03-31
Support using index-only scans with partial indexes in more cases.
Tom Lane
2016-03-30
I forgot the alternate expected file in previous commit
Alvaro Herrera
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
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
PostgresNode: initialize $timed_out if passed
Alvaro Herrera
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-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-19
Fix phony .PHONY.
Tom Lane
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
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
PostgresNode: add backup_fs_hot and backup_fs_cold
Alvaro Herrera
2016-03-09
Add filter capability to RecursiveCopy::copypath
Alvaro Herrera
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
Handle invalid libpq sockets in more places
Peter Eisentraut
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
[next]