summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
2016-08-31Use static inline functions for float <-> Datum conversions.Heikki Linnakangas
2016-08-31Update comments to reflect code rearrangement.Robert Haas
2016-08-30Simplify correct use of simple_prompt().Tom Lane
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-28Fix stray reference to the old genbki.sh script.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-24Fix improper repetition of previous results from a hashed aggregate.Tom Lane
2016-08-24Remove unnecessary #include.Kevin Grittner
2016-08-23Create an SP-GiST opclass for inet/cidr.Tom Lane
2016-08-23Extend dsm API with a new function dsm_unpin_segment.Robert Haas
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.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-19Use LEFT JOINs in some system views in case referenced row doesn't exist.Tom Lane
2016-08-19Speed up planner's scanning for parallel-query hazards.Tom Lane
2016-08-19Clean up another pre-ANSI-C-ism in regex code: get rid of pcolor typedef.Tom Lane
2016-08-19Remove typedef celt from the regex library, along with macro NOCELT.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
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-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-16Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane
2016-08-15Once again allow LWLocks to be used within DSM segments.Robert Haas
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
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-08Stamp 9.6beta4.REL9_6_BETA4Tom Lane
2016-08-08Obstruct shell, SQL, and conninfo injection via database and role names.Noah Misch
2016-08-08Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.Noah Misch
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-08-07Fix TOAST access failure in RETURNING queries.Tom Lane
2016-08-05Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.Tom Lane
2016-08-05Change InitToastSnapshot to a macro.Robert Haas
2016-08-03Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas
2016-08-03Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.Tom Lane
2016-08-01Minor cleanup for access/transam/parallel.c.Tom Lane
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-08-01Remove unused arguments from pg_replication_origin_xact_reset function.Fujii Masao
2016-07-29Fix worst memory leaks in tqueue.c.Tom Lane
2016-07-29Fix pq_putmessage_noblock() to not block.Tom Lane
2016-07-28Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-22Remove GetUserMappingId() and GetUserMappingById().Tom Lane
2016-07-18Stamp 9.6beta3.REL9_6_BETA3Tom Lane
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund