index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2016-10-10
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-07
Remove bogus mapping from UTF-8 to SJIS conversion table.
Heikki Linnakangas
2016-10-06
Fix excessive memory consumption in the new sort pre-reading code.
Heikki Linnakangas
2016-10-04
Fix another outdated comment.
Heikki Linnakangas
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
Update comment.
Heikki Linnakangas
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
Change the way pre-reading in external sort's merge phase works.
Heikki Linnakangas
2016-09-28
Rationalize format-picture caching logic in formatting.c.
Tom Lane
2016-09-28
Make to_timestamp() and to_date() range-check fields of their input.
Tom Lane
2016-09-28
Fix CRC check handling in get_controlfile
Peter Eisentraut
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-25
Refer to OS X as "macOS", except for the port name which is still "darwin".
Tom Lane
2016-09-21
pg_ctl: Detect current standby state from pg_control
Peter Eisentraut
2016-09-15
Make min_parallel_relation_size's default value platform-independent.
Tom Lane
2016-09-15
Fix and clarify comments on replacement selection.
Heikki Linnakangas
2016-09-14
Add overflow checks to money type input function
Peter Eisentraut
2016-09-11
Raise max setting of checkpoint_timeout to 1d
Simon Riggs
2016-09-11
Implement binary heap replace-top operation in a smarter way.
Heikki Linnakangas
2016-09-10
Fix miserable coding in pg_stat_get_activity().
Tom Lane
2016-09-09
Avoid reporting "cache lookup failed" for some user-reachable cases.
Tom Lane
2016-09-06
Guard against possible memory allocation botch in batchmemtuples().
Tom Lane
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-03
Fix multiple bugs in numeric_poly_deserialize().
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-09-02
Speed up SUM calculation in numeric aggregates.
Heikki Linnakangas
2016-08-31
Use static inline functions for float <-> Datum conversions.
Heikki Linnakangas
2016-08-30
Fix a bunch of places that called malloc and friends with no NULL check.
Tom Lane
2016-08-29
Make AllocSetContextCreate throw an error for bad context-size parameters.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-26
Put static forward declarations in elog.c back into same order as code.
Tom Lane
2016-08-26
Fix assorted small bugs in ThrowErrorData().
Tom Lane
2016-08-24
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
Fix network_spgist.c build failures from missing AF_INET definition.
Tom Lane
2016-08-23
Create an SP-GiST opclass for inet/cidr.
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-22
Fix possible sorting error when aborting use of abbreviated keys.
Robert Haas
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
Disable update_process_title by default on Windows
Magnus Hagander
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
Suppress -Wunused-result warning for strtol().
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
Fix typos
Peter Eisentraut
2016-08-15
Stamp HEAD as 10devel.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
[next]