summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.Tom Lane2014-05-051-4/+4
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-0115-150/+235
* Check for interrupts and stack overflow during rule/view dumps.Tom Lane2014-04-301-0/+13
* Add missing SYSTEMQUOTEsHeikki Linnakangas2014-04-301-14/+14
* Fix two bugs in WAL-logging of GIN pending-list pages.Heikki Linnakangas2014-04-282-2/+7
* Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.Tom Lane2014-04-241-1/+2
* Fix unused-variable warning on Windows.Tom Lane2014-04-171-4/+9
* Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.Tom Lane2014-04-164-4/+4
* Fix timeout in LDAP lookup of libpq connection parametersMagnus Hagander2014-04-161-7/+39
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-161-2/+2
* Block signals earlier during postmaster startup.Tom Lane2014-04-051-29/+29
* Fix processing of PGC_BACKEND GUC parameters on Windows.Tom Lane2014-04-051-0/+20
* Avoid allocations in critical sections.Heikki Linnakangas2014-04-043-43/+43
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-291-25/+7
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-291-7/+25
* Fix refcounting bug in PLy_modify_tuple().Tom Lane2014-03-261-3/+3
* Properly check for readdir/closedir() failuresBruce Momjian2014-03-215-55/+56
* Stamp 8.4.21.REL8_4_21Tom Lane2014-03-173-10/+10
* Translation updatesPeter Eisentraut2014-03-162-764/+797
* Fix advertised dispsize for libpq's sslmode connection parameter.Tom Lane2014-03-161-1/+1
* Update time zone data files to tzdata release 2014a.Tom Lane2014-03-155-38/+78
* Prevent interrupts while reporting non-ERROR elog messages.Tom Lane2014-03-131-13/+25
* In WAL replay, restore GIN metapage unconditionally to avoid torn page.Heikki Linnakangas2014-03-121-14/+13
* Fix dangling smgr_owner pointer when a fake relcache entry is freed.Heikki Linnakangas2014-03-073-0/+22
* Avoid memcpy() with same source and destination address.Heikki Linnakangas2014-03-072-6/+6
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-063-21/+46
* Allow regex operations to be terminated early by query cancel requests.Tom Lane2014-03-018-0/+57
* Remove broken code that tried to handle OVERLAPS with a single argument.Tom Lane2014-02-181-34/+19
* Translation updatesPeter Eisentraut2014-02-17131-10987/+11127
* Stamp 8.4.20.REL8_4_20Tom Lane2014-02-173-10/+10
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-179-17/+18
* Predict integer overflow to avoid buffer overruns.Noah Misch2014-02-177-15/+84
* Fix handling of wide datetime input/output.Noah Misch2014-02-1711-35/+111
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-1720-114/+232
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-176-1/+101
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-174-13/+113
* Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.Tom Lane2014-02-141-1/+1
* Update time zone data files to tzdata release 2013i.Tom Lane2014-02-145-1185/+28
* Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane2014-02-131-8/+13
* Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane2014-02-131-6/+10
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-122-8/+35
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-121-3/+9
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-102-1/+3
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-101-1/+6
* Fix makefile syntax.Andrew Dunstan2014-02-011-4/+4
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-011-8/+12
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-011-0/+9
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-311-11/+23
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-292-14/+19
* Fix bugs in PQhost().Fujii Masao2014-01-231-1/+10