summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-11-17Extend the unknowns-are-same-as-known-inputs type resolution heuristic.Tom Lane
2011-11-17Fix range_cmp_bounds for the case of equal-valued exclusive bounds.Tom Lane
2011-11-17Remove ancient downcasing code from procedural language operations.Robert Haas
2011-11-17Restructure get_object_address() so it's safe against concurrent DDL.Robert Haas
2011-11-15Improve caching in range type I/O functions.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-14Return NULL instead of throwing error when desired bound is not available.Tom Lane
2011-11-14Return FALSE instead of throwing error for comparisons with empty ranges.Tom Lane
2011-11-14Fix copyright notices, other minor editing in new range-types code.Tom Lane
2011-11-14Rerun pgindent with updated typedef list.Bruce Momjian
2011-11-14Run pgindent on range type files, per request from Tom.Bruce Momjian
2011-11-13Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs
2011-11-12Avoid retaining multiple relation locks in RangeVarGetRelid.Robert Haas
2011-11-10Revert removal of trace_userlocks, because userlocks aren't gone.Robert Haas
2011-11-10Fix another bug in the redo of COPY batches.Heikki Linnakangas
2011-11-09Fix bugs in the COPY heap-insert batching patch.Heikki Linnakangas
2011-11-09Clean gettext-files file in clean targetPeter Eisentraut
2011-11-09Fix compiler warning.Robert Haas
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-08Rewrite comment for slightly greater accuracy.Robert Haas
2011-11-08Make VACUUM avoid waiting for a cleanup lock, where possible.Robert Haas
2011-11-07Fix timestamp range subdiff functions, when using float datetimes.Heikki Linnakangas
2011-11-05Don't assume that a tuple's header size is unchanged during toasting.Tom Lane
2011-11-04Move user functions related to WAL into xlogfuncs.cSimon Riggs
2011-11-03Fix inline_set_returning_function() to allow multiple OUT parameters.Tom Lane
2011-11-03Do not treat a superuser as a member of every role for HBA purposes.Andrew Dunstan
2011-11-03Support range data types.Heikki Linnakangas
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Avoid scanning nulls at the beginning of a btree index scan.Tom Lane
2011-11-02Fix btree stop-at-nulls logic properly.Tom Lane
2011-11-02Update more comments about checkpoints being done by bgwriterSimon Riggs
2011-11-02Reduce checkpoints and WAL traffic on low activity database serverSimon Riggs
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-02Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs
2011-11-02Remove spurious entry from missed catch while patch jugglingSimon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-02Initialize myProcLocks queues just once, at postmaster startup.Robert Haas
2011-11-02Preserve Var location information during flatten_join_alias_vars.Tom Lane
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-11-01Clean up whitespace and indentation in parser and scanner filesPeter Eisentraut
2011-11-01Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs
2011-11-01Have checkpointer send stats once each processing loop.Simon Riggs
2011-11-01Add new file for checkpointer.cSimon Riggs
2011-11-01Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs
2011-10-31Stop btree indexscans upon reaching nulls in either direction.Tom Lane
2011-10-30Support more locale-specific formatting options in cash_out().Tom Lane