aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Remove workaround for ancient incompatibility between readline and libedit.Tom Lane2015-03-14
* Fix integer overflow in debug message of walreceiverTatsuo Ishii2015-03-14
* Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane2015-03-12
* Cast to (void *) rather than (int *) when passing int64's to PQfn().Tom Lane2015-03-08
* Fix documentation for libpq's PQfn().Tom Lane2015-03-08
* Rethink function argument sorting in pg_dump.Tom Lane2015-03-06
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Add comment for "is_internal" parameterAlvaro Herrera2015-03-03
* Fix pg_dump handling of extension config tablesStephen Frost2015-03-02
* Unlink static libraries before rebuilding them.Noah Misch2015-03-01
* Fix planning of star-schema-style queries.Tom Lane2015-02-28
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-26
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-25
* Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane2015-02-25
* Guard against spurious signals in LockBufferForCleanup.Andres Freund2015-02-23
* Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas2015-02-23
* Fix misparsing of empty value in conninfo_uri_parse_params().Tom Lane2015-02-21
* Fix object identities for pg_conversion objectsAlvaro Herrera2015-02-18
* Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane2015-02-18
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* Improve pg_check_dir code and comments.Robert Haas2015-02-17
* Fix misuse of memcpy() in check_ip().Tom Lane2015-02-16
* Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane2015-02-15
* pg_regress: Write processed input/*.source into output dirPeter Eisentraut2015-02-15
* Fix broken #ifdef for __sparcv8Heikki Linnakangas2015-02-13
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-11
* Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane2015-02-11
* Fix minor memory leak in ident_inet().Tom Lane2015-02-11
* Fix more memory leaks in failure path in buildACLCommands.Tom Lane2015-02-11
* Fixed array handling in ecpg.Michael Meskes2015-02-11
* Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane2015-02-10
* Fix GEQO to not assume its join order heuristic always works.Tom Lane2015-02-10
* Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas2015-02-06
* Add missing float.h include to snprintf.c.Andres Freund2015-02-04
* Stamp 9.3.6.REL9_3_6Tom Lane2015-02-02
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* port/snprintf(): fix overflow and do paddingBruce Momjian2015-02-02
* to_char(): prevent writing beyond the allocated bufferBruce Momjian2015-02-02
* to_char(): prevent accesses beyond the allocated bufferBruce Momjian2015-02-02
* Translation updatesPeter Eisentraut2015-02-01
* Update time zone data files to tzdata release 2015a.Tom Lane2015-01-30
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-30
* Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner2015-01-30
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-29
* Properly terminate the array returned by GetLockConflicts().Andres Freund2015-01-29
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-29
* Clean up range-table building in copy.cStephen Frost2015-01-28
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane2015-01-27
* Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane2015-01-26