summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2012-04-24Lots of doc corrections.Robert Haas
2012-04-24Reduce hash size for compute_array_stats, compute_tsvector_stats.Robert Haas
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-18Remove bogus comment from HeapTupleSatisfiesNow.Robert Haas
2012-04-14Rename synchronous_commit='write' to 'remote_write'.Robert Haas
2012-04-14pg_size_pretty(numeric)Robert Haas
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-04-11Make pg_tablespace_location(0) return the database's default tablespace.Tom Lane
2012-04-10Measure epoch of timestamp-without-time-zone from local not UTC midnight.Tom Lane
2012-04-09Fix an Assert that turns out to be reachable after all.Tom Lane
2012-04-07Further adjustment of comment about qsort_tuple.Tom Lane
2012-04-06Fix broken comparetup_datum code.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-05Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas
2012-04-05Expose track_iotiming data via the statistics collector.Robert Haas
2012-03-27New GUC, track_iotiming, to track I/O timings.Robert Haas
2012-03-26Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-03-21Allow new relmapper entries when allow_system_table_mods is true.Tom Lane
2012-03-21Add some CHECK_FOR_INTERRUPTS() calls to the heap-sort call path.Robert Haas
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-16backend: Fix minor memory leak in configuration file processingPeter Eisentraut
2012-03-15Add const qualifier to tzn returned by timestamp2tm()Peter Eisentraut
2012-03-15Remove unused tzn arguments for timestamp2tm()Peter Eisentraut
2012-03-14Improve EncodeDateTime and EncodeTimeOnly APIsPeter Eisentraut
2012-03-12Use correct sizeof operand in qsort callPeter Eisentraut
2012-03-12Add comment for missing break in switchPeter Eisentraut
2012-03-08Improve estimation of IN/NOT IN by assuming array elements are distinct.Tom Lane
2012-03-07Expose an API for calculating catcache hash values.Tom Lane
2012-03-06Add a hook for processing messages due to be sent to the server log.Tom Lane
2012-03-05Rewrite GiST support code for rangetypes.Tom Lane
2012-03-04Remove useless "rough estimate" path from mcelem_array_contained_selec.Tom Lane
2012-03-04Improve histogram-filling loop in new compute_array_stats() code.Tom Lane
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-02-27ALTER TABLE: skip FK validation when it's safe to do soAlvaro Herrera
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-24Correctly handle NULLs in JSON output.Andrew Dunstan
2012-02-22Add parameters for controlling locations of server-side SSL filesPeter Eisentraut
2012-02-21Fix typo, noticed by Will Crawford.Andrew Dunstan
2012-02-20Fix a couple of cases of JSON output.Andrew Dunstan
2012-02-19Improve pretty printing of viewdefs.Andrew Dunstan
2012-02-16Improve statistics estimation to make some use of DISTINCT in sub-queries.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-15Fix VPATH builds, broken by my recent commit to speed up tuplesorting.Robert Haas
2012-02-15Speed up in-memory tuplesorting.Robert Haas
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas