2009-01-16 |
heikki | Add vacuum_freeze_table_age GUC option, to control...
|
commit | commitdiff | tree |
2009-01-15 |
heikki | Change explanation of pg_switch_xlog()'s return value...
|
commit | commitdiff | tree |
2009-01-14 |
heikki | Remove broken Assertions that failed if a statement...
|
commit | commitdiff | tree |
2009-01-06 |
heikki | Fix logic in lazy vacuum to decide if it's worth trying...
|
commit | commitdiff | tree |
2009-01-04 |
heikki | Fix embarrassing bug in recent smgr refactoring patch...
|
commit | commitdiff | tree |
2008-12-30 |
heikki | The flag to mark dead tuples is nowadays called LP_DEAD...
|
commit | commitdiff | tree |
2008-12-20 |
heikki | Don't use OidIsValid to check the return value of transformG...
|
commit | commitdiff | tree |
2008-12-17 |
heikki | Don't reset pg_class.reltuples and relpages in VACUUM...
|
commit | commitdiff | tree |
2008-12-09 |
heikki | Revert SIGUSR1 multiplexing patch, per Tom's objection.
|
commit | commitdiff | tree |
2008-12-09 |
heikki | Provide support for multiplexing SIGUSR1 signal. The...
|
commit | commitdiff | tree |
2008-12-06 |
heikki | MAPSIZE macro needs to use MAXALIGN(SizeOfPageHeaderData...
|
commit | commitdiff | tree |
2008-12-04 |
heikki | Utilize the visibility map in autovacuum, too. There...
|
commit | commitdiff | tree |
2008-12-03 |
heikki | Forgot to bump catalog version in the visibility map...
|
commit | commitdiff | tree |
2008-12-03 |
heikki | Introduce visibility map. The visibility map is a bitmap...
|
commit | commitdiff | tree |
2008-12-03 |
heikki | Small comment fixes.
|
commit | commitdiff | tree |
2008-12-03 |
heikki | If pg_stop_backup() is called just after switching...
|
commit | commitdiff | tree |
2008-12-02 |
heikki | Use PG_GETARG_TEXT_PP instead of PG_GETARG_TEXT_P in...
|
commit | commitdiff | tree |
2008-12-01 |
heikki | Modify the new to_timestamp implementation so that...
|
commit | commitdiff | tree |
2008-11-27 |
heikki | Fix bug in the tsvector stats collection function,...
|
commit | commitdiff | tree |
2008-11-27 |
heikki | Fix obsolete comment regarding FSM truncation.
|
commit | commitdiff | tree |
2008-11-27 |
heikki | Don't force creation of the FSM on searches. It will...
|
commit | commitdiff | tree |
2008-11-27 |
heikki | Fix #ifdeffed debugging code to work with relation...
|
commit | commitdiff | tree |
2008-11-26 |
heikki | Rely on relcache invalidation to update the cached...
|
commit | commitdiff | tree |
2008-11-19 |
heikki | Rethink the way FSM truncation works. Instead of WAL...
|
commit | commitdiff | tree |
2008-11-14 |
heikki | Fix oversight in previous error-reporting patch; mustn...
|
commit | commitdiff | tree |
2008-11-12 |
heikki | Fix off-by-one error in autovacuum shmem struct sizing...
|
commit | commitdiff | tree |
2008-11-11 |
heikki | Change error messages to print the physical path, like
|
commit | commitdiff | tree |
2008-11-10 |
heikki | Fix 'Q' format char parsing in the new to_timestamp...
|
commit | commitdiff | tree |
2008-11-06 |
heikki | The logic in systable_beginscan to translate heap attribute...
|
commit | commitdiff | tree |
2008-10-31 |
heikki | Update FSM on WAL replay. This is a bit limited; the...
|
commit | commitdiff | tree |
2008-10-31 |
heikki | Unite ReadBufferWithFork, ReadBufferWithStrategy, and...
|
commit | commitdiff | tree |
2008-10-31 |
heikki | Add test case for CREATE CAST.
|
commit | commitdiff | tree |
2008-10-31 |
heikki | Add support for user-defined I/O conversion casts.
|
commit | commitdiff | tree |
2008-10-14 |
heikki | Fix oversight in the relation forks patch: forgot to...
|
commit | commitdiff | tree |
2008-10-09 |
heikki | Force a checkpoint in CREATE DATABASE before starting...
|
commit | commitdiff | tree |
2008-10-07 |
heikki | When a relation is moved to another tablespace, we...
|
commit | commitdiff | tree |
2008-10-06 |
heikki | Use fork names instead of numbers in the file names...
|
commit | commitdiff | tree |
2008-10-06 |
heikki | Index FSMs needs to be vacuumed as well. Report by...
|
commit | commitdiff | tree |
2008-10-03 |
heikki | Add relation fork support to pg_relation_size() function...
|
commit | commitdiff | tree |
2008-10-02 |
heikki | Make the blkno arguments bigints instead of int4s....
|
commit | commitdiff | tree |
2008-10-02 |
heikki | Fix function name in pg_freespacemap docs. It's "pg_freespac...
|
commit | commitdiff | tree |
2008-10-01 |
heikki | Fix WAL redo of FSM truncation. We can't call smgrtruncate...
|
commit | commitdiff | tree |
2008-09-30 |
heikki | Rewrite pg_freespacemap to match the new FSM implementation...
|
commit | commitdiff | tree |
2008-09-30 |
heikki | Forgot to bump catalog version in the commit of FSM...
|
commit | commitdiff | tree |
2008-09-30 |
heikki | Rewrite the FSM. Instead of relying on a fixed-size...
|
commit | commitdiff | tree |
2008-09-24 |
heikki | Fix pg_dump bug in the database-level collation patch...
|
commit | commitdiff | tree |
2008-09-23 |
heikki | Tighten the check in initdb and CREATE DATABASE that...
|
commit | commitdiff | tree |
2008-09-23 |
heikki | Make LC_COLLATE and LC_CTYPE database-level settings...
|
commit | commitdiff | tree |
2008-09-01 |
heikki | HeapTupleHeaderAdjustCmax made the incorrect assumption...
|
commit | commitdiff | tree |
2008-08-14 |
heikki | Fix pull_up_simple_union_all to copy all rtable entries...
|
commit | commitdiff | tree |
2008-08-14 |
heikki | pg_buffercache needs to be taught about relation forks...
|
commit | commitdiff | tree |
2008-08-11 |
heikki | Relation forks patch requires a catversion bump due...
|
commit | commitdiff | tree |
2008-08-11 |
heikki | Introduce the concept of relation forks. An smgr relation...
|
commit | commitdiff | tree |
2008-07-08 |
heikki | Fix WAL file cutoff point calculation in pg_standby.
|
commit | commitdiff | tree |
2008-07-01 |
heikki | Move volatility, language, etc. modifiers before function...
|
commit | commitdiff | tree |
2008-07-01 |
heikki | Extend VacAttrStats to allow typanalyze functions to...
|
commit | commitdiff | tree |
2008-06-30 |
heikki | Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_...
|
commit | commitdiff | tree |
2008-06-12 |
heikki | Refactor XLogOpenRelation() and XLogReadBuffer() in...
|
commit | commitdiff | tree |
2008-06-11 |
heikki | Update "help" output to reflect that \timing now takes...
|
commit | commitdiff | tree |
2008-06-11 |
heikki | Add optional on/off argument to \timing.
|
commit | commitdiff | tree |
2008-06-11 |
heikki | Fix bug in the WAL recovery code to finish an incomplete...
|
commit | commitdiff | tree |
2008-06-10 |
heikki | Comment fix, should say TSQuery instead of TSVector.
|
commit | commitdiff | tree |
2008-05-19 |
heikki | Remove arbitrary 10MB limit on two-phase state file...
|
commit | commitdiff | tree |
2008-05-09 |
heikki | Fix Assert introduced in previous patch.
|
commit | commitdiff | tree |
2008-05-09 |
heikki | Fix incorrect archive truncation point calculation...
|
commit | commitdiff | tree |
2008-05-02 |
heikki | Show relation size in verbose (e.g. \d+) output.
|
commit | commitdiff | tree |
2008-04-18 |
heikki | Fix two race conditions between the pending unlink...
|
commit | commitdiff | tree |
2008-03-28 |
heikki | Clarify documentation on PITR and warm standby on the...
|
commit | commitdiff | tree |
2008-03-20 |
heikki | Add the missing cyrillic "Yo" characters ('e' and ...
|
commit | commitdiff | tree |