aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Add comment for "is_internal" parameterAlvaro Herrera2015-03-03
* 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
* 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 object identities for pg_conversion objectsAlvaro Herrera2015-02-18
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-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
* Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane2015-02-11
* Fix minor memory leak in ident_inet().Tom Lane2015-02-11
* 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
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-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
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-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 asyncQueueReadAllNotifications().Tom Lane2015-01-26
* Adjust "pgstat wait timeout" message to be a translatable LOG message.Tom Lane2015-01-19
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-17
* Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane2015-01-15
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15
* Make logging_collector=on work with non-windows EXEC_BACKEND again.Andres Freund2015-01-14
* Use correct text domain for errcontext() appearing within ereport().Tom Lane2015-01-12
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* xlogreader.c: Fix report_invalid_record translatability flagAlvaro Herrera2015-01-09
* On Darwin, detect and report a multithreaded postmaster.Noah Misch2015-01-07
* Always set the six locale category environment variables in main().Noah Misch2015-01-07
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-07
* Improve relcache invalidation handling of currently invisible relations.Andres Freund2015-01-07
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Prevent WAL files created by pg_basebackup -x/X from being archived again.Andres Freund2015-01-03
* Backpatch variable renaming in formatting.cBruce Momjian2014-12-29
* Grab heavyweight tuple lock only before sleepingAlvaro Herrera2014-12-26
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19
* Prevent potentially hazardous compiler/cpu reordering during lwlock release.Andres Freund2014-12-19
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* Misc comment typo fixes.Heikki Linnakangas2014-12-16
* Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane2014-12-11
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-11
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-11