]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-09-22  Tom LaneFix dblink_connect() so that it verifies that a passwor...
2008-09-21  Tom LaneSimplify the definitions of a couple of system views...
2008-09-19  Tom LaneAdd a PQfireResultCreateEvents function to allow applic...
2008-09-19  Tom LaneCreate a selectivity estimation function for the text...
2008-09-19  Tom LaneImprove the recently-added libpq events code to provide...
2008-09-19  Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-09-19  Peter EisentrautAdd additional rules so that make init-po for ecpg...
2008-09-19  Alvaro HerreraOptimize CleanupTempFiles by having a boolean flag...
2008-09-17  Tom LanePreliminary release notes for upcoming back branch...
2008-09-17  Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-09-17  Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-09-17  Tom LaneAdd an "events" system to libpq, whereby applications...
2008-09-16  Tom LaneClean up a couple of weird corner cases in interval...
2008-09-16  Tom LaneWiden the nLocks counts in local lock tables from int...
2008-09-16  Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15  Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-15  Magnus HaganderFix error messages from recent pg_hba parsing patch...
2008-09-15  Tom LaneChange hash indexes to store only the hash code rather...
2008-09-15  Magnus HaganderAdd missing quotes.
2008-09-15  Magnus HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-09-15  Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-15  Magnus HaganderPolish and Turkish FAQ also needed converting to UTF8
2008-09-15  Magnus HaganderConvert Russian FAQ to UTF8, to make it render properly...
2008-09-12  Tom LaneUpdate citext's documentation to match the recently...
2008-09-12  Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-09-12  Peter EisentrautUpdate man page build instructions.
2008-09-11  Tom LaneAdd a duration option to pgbench, so that test length...
2008-09-11  Tom LaneTighten up to_date/to_timestamp so that they are more...
2008-09-11  Tom LaneAdjust the parser to accept the typename syntax INTERVA...
2008-09-11  Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10  Tom LaneTweak newly added set_config_sourcefile() so that the...
2008-09-10  Tom LaneMake our parsing of INTERVAL literals spec-compliant...
2008-09-10  Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-10  Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-09-10  Tom LaneFix a couple of places where the plpgsql grammar would...
2008-09-09  Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-09  Alvaro HerreraImprove plpgsql's ability to report tuple incompatibili...
2008-09-08  Tom LaneFix a couple of problems pointed out by Fujii Masao...
2008-09-08  Tom LaneMake pg_dump --data-only try to order the table dumps...
2008-09-08  Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-08  Tom LaneSupport set-returning functions in the target lists...
2008-09-07  Tom LaneClarify description of pg_restore's handling of large...
2008-09-07  Tom LaneReimplement text_position and related functions to...
2008-09-07  Tom LaneAdd a few more details in the source-code-formatting...
2008-09-07  Bruce MomjianClarify documention workding for xip_list().
2008-09-06  Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06  Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-05  Bruce MomjianAdd comment about why pg_dump doesn't dump the public...
2008-09-05  Tom LaneFix an oversight in the 8.2 patch that improved mergejo...
2008-09-05  Peter EisentrautCheck for gcov and lcov only when coverage testing...
2008-09-05  Tom LaneAdd some additional casts and regression tests for...
2008-09-05  Bruce MomjianAdd Win32 MSVC code to support this recent patch:
2008-09-05  Peter EisentrautCode coverage testing with gcov. Documentation is...
2008-09-05  Peter EisentrautAdd DSSSL stylesheet location for Mac OS X/Fink install...
2008-09-04  Teodor SigaevFix strategy propagation to scanEntry for partial match...
2008-09-03  Tom LaneIf a loadable module has wrong values in its magic...
2008-09-02  Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01  Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-09-01  Tom LaneSigh, I missed checking the ecpg tests ...
2008-09-01  Tom LaneAdd a variant expected-output file for the sequence...
2008-09-01  Tom LaneAdd a bunch of new error location reports to parse...
2008-09-01  Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-09-01  Peter EisentrautSynchronize the shared object build rules in Makefile...
2008-08-30  Tom LaneFix (hopefully) some oversights in recent Bison cleanup...
2008-08-30  Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-29  Tom LaneIn GCC-based builds, use a better newNode() macro that...
2008-08-29  Alvaro HerreraFixup pg_dumpall adding --lock-wait-timeout, to match...
2008-08-29  Tom LaneSuppress gcc warning about possibly-uninitialized varia...
2008-08-29  Alvaro HerreraDocument that \t and \x are now settable.
2008-08-29  Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-08-28  Tom LaneExtend the parser location infrastructure to include...
2008-08-26  Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
2008-08-26  Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-25  Tom LaneAdd %option noinput to contrib's flex scanners, to...
2008-08-25  Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-25  Tom LaneGet rid of the last remaining uses of var_is_rel()...
2008-08-25  Tom LaneAdd standard boilerplate sentence about when stats_temp...
2008-08-25  Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25  Alvaro HerreraUpdate URL to Ross William's paper.
2008-08-25  Alvaro HerreraHave man page generation work on VPATH builds too.
2008-08-25  Magnus HaganderMake stats_temp_directory PGC_SIGHUP, and document...
2008-08-25  Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-23  Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-08-23  Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-08-23  Bruce MomjianUpdate link to developer's FAQ from main FAQ.
2008-08-22  Bruce MomjianMake "log_temp_files" super-user set only, like other...
2008-08-22  Bruce MomjianMinor patch on pgbench
2008-08-22  Bruce MomjianImprove wording of error message when a postgresql...
2008-08-22  Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-21  Bruce MomjianMention that pg_dump does not dump ALTER DATABASE ...
2008-08-21  Alvaro HerreraUpdate URL.
2008-08-21  Peter EisentrautAutoconf 2.62 will require cache variables to contain...
2008-08-20  Tom LaneMarginal improvement in sublink planning: allow unknown...
2008-08-20  Bruce MomjianRemove tools and documention for generating TODO.html.
2008-08-20  Bruce MomjianTODO now in wiki, html version removed.
2008-08-20  Bruce MomjianNew TODO list URL wiki location listed; contents truncated.
2008-08-20  Tom LaneFix obsolete comment. It's no longer the case that...
2008-08-20  Michael MeskesSynced parser.
2008-08-20  Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-08-19  Bruce MomjianNot done:
next