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