]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2007-09-01  Bruce MomjianMore SGML alignment cleanups.
2007-09-01  Bruce MomjianProperly indent SGML source of libpq.sgml.
2007-09-01  Tom LaneSince sort_bounded_heap makes state changes that should...
2007-08-31  Tom LaneApply a band-aid fix for the problem that 8.2 and up...
2007-08-31  Bruce MomjianOnly use SGML indexterm "zone" when we want to get...
2007-08-31  Bruce MomjianMake Gin/Gist text search tertiary index entries in...
2007-08-31  Tom LaneExtend whole-row Var evaluation to cope with the case...
2007-08-31  Bruce MomjianAdd comment on why SGML -wfully-tagged flag is needed...
2007-08-31  Bruce MomjianPlace GiST and GIN text search indexes as secondary...
2007-08-31  Bruce MomjianAgain improve text search index entries.
2007-08-31  Bruce MomjianIn text search docs, properly use indexterm _zone_...
2007-08-31  Bruce MomjianFix docs so indexes can be built by commenting out...
2007-08-31  Tom LaneInstall check_stack_depth() protection in two recursive...
2007-08-31  Bruce MomjianAdd openjade warning -wfully-tagged to warn about missi...
2007-08-31  Tom LaneRewrite make_outerjoininfo's construction of min_leftha...
2007-08-30  Bruce MomjianMake more logical index sections for text search.
2007-08-30  Tom LaneFix int8mul so that overflow check is applied correctly...
2007-08-30  Tatsuo IshiiFix broken markup.
2007-08-29  Bruce MomjianUpdate tsearch documentation wording.
2007-08-29  Bruce MomjianText search documentation word improvements; move...
2007-08-29  Bruce MomjianMove full text search operators, functions, and data...
2007-08-29  Tom LaneRelax permissions checks on dbsize functions, per discu...
2007-08-29  Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
2007-08-29  Michael MeskesFixed bug in Informix define handling.
2007-08-29  Bruce MomjianProperly indent SGML in textsearch.sgml.
2007-08-28  Tom LaneAdd a debug logging message when a resource manager...
2007-08-28  Tom LaneReduce the permissions check needed to use pgrowlocks...
2007-08-28  Tom LaneImprove behavior of log_lock_waits patch. Ensure that...
2007-08-28  Bruce MomjianMention configurations early in text search documentati...
2007-08-28  Bruce MomjianPlease ignore. Fresh checkout to see if this fixes it.
2007-08-28  Bruce MomjianCommit test, please ignore.
2007-08-28  Bruce MomjianCVS commit test, ignore.
2007-08-28  Bruce MomjianCVS commit test for TODO. Please ignore.
2007-08-28  Bruce MomjianSmall commit test for TODO.
2007-08-28  Bruce MomjianUpdate TODO.html.
2007-08-28  Bruce MomjianUpdate TODO with lost change, mostly completed items...
2007-08-28  Bruce MomjianBatch of TODO updates, mostly completed item marking...
2007-08-27  Magnus HaganderExclude tsearch2 contrib tests in regression tests,
2007-08-27  Magnus HaganderInstall stopword files
2007-08-27  Magnus HaganderFix generation of snowball_create.sql on msvc builds.
2007-08-27  Tom LaneFix a couple of misbehaviors rooted in the fact that...
2007-08-27  Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-27  Tom LaneRequire SELECT privilege on a table to do dblink_get_pk...
2007-08-27  Tom LaneRestrict pg_relation_size to relation owner, pg_databas...
2007-08-27  Tom LaneMake currtid() functions require SELECT privileges...
2007-08-27  Tom LaneRestrict pgrowlocks function to superusers. (This...
2007-08-26  Tom LaneRestrict pgstattuple functions to superusers. (This...
2007-08-26  Tom LaneClean up usage of some deprecated APIs, particularly...
2007-08-26  Tom LaneCode review for btreefuncs additions: restrict to super...
2007-08-26  Tom LaneMake ARRAY(SELECT ...) return an empty array, rather...
2007-08-25  Tom LaneAdjust with-system-tzdata patch to not attempt to insta...
2007-08-25  Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-08-25  Tom LaneSimplify implementation of ts_debug() function ---...
2007-08-25  Tatsuo IshiiThe upper limit for -c option of pgbench is now obtaine...
2007-08-25  Tom LaneSome more tsearch docs work --- sync names with CVS...
2007-08-25  Tom LaneFix synonym-dict breakage introduced in last patch...
2007-08-25  Tom LaneRename built-in Snowball stemmer dictionaries to be...
2007-08-25  Tom LaneCleanup for some problems in tsearch patch:
2007-08-23  Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-08-23  Andrew DunstanReduce memory requirements for writing CSVlogs, so...
next