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
2018-10-12
Back-patch addition of the ALLOCSET_FOO_SIZES macros.
Tom Lane
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-09-30
Fix detection of the result type of strerror_r().
Tom Lane
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-12
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Tom Lane
2018-09-11
Support building with Visual Studio 2015
Andrew Dunstan
2018-09-08
Save/restore SPI's global variables in SPI_connect() and SPI_finish().
Tom Lane
2018-09-07
Fix longstanding recursion hazard in sinval message processing.
Tom Lane
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-08-31
Make checksum_impl.h safe to compile with -fstrict-aliasing.
Tom Lane
2018-08-06
Stamp 9.4.19.
REL9_4_19
Tom Lane
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-07-04
Improve the performance of relation deletes during recovery.
Fujii Masao
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-05-19
Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.
Tom Lane
2018-05-19
Arrange to supply declarations for strtoll/strtoull if needed.
Tom Lane
2018-05-18
Recognize that MSVC can support strtoll() and strtoull().
Tom Lane
2018-05-07
Stamp 9.4.18.
REL9_4_18
Tom Lane
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-19
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-18
Revert "Add temporary debug logging, in 9.4 branch only."
Tom Lane
2018-04-16
Add temporary debug logging, in 9.4 branch only.
Tom Lane
2018-03-30
Fix bogus provolatile/proparallel markings on a few built-in functions.
Tom Lane
2018-03-22
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-04
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-02-27
Fix up ecpg's configuration so it handles "long long int" in MSVC builds.
Tom Lane
2018-02-26
Stamp 9.4.17.
Tom Lane
2018-02-26
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-23
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-05
Stamp 9.4.16.
REL9_4_16
Tom Lane
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-20
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-06
Stamp 9.4.15.
REL9_4_15
Tom Lane
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-25
Add a utility function to extract variadic function arguments
Andrew Dunstan
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-06
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-25
Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.
Tom Lane
2017-09-01
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-08-28
Stamp 9.4.14.
REL9_4_14
Tom Lane
[next]