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
/
backend
Age
Commit message (
Expand
)
Author
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-04
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
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-12
Fix copy/pasto in file identification
Simon Riggs
2016-09-12
Identify walsenders in pg_stat_activity
Simon Riggs
[next]