summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2016-07-16Advance PG_CONTROL_VERSION.Tom Lane
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-07-07Rename pg_stat_wal_receiver.conn_info to conninfo.Fujii Masao
2016-07-01Improve WritebackContextInit() comment and prototype argument names.Andres Freund
2016-07-01Rethink the GetForeignUpperPaths API (again).Tom Lane
2016-07-01Set consider_parallel correctly for upper planner rels.Robert Haas
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-29Fix some infelicities in EXPLAIN output for parallel query plans.Tom Lane
2016-06-29Add conninfo to pg_stat_wal_receiverAlvaro Herrera
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-27Change predecence of phrase operator.Teodor Sigaev
2016-06-27Do not fallback to AND for FTS phrase operator.Teodor Sigaev
2016-06-26Avoid making a separate pass over the query to check for partializability.Tom Lane
2016-06-26Rethink node-level representation of partial-aggregation modes.Tom Lane
2016-06-26Simplify planner's final setup of Aggrefs for partial aggregation.Tom Lane
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-24Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane
2016-06-22Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane
2016-06-21Refactor planning of projection steps that don't need a Result plan node.Tom Lane