summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-10-05Re-alphabetize #include directives.Robert Haas
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Fix another Windows compile break.Robert Haas
2016-10-04Fix Windows compile break in 6f3bd98ebfc008cbd676da777bb0b2376c4c4bfa.Robert Haas
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-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-10-03Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.Tom Lane
2016-10-03Fix RLS with COPY (col1, col2) FROM tabStephen Frost
2016-10-03Change the way pre-reading in external sort's merge phase works.Heikki Linnakangas
2016-10-02Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade.Tom Lane
2016-10-01Do ClosePostmasterPorts() earlier in SubPostmasterMain().Tom Lane
2016-09-28Exclude additional directories in pg_basebackupPeter Eisentraut
2016-09-28Silence compiler warningsAlvaro Herrera
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-28Remove dead line of codePeter Eisentraut
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-28Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-27Disallow pushing volatile quals past set-returning functions.Tom Lane
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-26Replace the built-in GIN array opclasses with a single polymorphic opclass.Tom Lane
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Remove useless code.Tom Lane
2016-09-23Don't trust CreateFileMapping() to clear the error code on success.Tom Lane
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-22C comment: fix function header commentBruce Momjian
2016-09-22Remove nearly-unused SizeOfIptrData macro.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-21Delay updating control file to "in production"Peter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Fix typo in comment.Robert Haas
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-15Fix and clarify comments on replacement selection.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-13Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-12Fix copy/pasto in file identificationSimon Riggs
2016-09-12Identify walsenders in pg_stat_activitySimon Riggs