summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-12-02During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas
2011-11-30Improve table locking behavior in the face of current DDL.Robert Haas
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-27Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane
2011-11-25Improve logging of autovacuum I/O activityAlvaro Herrera
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-25Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane
2011-11-23Remove user-selectable ANALYZE option for range types.Tom Lane
2011-11-23Remove zero- and one-argument range constructor functions.Tom Lane
2011-11-22Improve implementation of range-contains-element tests.Tom Lane
2011-11-22Still more review for range-types patch.Tom Lane
2011-11-21More code review for rangetypes patch.Tom Lane
2011-11-21Further code review for range types patch.Tom Lane
2011-11-18Further review of range-types patch.Tom Lane
2011-11-18Do missed autoheader run for previous commit.Tom Lane
2011-11-18Further consolidation of DROP statement handling.Robert Haas
2011-11-17Declare range inclusion operators as taking anyelement not anynonarray.Tom Lane
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-11-16Code review for range-types catalog entries.Tom Lane
2011-11-15Restructure function-internal caching in the range type code.Tom Lane
2011-11-15Fix alignment and toasting bugs in range types.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-10Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas
2011-11-10Fix server header file installation with vpath buildsPeter Eisentraut
2011-11-09In COPY, insert tuples to the heap in batches.Heikki Linnakangas
2011-11-09Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-08Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas
2011-11-06Oops, forgot to fix the catversion when I committed the range types patch.Heikki Linnakangas
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs
2011-11-03Improve comments for TSLexeme data structure.Tom Lane
2011-11-03Support range data types.Heikki Linnakangas
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-10-29Improve make_greater_string() with encoding-specific incrementers.Robert Haas
2011-10-28Allow hint bits to be set sooner for temporary and unlogged tables.Robert Haas
2011-10-28Demote some sanity checks in BufferIsValid() to assertions.Robert Haas
2011-10-26Improve planner's ability to recognize cases where an IN's RHS is unique.Tom Lane
2011-10-23Don't trust deferred-unique indexes for join removal.Tom Lane
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-21Code review for pgstat_get_crashed_backend_activity patch.Tom Lane
2011-10-21Try to log current the query string when a backend crashes.Robert Haas
2011-10-20Consolidate DROP handling for some object types.Robert Haas
2011-10-18Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning.Tom Lane
2011-10-16Avoid assuming that index-only scan data matches the index's rowtype.Tom Lane