summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2016-10-10Add a noreturn attribute to help static analyzersPeter Eisentraut
2016-10-07Remove bogus mapping from UTF-8 to SJIS conversion table.Heikki Linnakangas
2016-10-06Fix excessive memory consumption in the new sort pre-reading code.Heikki Linnakangas
2016-10-04Fix another outdated comment.Heikki Linnakangas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-10-04Update comment.Heikki Linnakangas
2016-10-03Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane
2016-10-03Change the way pre-reading in external sort's merge phase works.Heikki Linnakangas
2016-09-28Rationalize format-picture caching logic in formatting.c.Tom Lane
2016-09-28Make to_timestamp() and to_date() range-check fields of their input.Tom Lane
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-15Fix and clarify comments on replacement selection.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-11Raise max setting of checkpoint_timeout to 1dSimon Riggs
2016-09-11Implement binary heap replace-top operation in a smarter way.Heikki Linnakangas
2016-09-10Fix miserable coding in pg_stat_get_activity().Tom Lane
2016-09-09Avoid reporting "cache lookup failed" for some user-reachable cases.Tom Lane
2016-09-06Guard against possible memory allocation botch in batchmemtuples().Tom Lane
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-03Fix multiple bugs in numeric_poly_deserialize().Tom Lane
2016-09-02Don't require dynamic timezone abbreviations to match underlying time zone.Tom Lane
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-09-02Speed up SUM calculation in numeric aggregates.Heikki Linnakangas
2016-08-31Use static inline functions for float <-> Datum conversions.Heikki Linnakangas
2016-08-30Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane
2016-08-29Make AllocSetContextCreate throw an error for bad context-size parameters.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-26Put static forward declarations in elog.c back into same order as code.Tom Lane
2016-08-26Fix assorted small bugs in ThrowErrorData().Tom Lane
2016-08-24Suppress compiler warnings in non-cassert builds.Tom Lane
2016-08-23Fix network_spgist.c build failures from missing AF_INET definition.Tom Lane
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Add txid_current_ifassigned().Robert Haas
2016-08-23Refactor some network.c code to create cidr_set_masklen_internal().Tom Lane
2016-08-22Fix possible sorting error when aborting use of abbreviated keys.Robert Haas
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-17Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane
2016-08-17Disable update_process_title by default on WindowsMagnus Hagander
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-16Suppress -Wunused-result warning for strtol().Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-16Fix typosPeter Eisentraut
2016-08-15Stamp HEAD as 10devel.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-14Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane