You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robert Haas
40b9b95769
New GUC, track_iotiming, to track I/O timings.
...
Currently, the only way to see the numbers this gathers is via
EXPLAIN (ANALYZE, BUFFERS), but the plan is to add visibility through
the stats collector and pg_stat_statements in subsequent patches.
Ants Aasma, reviewed by Greg Smith, with some further changes by me.
14 years ago
..
access
Code cleanup for heap_freeze_tuple.
14 years ago
bootstrap
Update copyright notices for year 2012.
14 years ago
catalog
Make INSERT/UPDATE queries depend on their specific target columns.
14 years ago
commands
New GUC, track_iotiming, to track I/O timings.
14 years ago
executor
New GUC, track_iotiming, to track I/O timings.
14 years ago
foreign
Add GetForeignColumnOptions() to foreign.c, and add some documentation.
14 years ago
lib
Update copyright notices for year 2012.
14 years ago
libpq
Clean up compiler warnings from unused variables with asserts disabled
14 years ago
main
Update copyright notices for year 2012.
14 years ago
nodes
Code review for protransform patches.
14 years ago
optimizer
Fix planner's handling of outer PlaceHolderVars within subqueries.
14 years ago
parser
Code review for protransform patches.
14 years ago
po
Translation updates
14 years ago
port
Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.
14 years ago
postmaster
Avoid double close of file handle in syslogger on win32
14 years ago
regex
Merge dissect() into cdissect() to remove a pile of near-duplicate code.
14 years ago
replication
Cast some printf arguments to avoid possibly-nonportable behavior.
14 years ago
rewrite
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
14 years ago
snowball
Update copyright notices for year 2012.
14 years ago
storage
New GUC, track_iotiming, to track I/O timings.
14 years ago
tcop
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
14 years ago
tsearch
Collect and use element-frequency statistics for arrays.
14 years ago
utils
New GUC, track_iotiming, to track I/O timings.
14 years ago
.gitignore
Add gitignore for mingw/cygwin build outputs
14 years ago
Makefile
Speed up in-memory tuplesorting.
14 years ago
common.mk
Call check_keywords.pl in maintainer-check
14 years ago
nls.mk
Sort file list when creating gettext-files
14 years ago