]> granicus.if.org Git - postgresql/history - src/backend
Fix the plan-invalidation mechanism to treat regclass constants that refer to
[postgresql] / src / backend /
2007-10-11 Tom LaneFix the plan-invalidation mechanism to treat regclass...
2007-10-06 Tom LaneMake dumpcolors() have tolerable performance when using...
2007-10-06 Tom LaneAdjust some regex debugging printouts to not give wrong...
2007-10-04 Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-10-04 Tom LaneChange Assert() to a plain test and elog, just to see...
2007-10-01 Tom LaneAvoid assuming that struct varattrib_pointer doesn...
2007-09-30 Tom LaneAdd an extra header byte to TOAST-pointer datums to...
2007-09-30 Tom LaneAdjust recovery PS display as agreed with Simon: 'waiti...
2007-09-29 Tom LaneMake recovery show the current input WAL segment name...
2007-09-29 Tom LaneDisallow CLUSTER using an invalid index (that is, one...
2007-09-29 Tom LaneImprove consistency of the error messages generated...
2007-09-29 Tom LaneMake archive recovery always start a new timeline,...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-09-27 Tom LaneAdd virtual transaction IDs to CSVLOG output, so that...
2007-09-27 Tom LaneFix Assert failure in ExpandColumnRefStar --- what...
2007-09-26 Tom LaneSome small tuptoaster improvements from Greg Stark...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-26 Alvaro HerreraAdjust the new memory limit in the lazy vacuum code...
2007-09-26 Tom LaneCreate a function variable "join_search_hook" to let...
2007-09-26 Teodor SigaevFix crash of to_tsvector() function on huge input:...
2007-09-26 Tom LaneIn the integer-datetimes case, date2timestamp and date2...
2007-09-25 Tom LaneDept. of second thoughts: fix loop in BgBufferSync...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Andrew DunstanAdd comments re text <-> bytea internal equivalence...
2007-09-24 Andrew DunstanUse correct PG_GETARG macro in pg_convert
2007-09-24 Alvaro HerreraAvoid having autovacuum read pgstats data too many...
2007-09-24 Alvaro HerreraReduce the size of memory allocations by lazy vacuum...
2007-09-24 Tom LaneSimplify and rename some GUC variables, per various...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-23 Tom LaneFix bugs in XML binary I/O functions. Heikki and Tom
2007-09-23 Tom LaneMake autovacuum report the start time of its current...
2007-09-23 Tom LaneTransactionIdIsInProgress can skip scanning the ProcArr...
2007-09-23 Tom LaneTemporarily modify tsearch regression tests to suppress...
2007-09-22 Tom LaneFix cost estimates for EXISTS subqueries that are evalu...
2007-09-22 Tom LaneFix erroneous Assert() in syslogger process start in...
2007-09-22 Tom LaneFix bogus calculation of potential output string length...
2007-09-22 Tom LaneAlthough I'd misdiagnosed the reason for the recent...
2007-09-22 Tom LaneDoh --- what's really happening on buildfarm member...
2007-09-22 Andrew DunstanGo back to using a separate method for doing ILIKE...
2007-09-22 Tom LaneFix varlena.c routines to allow 1-byte-header text...
2007-09-21 Tom LaneFix regex, LIKE, and some other second-rank text-manipu...
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
2007-09-21 Tom LaneChange tqual.c tests to use !TransactionIdIsCurrentTran...
2007-09-21 Tom LaneMake some simple performance improvements in Transactio...
2007-09-21 Tom LaneFix comments that misspelled TransactionIdIsInProgress...
2007-09-20 Tom LaneSolaris portability fix that was previously made in...
2007-09-20 Tom LaneRevert ill-fated patch to release exclusive lock early...
2007-09-20 Andrew DunstanCleanup items from csvlog changes, per ITAGAKI Takahiro.
2007-09-20 Teodor SigaevFix msvc warnings, patch by Hannes Eder <Hannes@HannesE...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-19 Neil ConwayPrevent corr() from returning the wrong results for...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-18 Teodor SigaevAvoid possibly-unportable initializer, per buildfarm...
2007-09-17 Bruce MomjianRemove extra tab in postgresql.conf
2007-09-16 Tom LaneRemove Assert(BgWriterShmem != NULL), which is rather...
2007-09-16 Tom LaneFix overflow in extract(epoch from interval) for interv...
2007-09-16 Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-14 Bruce MomjianRemove GIN interface section, which is now documented...
2007-09-14 Bruce MomjianFix GSS API pointer checking.
2007-09-13 Teodor SigaevFix typo in typecasting.
2007-09-12 Alvaro HerreraFix a memory leak in the autovacuum launcher code....
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-09-12 Andrew DunstanPerform post-escaping encoding validity checks on SQL...
2007-09-12 Alvaro HerreraAdd a CHECK_FOR_INTERRUPTS call in the site where the...
2007-09-11 Tom LaneMake sure that open hash table scans are cleaned up...
2007-09-11 Tom LaneInclude hash table name in all the internal-error elog...
2007-09-11 Teodor SigaevRemove QueryOperand->istrue flag, it was used only...
2007-09-11 Teodor SigaevFix header's size of structs defines in ispell.
2007-09-11 Teodor SigaevAdd regression tests for ispell, synonym and thesaurus...
2007-09-11 Teodor SigaevFix ts_debug function to prevent unneeded calls of...
2007-09-11 Teodor SigaevRefactor from Heikki Linnakangas <heikki@enterprisedb...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-11 Tom LaneArrange for SET LOCAL's effects to persist until the...
2007-09-10 Alvaro HerreraMake CLUSTER and REINDEX silently skip remote temp...
2007-09-10 Alvaro HerreraRelease the exclusive lock on the table early after...
2007-09-10 Teodor SigaevFix recently introduced bugs about parsing ispell/hunsp...
2007-09-10 Alvaro HerreraRemove the vacuum_delay_point call in count_nondeletabl...
2007-09-10 Teodor SigaevChange void* opaque argument to Datum type, add argument's
2007-09-10 Teodor SigaevFixes from Heikki Linnakangas <heikki@enterprisedb...
2007-09-10 Tom LaneRevert temporary patch that made synchronous_commit...
2007-09-10 Tom LaneSet the correct context (PGC_SIGHUP) for log_autovacuum...
2007-09-10 Tom LaneCode review for GUC revert-values-if-removed-from-postg...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-09-07 Teodor SigaevImprove page split in rtree emulation. Now if splitted...
2007-09-07 Teodor SigaevImprovements from Heikki Linnakangas <heikki@enterpris...
2007-09-07 Teodor SigaevImproving various checks by Heikki Linnakangas <heikki...
2007-09-07 Teodor SigaevRefactoring by Heikki Linnakangas <heikki@enterprisedb...
2007-09-07 Teodor SigaevAdd turkish stopword list. Thanks to Devrim GUNDUZ...
2007-09-07 Tom LaneAllow CREATE INDEX CONCURRENTLY to disregard transactio...
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-09-05 Tom LaneVolatile-qualify the ProcArray PGPROC pointer in a...
2007-09-05 Tom LaneQuick hack to make the VXID of a prepared transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-09-04 Tom LaneRestrict tsearch config file base names to contain...
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-09-03 Tom LaneImprove stylistic consistency of descriptions of built...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-09-01 Tom LaneSince sort_bounded_heap makes state changes that should...
next