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
/
backend
Age
Commit message (
Expand
)
Author
2016-10-07
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
Remove bogus mapping from UTF-8 to SJIS conversion table.
Heikki Linnakangas
2016-10-06
Fix excessive memory consumption in the new sort pre-reading code.
Heikki Linnakangas
2016-10-05
Re-alphabetize #include directives.
Robert Haas
2016-10-05
Rename WAIT_* constants to PG_WAIT_*.
Robert Haas
2016-10-04
Fix another Windows compile break.
Robert Haas
2016-10-04
Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.
Robert Haas
2016-10-04
Fix another outdated comment.
Heikki Linnakangas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
Update comment.
Heikki Linnakangas
2016-10-03
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-10-03
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-10-02
Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.
Tom Lane
2016-10-01
Do ClosePostmasterPorts() earlier in SubPostmasterMain().
Tom Lane
2016-09-28
Exclude additional directories in pg_basebackup
Peter Eisentraut
2016-09-28
Silence compiler warnings
Alvaro Herrera
2016-09-28
Rationalize format-picture caching logic in formatting.c.
Tom Lane
2016-09-28
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
2016-09-28
Remove dead line of code
Peter Eisentraut
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
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-26
Replace the built-in GIN array opclasses with a single polymorphic opclass.
Tom Lane
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-23
Remove useless code.
Tom Lane
2016-09-23
Don't trust CreateFileMapping() to clear the error code on success.
Tom Lane
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-22
C comment: fix function header comment
Bruce Momjian
2016-09-22
Remove nearly-unused SizeOfIptrData macro.
Tom Lane
2016-09-22
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-21
Delay updating control file to "in production"
Peter Eisentraut
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
Retry DSM control segment creation if Windows indicates access denied.
Robert Haas
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-16
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-15
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Fix typo in comment.
Robert Haas
2016-09-15
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
Fix executor/README to reflect disallowing SRFs in UPDATE.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
[next]