summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2007-06-08Arrange for large sequential scans to synchronize with each other, so thatTom Lane
2007-06-07Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-05The session_replication_role actually can be changed at will duringJan Wieck
2007-06-03Create a GUC parameter temp_tablespaces that allows selection of theTom Lane
2007-06-01Allow leading and trailing whitespace in the input to the booleanNeil Conway
2007-06-01Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane
2007-06-01Buy back some of the cycles spent in more-expensive hash functions byTom Lane
2007-06-01Fix several hash functions that were taking chintzy shortcuts instead ofTom Lane
2007-05-31Change build_index_pathkeys() so that the expressions it builds to representTom Lane
2007-05-30Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane
2007-05-30Fix trivial misspelling in comment.Tom Lane
2007-05-29Fix a bug in input processing for the "interval" type. Previously,Neil Conway
2007-05-27Ooops, I was too busy worrying about getting the transactional infrastructureTom Lane
2007-05-27pgstat's on-proc-exit hook has to execute after the last transaction commitTom Lane
2007-05-27Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane
2007-05-25Create hooks to let a loadable plugin monitor (or even replace) the plannerTom Lane
2007-05-22Repair planner bug introduced in 8.2 by ability to rearrange outer joins:Tom Lane
2007-05-22Fix best_inner_indexscan to return both the cheapest-total-cost andTom Lane
2007-05-21Teach tuplestore.c to throw away data before the "mark" point when the callerTom Lane
2007-05-21XPath fixes:Peter Eisentraut
2007-05-20To support external compression of archived WAL data, add a flag bit toTom Lane
2007-05-18Have CLUSTER advance the table's relfrozenxid. The new frozen point is theAlvaro Herrera
2007-05-17Temporary fix for the problem that pg_stat_activity, inet_client_addr(),Tom Lane
2007-05-17Fix parameter recalculation for Limit nodes: during a ReScan call we mustTom Lane
2007-05-17Move the tuple freezing point in CLUSTER to a point further back in the past,Alvaro Herrera
2007-05-16Have TRUNCATE advance the affected table's relfrozenxid to RecentXmin, toAlvaro Herrera
2007-05-15Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structuresBruce Momjian
2007-05-12Fix the problem that creating a user-defined type named _foo, followed by oneTom Lane
2007-05-11Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINTTom Lane
2007-05-11Support arrays of composite types, including the rowtypes of regular tablesTom Lane
2007-05-08Reserve some pg_statistic "kind" codes for use by the ESRI ST_GeometryTom Lane
2007-05-08Add a hash function for "numeric". Mark the equality operator forNeil Conway
2007-05-04Add a line to the EXPLAIN ANALYZE output for a Sort node, showing theTom Lane
2007-05-04tas() support for Renesas' M32R processor. Kazuhiro InaokaTom Lane
2007-05-04A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane
2007-05-04Teach tuplesort.c about "top N" sorting, in which only the first N tuplesTom Lane
2007-05-03Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane
2007-05-02During WAL recovery, when reading a page that we intend to overwrite completelyTom Lane
2007-05-02Fix oversight in PG_RE_THROW processing: it's entirely possible that thereTom Lane
2007-04-30Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane
2007-04-30Fix oversight in my patch of yesterday: forgot to ensure that stats wouldTom Lane
2007-04-30Implement rate-limiting logic on how often backends will attempt to sendTom Lane
2007-04-27Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane
2007-04-26Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane
2007-04-26Rename the newly-added commands for discarding session state.Neil Conway
2007-04-21Some further performance tweaks for planning large inheritance trees thatTom Lane
2007-04-21Make configuration parameters fall back to their default values when theyPeter Eisentraut
2007-04-19Repair PANIC condition in hash indexes when a previous index extension attemptTom Lane