aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Guard against possible memory allocation botch in batchmemtuples().Tom Lane2016-09-06
* Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVALSimon Riggs2016-09-06
* Cosmetic code cleanup in commands/extension.c.Tom Lane2016-09-05
* Make locale-dependent regex character classes work for large char codes.Tom Lane2016-09-05
* Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane2016-09-05
* Add debug check function LWLockHeldByMeInMode()Simon Riggs2016-09-05
* Dirty replication slots when using sql interfaceSimon Riggs2016-09-05
* Remove duplicate code from ReorderBufferCleanupTXN().Tom Lane2016-09-04
* Clarify the new Red-Black post-order traversal code a bit.Heikki Linnakangas2016-09-04
* Fix multiple bugs in numeric_poly_deserialize().Tom Lane2016-09-03
* Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.Tom Lane2016-09-03
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane2016-09-02
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Speed up SUM calculation in numeric aggregates.Heikki Linnakangas2016-09-02
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane2016-09-01
* Try to fix portability issue in enum renumbering (again).Tom Lane2016-08-31
* Remove no-longer-useful SSL-specific Port.count field.Tom Lane2016-08-31
* Use static inline functions for float <-> Datum conversions.Heikki Linnakangas2016-08-31
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-29
* Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane2016-08-29
* Fix typos in comments.Fujii Masao2016-08-29
* Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.Fujii Masao2016-08-29
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Add a nonlocalized version of the severity field to client error messages.Tom Lane2016-08-26
* Fix potential memory leakage from HandleParallelMessages().Tom Lane2016-08-26
* Put static forward declarations in elog.c back into same order as code.Tom Lane2016-08-26
* Fix assorted small bugs in ThrowErrorData().Tom Lane2016-08-26
* Fix logic for adding "parallel worker" context line to worker errors.Tom Lane2016-08-26
* Fix small query-lifespan memory leak in bulk updates.Tom Lane2016-08-24
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Suppress compiler warnings in non-cassert builds.Tom Lane2016-08-23
* Fix network_spgist.c build failures from missing AF_INET definition.Tom Lane2016-08-23
* Create an SP-GiST opclass for inet/cidr.Tom Lane2016-08-23
* Extend dsm API with a new function dsm_unpin_segment.Robert Haas2016-08-23
* Remove duplicate function prototype.Robert Haas2016-08-23
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23
* Add txid_current_ifassigned().Robert Haas2016-08-23
* Remove duplicate word from comment.Robert Haas2016-08-23
* Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane2016-08-23
* Fix possible sorting error when aborting use of abbreviated keys.Robert Haas2016-08-22
* Improve header comment for LockHasWaitersRelation.Robert Haas2016-08-22
* Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane2016-08-19
* Guard against parallel-restricted functions in VALUES expressions.Tom Lane2016-08-19
* Speed up planner's scanning for parallel-query hazards.Tom Lane2016-08-19
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19