]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-09-20  Tom LaneRevert ill-fated patch to release exclusive lock early...
2007-09-20  Bruce MomjianDone:
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-19  Bruce MomjianRemove tabs from SGML file.
2007-09-18  Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-18  Teodor SigaevAvoid possibly-unportable initializer, per buildfarm...
2007-09-18  Bruce MomjianDoc reminder that integer pg version also needs updating.
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 LaneUpdate release notes for last-minute fix.
2007-09-16  Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-15  Bruce MomjianUpdate Japanese FAQ.
2007-09-14  Bruce MomjianAdd:
2007-09-14  Bruce MomjianAdd:
2007-09-14  Bruce MomjianFix markup.
2007-09-14  Bruce MomjianUpdate pronunciation FAQ item.
2007-09-14  Bruce MomjianUpdate to mention alternate project name is "Postgres".
2007-09-14  Bruce MomjianRemove GIN interface section, which is now documented...
2007-09-14  Tom LaneFix markup that doesn't work in back branches.
2007-09-14  Bruce MomjianFix GSS API pointer checking.
2007-09-14  Bruce MomjianDocument atan2() as y/x, rather than x/y, to conform...
2007-09-14  Tom LaneMinor editorialization on release notes.
2007-09-14  Bruce MomjianAdd some links for escape strings.
2007-09-14  Bruce MomjianAdd LDAP URL documentation.
2007-09-14  Bruce MomjianUpdate documentation to mention that autovacuum also...
2007-09-14  Bruce MomjianClarify tar documentation about return error codes.
2007-09-14  Bruce MomjianUpdate tsearch include location in example.
2007-09-14  Bruce MomjianAdd tsearch tab completion support:
2007-09-14  Bruce MomjianThis is small patch fixes a spi example (PG_MODULE_MAGI...
2007-09-14  Bruce MomjianUpdate GNU tar error code documentation.
2007-09-14  Bruce MomjianMentino that PAM doesn't work for Unix system authentic...
2007-09-14  Tom LaneRemove ill-considered (not to mention undocumented...
2007-09-14  Bruce MomjianUpdate documented error text.
2007-09-14  Bruce MomjianClarify age() 'months' calculation documentation.
2007-09-13  Bruce MomjianUpdate documentation to emphasize autovacuum rather...
2007-09-13  Teodor SigaevFix typo in typecasting.
2007-09-13  Bruce MomjianUpdate Japanese FAQ, backpatch.
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  Bruce MomjianWhitespace improvement.
2007-09-12  Tom LaneRevert ill-starred change to ICC anti-aliasing switches...
2007-09-12  Magnus HaganderInstall dictionary sample files.
2007-09-12  Bruce MomjianDocument an efficient way to create documentation for...
2007-09-12  Bruce MomjianUpdate Japanese FAQ to current release number.
2007-09-12  Alvaro HerreraAdd a CHECK_FOR_INTERRUPTS call in the site where the...
2007-09-11  Tom LaneGive ICC its preferred, documented form of the no-stric...
2007-09-11  Tom LaneSync timezone data with 2007g zic release.
2007-09-11  Bruce MomjianUpcoming most recent release will be 8.2.5.
2007-09-11  Bruce MomjianStamp
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 SigaevHeikki Linnakangas <heikki@enterprisedb.com>:
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-09  Andrew Dunstanfix typo in regression Makefile.
2007-09-09  Andrew DunstanProvide for a file specifying non-standard config optio...
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  Bruce MomjianAdd Hash thread URL:
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  Bruce MomjianDone:
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  Michael MeskesSynced parser and keyword list.
2007-09-04  Tom LaneSync examples of psql \dF output with current CVS HEAD...
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 LaneFix MSVC build (I think) for recent pg_proc.h column...
2007-09-03  Tom LaneImprove stylistic consistency of descriptions of built...
2007-09-03  Tom LaneAdd an ORDER BY to nail down the expected row order...
2007-09-03  Tom LaneFix breakage of GIN support for varchar[] and cidr...
2007-09-03  Tom LaneImplement function-local GUC parameter settings, as...
2007-09-02  Bruce MomjianClean up whitespace.
next