]> granicus.if.org Git - postgresql/history - src
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
[postgresql] / src /
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-28 Tom LaneDept of second thoughts: let's make sure that get_index...
2008-09-28 Tom LaneAdd hooks to let plugins override the planner's lookups...
2008-09-27 Andrew DunstanCompare escaped chars case insensitively for ILIKE...
2008-09-26 Tom LaneFix pointer-advancement bugs in MS and US cases of...
2008-09-26 Tom LaneMake LIKE throw an error if the escape character is...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-24 Bruce MomjianFix integral timestamps so the output is consistent...
2008-09-24 Heikki LinnakangasFix pg_dump bug in the database-level collation patch...
2008-09-24 Tom LaneFix more problems with rewriter failing to set Query...
2008-09-24 Tom LaneFix unportable syntax used in recent patch. Per result...
2008-09-24 Magnus HaganderSilence compiler warning caused by recent collation...
2008-09-24 Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-23 Magnus HaganderOnly show source file and line numbers to superusers...
2008-09-23 Bruce MomjianAdd comment about the use of EXEC_BACKEND.
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-22 Tom LaneGet rid of pgpass_from_client tracking inside libpq...
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 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 HaganderParse pg_hba.conf in postmaster, instead of once in...
2008-09-15 Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-12 Tom LaneSkip opfamily check in eclass_matches_any_index() when...
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 LaneReimplement text_position and related functions to...
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 Bruce MomjianAdd Win32 MSVC code to support this recent patch:
2008-09-05 Peter EisentrautCode coverage testing with gcov. Documentation is...
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-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 Magnus HaganderUnconditionally write the statsfile when SIGHUP is...
2008-08-25 Alvaro HerreraUpdate URL to Ross William's paper.
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-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-20 Tom LaneMarginal improvement in sublink planning: allow unknown...
2008-08-20 Bruce MomjianRemove tools and documention for generating TODO.html.
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 Tom LaneCause the output from debug_print_parse, debug_print_re...
2008-08-19 Michael MeskesFixed incorrect argument handling in SET command if...
2008-08-18 Magnus HaganderProperly remove src\include\utils\probes.h when running...
2008-08-17 Tom LaneAdd some defenses against constant-FALSE outer join...
2008-08-17 Tom LaneRemove prohibition against SubLinks in the WHERE clause...
2008-08-17 Tom LaneImprove sublink pullup code to handle ANY/EXISTS sublin...
next