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
/
include
Age
Commit message (
Expand
)
Author
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-05
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-04-27
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-24
Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...
Tom Lane
2017-04-24
Use pselect(2) not select(2), if available, to wait in postmaster's loop.
Tom Lane
2017-04-24
Run the postmaster's signal handlers without SA_RESTART.
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-10
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-06
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-01
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-14
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-02-24
Fix unportable definition of BSWAP64() macro.
Tom Lane
2017-02-15
Formatting and docs corrections for logical decoding output plugins.
Tom Lane
2017-02-06
Stamp 9.6.2.
REL9_6_2
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-01-30
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-27
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-04
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-21
Fix strange behavior (and possible crashes) in full text phrase search.
Tom Lane
2016-12-21
Fix corner-case bug in WaitEventSetWaitBlock on Windows.
Robert Haas
2016-12-16
Improve documentation around TS_execute().
Tom Lane
2016-12-06
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2016-12-02
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-11-25
Bring some clarity to the defaults for the xxx_flush_after parameters.
Tom Lane
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-10
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-05
Remove duplicate macro definition.
Tom Lane
2016-10-26
Fix typos in comments.
Heikki Linnakangas
2016-10-24
Stamp 9.6.1.
REL9_6_1
Tom Lane
2016-10-12
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-08
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-09-26
Stamp 9.6.0.
REL9_6_0
Tom Lane
2016-09-23
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-20
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
[next]