index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Improve control logic for bgwriter hibernation mode.
Tom Lane
2012-05-09
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
*
Rename BgWriterCommLock to CheckpointerCommLock
Simon Riggs
2012-05-09
*
Fix an issue in recent walwriter hibernation patch.
Tom Lane
2012-05-08
*
Reduce idle power consumption of walwriter and checkpointer processes.
Tom Lane
2012-05-08
*
Remove strdup, strtol, strtoul from libpgport
Peter Eisentraut
2012-05-07
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Remove BSD/OS (BSDi) port. There are no known users upgrading to
Bruce Momjian
2012-05-03
*
Add missing parenthesis in comment.
Robert Haas
2012-05-02
*
Avoid repeated CLOG access from heap_hot_search_buffer.
Robert Haas
2012-05-02
*
More duplicate word removal.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Remove dead ports
Peter Eisentraut
2012-05-01
*
Converge all SQL-level statistics timing values to float8 milliseconds.
Tom Lane
2012-04-30
*
Mark ReThrowError() with attribute noreturn
Peter Eisentraut
2012-04-30
*
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
2012-04-29
*
Rename track_iotiming GUC to track_io_timing.
Tom Lane
2012-04-29
*
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
*
Fix planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
*
Remove prototype for nonexistent function.
Robert Haas
2012-04-25
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-20
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks.
Robert Haas
2012-04-18
*
Tighten up error recovery for fast-path locking.
Robert Haas
2012-04-18
*
pg_size_pretty(numeric)
Robert Haas
2012-04-14
*
Rename bytea_agg to string_agg and add delimiter argument
Peter Eisentraut
2012-04-13
*
Do stack-depth checking in all postmaster children.
Heikki Linnakangas
2012-04-08
*
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
*
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
*
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-06
*
checkopint -> checkpoint
Robert Haas
2012-04-05
*
Publish checkpoint timing information to pg_stat_bgwriter.
Robert Haas
2012-04-05
*
Expose track_iotiming data via the statistics collector.
Robert Haas
2012-04-05
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Add PGDLLIMPORT to ScanKeywords and NumScanKeywords.
Tom Lane
2012-03-31
*
Inherit max_safe_fds to child processes in EXEC_BACKEND mode.
Heikki Linnakangas
2012-03-29
*
Remove now redundant pgpipe code.
Andrew Dunstan
2012-03-28
*
Add some infrastructure for contrib/pg_stat_statements.
Tom Lane
2012-03-27
*
New GUC, track_iotiming, to track I/O timings.
Robert Haas
2012-03-27
*
Code cleanup for heap_freeze_tuple.
Robert Haas
2012-03-26
*
Replace empty locale name with implied value in CREATE DATABASE and initdb.
Tom Lane
2012-03-25
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Code review for protransform patches.
Tom Lane
2012-03-23
*
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-03-21
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Add comments explaining why our Itanium spinlock implementation is safe.
Heikki Linnakangas
2012-03-16
*
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-15
[next]