index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Improve code comment for GatherPath's single_copy flag.
Robert Haas
2016-09-14
*
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-13
*
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
*
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
*
Convert PageAddItem into a macro to save a few cycles.
Tom Lane
2016-09-09
*
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
*
Improve scalability of md.c for large relations.
Andres Freund
2016-09-08
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
C comment: fix file name mention on line 1
Bruce Momjian
2016-09-06
*
Make locale-dependent regex character classes work for large char codes.
Tom Lane
2016-09-05
*
C comment: align dashes in GroupState node header
Bruce Momjian
2016-09-05
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
*
Add debug check function LWLockHeldByMeInMode()
Simon Riggs
2016-09-05
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
*
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
*
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-09-02
*
Change API of ShmemAlloc() so it throws error rather than returning NULL.
Tom Lane
2016-09-01
*
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-31
*
Use static inline functions for float <-> Datum conversions.
Heikki Linnakangas
2016-08-31
*
Update comments to reflect code rearrangement.
Robert Haas
2016-08-31
*
Simplify correct use of simple_prompt().
Tom Lane
2016-08-30
*
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
*
Fix stray reference to the old genbki.sh script.
Tom Lane
2016-08-28
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Remove unnecessary #include.
Kevin Grittner
2016-08-24
*
Create an SP-GiST opclass for inet/cidr.
Tom Lane
2016-08-23
*
Extend dsm API with a new function dsm_unpin_segment.
Robert Haas
2016-08-23
*
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-23
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
*
Refactor some network.c code to create cidr_set_masklen_internal().
Tom Lane
2016-08-23
*
Use LEFT JOINs in some system views in case referenced row doesn't exist.
Tom Lane
2016-08-19
*
Speed up planner's scanning for parallel-query hazards.
Tom Lane
2016-08-19
*
Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.
Tom Lane
2016-08-19
*
Remove typedef celt from the regex library, along with macro NOCELT.
Tom Lane
2016-08-19
*
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Once again allow LWLocks to be used within DSM segments.
Robert Haas
2016-08-15
*
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Stamp 9.6beta4.
REL9_6_BETA4
Tom Lane
2016-08-08
[next]