]> granicus.if.org Git - postgresql/history - src
In PLy_function_build_args(), the code loops repeatedly, constructing
[postgresql] / src /
2006-01-10 Neil ConwayIn PLy_function_build_args(), the code loops repeatedly...
2006-01-09 Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-09 Peter EisentrautChange allow_system_table_mods to PGC_POSTMASTER, resto...
2006-01-09 Neil ConwayMinor code cleanup for PL/Python: fixup some strangely...
2006-01-08 Andrew DunstanRationalise perl header inclusions via a common include...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-08 Tom LaneRecent patch broke guc.c for non-USE_ASSERT_CHECKING...
2006-01-08 Tom LaneAvoid leaking memory while reading toasted entries...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2006-01-07 Tom LaneAdd RelationOpenSmgr() calls to ensure rd_smgr is valid...
2006-01-07 Tom LaneAdd comment explaining why RelationOpenSmgr() call...
2006-01-07 Tom LaneDuring CatCacheRemoveCList, we must now remove any...
2006-01-06 Tom LaneFix failure to apply domain constraints to a NULL const...
2006-01-06 Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2006-01-06 Tom LaneFix Windows-only postmaster code to reject a connection...
2006-01-06 Tom LaneConvert Assert checking for empty page into a regular...
2006-01-06 Tom LaneFix ReadBuffer() to correctly handle the case where...
2006-01-05 Bruce MomjianUpdate x86 Solaris documenation ideas.
2006-01-05 Bruce MomjianAdd compile flags sample.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-05 Bruce MomjianRemove QNX file.
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2006-01-04 Tom LaneFix another case in which autovacuum would fail while...
2006-01-03 Tom LaneFix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PR...
2006-01-03 Tom LaneAdd checks to verify that a plpgsql function returning...
2006-01-03 Bruce MomjianAssume select() might modify struct timeout, so remove...
2006-01-03 Bruce MomjianUse setitimer() for stats file write, rather than do...
2006-01-02 Tom LaneDon't assume that LC_MESSAGES is always available on...
2006-01-02 Tom LaneReset flex state in a way that works for both flex...
2006-01-02 Andrew DunstanRemove the nexus between trial_buffs and trial_conns...
2006-01-02 Bruce MomjianRemove unnecessary assignment, per Tom.
2006-01-02 Bruce MomjianChange if (!(x || y)) construct with if (!x && !y)...
2006-01-01 Tom LaneRewrite ProcessConfigFile() to avoid misbehavior at...
2006-01-01 Neil ConwayRemove DOS line endings ("\r\n") from several .po files...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-31 Tom LaneClean up initdb's code for selecting max_connections...
2005-12-31 Bruce MomjianRename variable to cmd_str.
2005-12-31 Bruce MomjianRename variable 'what' to 'stat_msg'.
2005-12-31 Bruce MomjianPrefix client-side prepare with '[protocol]' rather...
2005-12-30 Bruce MomjianRename send_rfq to send_ready_for_query.
2005-12-30 Bruce MomjianMmark client-side prepare/bind/execute statements with...
2005-12-30 Bruce MomjianAdd support for Solaris x86_64 using Sun's compiler.
2005-12-30 Tom LaneRepair EXPLAIN failure when trying to display a plan...
2005-12-30 Peter EisentrautDisallow setting ssl = on if SSL is not compiled in.
2005-12-29 Neil ConwayIndex: src/pl/plpython/plpython.c
2005-12-29 Tom LaneGet rid of the SpinLockAcquire/SpinLockAcquire_NoHoldof...
2005-12-29 Andrew DunstanMove declaration of check_function_bodies to where...
2005-12-29 Neil ConwayRevert some careless search-and-replace: "ADD" in comme...
2005-12-28 Tom LaneArrange to set the LC_XXX environment variables to...
2005-12-28 Bruce MomjianUpdate regression tests for new referential integrity...
2005-12-28 Tom LaneFix plperl validator to honor check_function_bodies...
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-12-28 Bruce MomjianMention "table" in "violates foreign key constraint...
2005-12-28 Tom LaneRemove silly use of DLLIMPORT.
2005-12-28 Bruce MomjianAdd COPY CSV test that tests CSV output of \.
2005-12-28 Bruce MomjianAdd regression tests for CSV and \., and add automatic...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-27 Andrew DunstanIncrease amount of shared buffers initdb tries to alloc...
2005-12-27 Bruce MomjianOur code had:
2005-12-27 Bruce MomjianProtect ADD and HEADER symbols from conflicting with...
2005-12-26 Bruce MomjianMore uses of IS_HIGHBIT_SET() macro.
2005-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-26 Neil ConwayVarious cosmetic code cleanup for PL/Python:
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-24 Bruce MomjianPrevious commit message should have been:
2005-12-24 Bruce MomjianAdd
2005-12-24 Bruce MomjianAlignment cleanup.
2005-12-24 Bruce MomjianFormatting cleanups.
2005-12-24 Bruce MomjianFormatting cleanup.
2005-12-24 Tatsuo IshiiFix long standing Asian multibyte charsets bug.
2005-12-23 Tom LaneWups, fat-fingered the calculation the first time....
2005-12-23 Tom LaneFix make_relative_path() to support cases where target_...
2005-12-23 Peter EisentrautAllow CREATE/ALTER ROLE PASSWORD NULL to allow restorin...
2005-12-23 Tatsuo IshiiFix for rearranging encoding id ISO-8859-5 to ISO-8859-8.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-23 Bruce MomjianAdd quotes around search_path "$user" so that SHOW...
2005-12-22 Tom LaneAdjust string comparison so that only bitwise-equal...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-17 Bruce MomjianFix typo.
2005-12-17 Bruce MomjianUpdate s_lock.c comments.
2005-12-17 Bruce MomjianUpdate ASM comments.
2005-12-16 Alvaro HerreraAdd a note to Win32 gettimeofday() emulation, per Qingq...
2005-12-16 Tom LaneRethink prior patch to filter out dead backend entries...
2005-12-14 Tom LaneDefend against crash while processing Describe Statemen...
2005-12-14 Tom LaneFix problem with whole-row Vars referencing sub-select...
2005-12-12 Bruce MomjianUse a proper enum for tri-valued variables.
2005-12-12 Bruce MomjianDocument tri-valued variables in createdb, +1, -1, 0.
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-12-11 Neil ConwayImplement IS NOT DISTINCT FROM, update the regression...
2005-12-10 Tom LaneTeach deparsing of CASE expressions to cope with the...
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Tom LaneFix core dump in error path of plpgsql_parse_tripwordty...
2005-12-09 Peter EisentrautLet initdb detect the date order of the lc_time locale...
2005-12-09 Bruce MomjianI reconfirmed MS-VC6. Thank you for wonderful correspon...
2005-12-09 Bruce MomjianStamp libraries for 8.2 by updating minor library versi...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08 Bruce Momjian> 1) I'm proposing a patch to do the DROP FUNCTION...
next