index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2016-10-07
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-05
Update obsolete comments and perldoc.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-03
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-01
Fix misplacement of submake-generated-headers prerequisites.
Tom Lane
2016-09-30
Set log_line_prefix and application name in test drivers
Peter Eisentraut
2016-09-29
Switch pg_basebackup commands in Postgres.pm to use --nosync
Peter Eisentraut
2016-09-28
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
2016-09-28
worker_spi: Call pgstat_report_stat.
Robert Haas
2016-09-27
Disallow pushing volatile quals past set-returning functions.
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
Add tests for various connection string issues
Peter Eisentraut
2016-09-21
pg_ctl: Add tests for promote action
Peter Eisentraut
2016-09-21
Make command_like output more compact
Peter Eisentraut
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2016-09-14
Tweak targetlist-SRF tests some more.
Tom Lane
2016-09-14
Tweak targetlist-SRF tests.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-12
Remove user_relns() SRF from regression tests.
Andres Freund
2016-09-12
Address portability issues in bfe16d1a5 test output.
Andres Freund
2016-09-12
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-04
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-18
Add alternative output for ON CONFLICT toast isolation test.
Andres Freund
2016-08-17
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-16
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
[next]