index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
psql documentation fixes
Peter Eisentraut
2018-01-29
*
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-28
*
Update time zone data files to tzdata release 2018c.
Tom Lane
2018-01-27
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Make pg_dump's ACL, sec label, and comment entries reliably identifiable.
Tom Lane
2018-01-22
*
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
*
Cope with indicator arrays that do not have the correct length.
Michael Meskes
2018-01-15
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
pg_upgrade: simplify code layout in a few places
Bruce Momjian
2018-01-05
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.
Andres Freund
2018-01-03
*
Fix use of config-specific libraries for Windows OpenSSL
Andrew Dunstan
2018-01-03
*
Make XactLockTableWait work for transactions that are not yet self-locked
Alvaro Herrera
2018-01-03
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
Disallow UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
*
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
2017-12-11
*
MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.
Noah Misch
2017-12-09
*
MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
Noah Misch
2017-12-08
*
MSVC: Remove cosmetic, cross-branch differences pertaining to Perl.
Noah Misch
2017-12-08
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Report failure to start a background worker.
Robert Haas
2017-12-06
*
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-05
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Fix non-GNU makefiles for AIX make.
Noah Misch
2017-11-30
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Fix typo in comment
Magnus Hagander
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-26
*
Update MSVC build process for new timezone data.
Tom Lane
2017-11-25
*
Replace raw timezone source data with IANA's new compact format.
Tom Lane
2017-11-25
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Support linking with MinGW-built Perl.
Noah Misch
2017-11-23
*
Provide for forward compatibility with future minor protocol versions.
Robert Haas
2017-11-21
*
Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.
Tom Lane
2017-11-20
*
Add support for Motorola 88K to s_lock.h.
Tom Lane
2017-11-20
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Rearrange c.h to create a "compiler characteristics" section.
Tom Lane
2017-11-14
*
MSVC: Rebuild spiexceptions.h when out of date.
Noah Misch
2017-11-12
*
Install Windows crash dump handler before all else.
Noah Misch
2017-11-12
*
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-11-12
*
Add post-2010 ecpg tests to checktcp.
Noah Misch
2017-11-11
*
Make connect/test1 independent of localhost IPv6.
Noah Misch
2017-11-11
*
Fix connect/test1 expected output.
Noah Misch
2017-11-11
*
Fix previous commit's test, for non-UTF8 databases with non-XML builds.
Noah Misch
2017-11-11
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
[next]