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-09-13
Add more tests for targetlist SRFs.
Andres Freund
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-08
Fix two src/test/modules Makefiles
Alvaro Herrera
2016-09-08
Allow pg_dump to dump non-extension members of an extension-owned schema.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-05
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
Dirty replication slots when using sql interface
Simon Riggs
2016-09-05
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
Remove useless pg_strdup() operations.
Tom Lane
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-23
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
Add txid_current_ifassigned().
Robert Haas
2016-08-22
Run select_parallel test by itself
Peter Eisentraut
2016-08-19
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
Fix typos
Peter Eisentraut
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
Sort out paired double quotes in \connect, \password and \crosstabview.
Noah Misch
2016-08-08
Make format() error messages consistent again
Peter Eisentraut
2016-08-05
Make array_to_tsvector() sort and de-duplicate the given strings.
Tom Lane
2016-08-05
Fix ts_delete(tsvector, text[]) to cope with duplicate array entries.
Tom Lane
2016-08-03
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
Fix assorted problems in recovery tests
Alvaro Herrera
2016-08-02
Consistently capitalize names of recovery tests
Peter Eisentraut
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-07-31
Correctly handle owned sequences with extensions
Stephen Frost
2016-07-29
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-27
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-26
Message style improvements
Peter Eisentraut
2016-07-25
Give recovery tests more time to finish
Alvaro Herrera
2016-07-22
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-21
Make core regression tests safe for Danish locale.
Tom Lane
[next]