summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-10-12Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-10-12Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane
2016-10-12Fix copy-pasto in comment.Heikki Linnakangas
2016-10-12Simplify the code for logical tape read buffers.Heikki Linnakangas
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-07Fix fallback implementation of pg_atomic_write_u32().Andres Freund
2016-10-05Rename WAIT_* constants to PG_WAIT_*.Robert Haas
2016-10-04Remove trailing commas from enums.Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
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-30Fix breakage in previous changePeter Eisentraut
2016-09-30Separate enum from structPeter Eisentraut
2016-09-29pg_basebackup pg_receivexlog: Issue fsync more carefullyPeter Eisentraut
2016-09-29Move fsync routines of initdb into src/common/Peter Eisentraut
2016-09-28Fix CRC check handling in get_controlfilePeter Eisentraut
2016-09-28Turn password_encryption GUC into an enum.Heikki Linnakangas
2016-09-26Fix some typos in commentPeter Eisentraut
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-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-22Remove nearly-unused SizeOfIptrData macro.Tom Lane
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-21Fix typoPeter Eisentraut
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.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-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-14Improve code comment for GatherPath's single_copy flag.Robert Haas
2016-09-13Be pickier about converting between Name and Datum.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-10Improve unreachability recognition in elog() macro.Tom Lane
2016-09-09Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.Tom Lane
2016-09-09Convert PageAddItem into a macro to save a few cycles.Tom Lane
2016-09-09Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.Tom Lane
2016-09-09Improve scalability of md.c for large relations.Andres Freund
2016-09-07Support renaming an existing value of an enum type.Tom Lane
2016-09-06Add location field to DefElemPeter Eisentraut
2016-09-06C comment: fix file name mention on line 1Bruce Momjian
2016-09-05Make locale-dependent regex character classes work for large char codes.Tom Lane
2016-09-05C comment: align dashes in GroupState node headerBruce Momjian
2016-09-05Relax transactional restrictions on ALTER TYPE ... ADD VALUE.Tom Lane
2016-09-05Add debug check function LWLockHeldByMeInMode()Simon Riggs
2016-09-03New recovery target recovery_target_lsnSimon Riggs
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-09-01Change API of ShmemAlloc() so it throws error rather than returning NULL.Tom Lane