aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add prokind column, replacing proisagg and proiswindowPeter Eisentraut2018-03-02
* shm_mq: Have the receiver set the sender's less frequently.Robert Haas2018-03-02
* shm_mq: Reduce spinlock usage.Robert Haas2018-03-02
* Make gistvacuumcleanup() count the actual number of index tuples.Tom Lane2018-03-02
* Minor clean-up in dshash.{c,h}.Andres Freund2018-03-01
* Remove volatile qualifiers from shm_mq.c.Andres Freund2018-03-01
* Use ereport not elog for some corrupt-HOT-chain reports.Tom Lane2018-03-01
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-01
* Remove out-of-date comment about formrdesc().Tom Lane2018-03-01
* Fix format_type() to restore its old behavior.Tom Lane2018-03-01
* Remove redundant IndexTupleDSize macro.Tom Lane2018-02-28
* Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane2018-02-28
* For partitionwise join, match on partcollation, not parttypcoll.Robert Haas2018-02-28
* Document LWTRANCHE_PARALLEL_HASH_JOIN.Robert Haas2018-02-28
* Fix assertion failure when Parallel Append is run serially.Robert Haas2018-02-28
* Update and improve comments.Robert Haas2018-02-28
* Use the correct tuplestore read pointer in a NamedTuplestoreScan.Tom Lane2018-02-27
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Minor cleanup of code related to partially_grouped_rel.Robert Haas2018-02-27
* Fix logic error in add_paths_to_partial_grouping_rel.Robert Haas2018-02-27
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Add a new upper planner relation for partially-aggregated results.Robert Haas2018-02-26
* Update headers of generated filesPeter Eisentraut2018-02-24
* Add current directory to Perl include pathPeter Eisentraut2018-02-24
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2018-02-24
* Fix thinko in in_range_float4_float8.Tom Lane2018-02-24
* Add window RANGE support for float4, float8, numeric.Tom Lane2018-02-24
* Fix filtering of unsupported relations in logical replicationPeter Eisentraut2018-02-23
* Fix brown-paper-bag bug in commit 0a459cec96d3856f476c2db298c6b52f592894e8.Tom Lane2018-02-23
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Revise API for partition bound search functions.Robert Haas2018-02-23
* Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.Robert Haas2018-02-23
* Support parameters in CALLPeter Eisentraut2018-02-22
* Remove extra words.Robert Haas2018-02-22
* Add user-callable SHA-2 functionsPeter Eisentraut2018-02-22
* Be lazier about partition tuple routing.Robert Haas2018-02-22
* Remove extra word from comment.Robert Haas2018-02-22
* Avoid another valgrind complaint about write() of uninitalized bytes.Robert Haas2018-02-22
* Charge cpu_tuple_cost * 0.5 for Append and MergeAppend nodes.Robert Haas2018-02-21
* Use platform independent type for TupleTableSlot->tts_off.Andres Freund2018-02-20
* Error message improvementPeter Eisentraut2018-02-20
* Fix typoMagnus Hagander2018-02-20
* Fix crash in pg_replication_slot_advanceAlvaro Herrera2018-02-19
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Allow UNIQUE indexes on partitioned tablesAlvaro Herrera2018-02-19
* Remove bogus "extern" annotations on function definitions.Tom Lane2018-02-19
* Remove redundant initialization of a local variable.Tom Lane2018-02-18
* Remove redundant function declarationPeter Eisentraut2018-02-18