summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-124-2/+97
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-092-3/+4
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-052-2/+19
* Fix use of config-specific libraries for Windows OpenSSLAndrew Dunstan2018-01-031-2/+4
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-031-2/+28
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-024-0/+63
* Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-221-10/+11
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-145-23/+126
* Fix pruning of locked and updated tuples.Andres Freund2017-12-144-121/+80
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-141-30/+37
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-111-0/+3
* MSVC 2012+: Permit linking to 32-bit, MinGW-built libraries.Noah Misch2017-12-091-0/+2
* MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.Noah Misch2017-12-081-28/+141
* Fix mistake in commentPeter Eisentraut2017-12-081-1/+1
* Report failure to start a background worker.Robert Haas2017-12-062-8/+24
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-0511-23/+24
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-043-8/+34
* Fix non-GNU makefiles for AIX make.Noah Misch2017-11-301-0/+5
* Fix typo in commentMagnus Hagander2017-11-271-1/+1
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-261-0/+3
* Update MSVC build process for new timezone data.Tom Lane2017-11-251-3/+4
* Replace raw timezone source data with IANA's new compact format.Tom Lane2017-11-2516-16523/+4160
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-253-5/+56
* Support linking with MinGW-built Perl.Noah Misch2017-11-232-2/+11
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-211-5/+53
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-201-2/+2
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-201-0/+24
* MSVC: Rebuild spiexceptions.h when out of date.Noah Misch2017-11-121-1/+2
* Install Windows crash dump handler before all else.Noah Misch2017-11-121-8/+8
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-122-2/+9
* Add post-2010 ecpg tests to checktcp.Noah Misch2017-11-112-57/+2
* Make connect/test1 independent of localhost IPv6.Noah Misch2017-11-113-4/+4
* Fix connect/test1 expected output.Noah Misch2017-11-111-1/+1
* Fix previous commit's test, for non-UTF8 databases with non-XML builds.Noah Misch2017-11-114-28/+40
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-115-1/+142
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-102-3/+6
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-091-1/+1
* Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane2017-11-082-3/+9
* Fix unportable usage of <ctype.h> functions.Tom Lane2017-11-071-1/+1
* Stamp 9.4.15.REL9_4_15Tom Lane2017-11-063-10/+10
* Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane2017-11-065-11/+63
* Translation updatesPeter Eisentraut2017-11-0513-3415/+3497
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-052-3/+23
* Improve error message for incorrect number inputs in libecpg.Michael Meskes2017-11-031-1/+0
* Fix float parsing in ecpg INFORMIX mode.Michael Meskes2017-11-021-2/+3
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-026-113/+60
* Make sure ecpglib does accepts digits behind decimal point even for integers inMichael Meskes2017-11-011-13/+19
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-271-1/+2
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-273-1/+116
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-273-6/+55