]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-02-19  Bruce MomjianUpdate PQfree() documentation to be clearer, backpatch...
2007-02-19  Bruce MomjianUpdate wording:
2007-02-19  Bruce MomjianAdd:
2007-02-19  Bruce MomjianAdd newlines.
2007-02-19  Bruce MomjianAdd:
2007-02-19  Bruce MomjianAdd:
2007-02-19  Bruce MomjianClarify documentation that initdb -A or editing pg_hba...
2007-02-19  Bruce MomjianClarify documentation for "day of the week" handling...
2007-02-19  Bruce MomjianDone:
2007-02-19  Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-19  Bruce MomjianDone:
2007-02-19  Bruce MomjianDone:
2007-02-19  Magnus HaganderFix pg_dump on win32 to properly dump files larger...
2007-02-19  Magnus HaganderParse pg_proc.h with entries without OIDs.
2007-02-19  Tom LaneGet rid of some old and crufty global variables in...
2007-02-19  Tom LaneImprove plpgsql's error message when a datatype declara...
2007-02-19  Tom LanePut function expressions and values lists into Function...
2007-02-18  Tom LaneFix portal management code to support non-default comma...
2007-02-18  Bruce MomjianDocument limitation of SPI_execute() using multiple...
2007-02-18  Bruce MomjianUpdate wording:
2007-02-18  Bruce MomjianAdd:
2007-02-18  Bruce MomjianUpdate "Conflicting lock modes" to show as conflict...
2007-02-17  Tom LaneAdd code so that when COPY_PARSE_PLAN_TREES is defined...
2007-02-17  Bruce MomjianRemove rint() for to_char MS and US output. We can...
2007-02-17  Bruce MomjianAdd:
2007-02-17  Bruce MomjianCleanup of to_char() patch.
2007-02-17  Bruce MomjianAdd:
2007-02-17  Bruce MomjianRemove installation mention that integer timestamps...
2007-02-17  Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16  Tom LaneTeach find_nonnullable_rels to handle OR cases: if...
2007-02-16  Bruce MomjianAdd:
2007-02-16  Tom LaneFix new RI operator selection code to do the right...
2007-02-16  Bruce MomjianReduce the amount of memory "clobbered" for every proce...
2007-02-16  Tom LaneAdjust the definition of is_pushed_down so that it...
2007-02-16  Peter EisentrautBetter fix for determining minimum and maximum int64...
2007-02-16  Alvaro HerreraInstall a more correct fix in the timestamp and timesta...
2007-02-16  Tom LaneCode review for SSLKEY patch.
2007-02-16  Tom LaneFix markup, spelling, grammar, and explanations for...
2007-02-16  Alvaro HerreraFix the timestamptz test problem, by moving the tests...
2007-02-16  Peter EisentrautFix // comment
2007-02-16  Peter EisentrautAdd stdint.h include
2007-02-16  Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-16  Bruce MomjianRemove extra character erroneously added.
2007-02-16  Bruce MomjianRemove tabs from SGML files to help tag alingment and...
2007-02-16  Tom LaneFix another problem in 8.2 changes that allowed "one...
2007-02-16  Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-02-16  Bruce MomjianSSL improvements:
2007-02-16  Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-16  Tom LaneRestructure code that is responsible for ensuring that...
2007-02-15  Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-15  Tom LaneAdd ORDER BY to a query on information_schema.views...
2007-02-15  Tom LaneRepair oversight in 8.2 change that improved the handli...
2007-02-14  Magnus HaganderMake it possible to build with integer datetimes in...
2007-02-14  Bruce MomjianAdd:
2007-02-14  Tom LaneAdd some discussion of sort ordering to indices.sgml...
2007-02-14  Peter EisentrautFix typo
2007-02-14  Bruce MomjianFix to_date()/to_timestamp() 'D' field for day of week...
2007-02-14  Bruce MomjianMove fsync method macro defines into /include/access...
2007-02-14  Tom LaneMinor editorialization on operator-family documentation...
2007-02-14  Bruce MomjianAdd:
2007-02-14  Bruce MomjianAdd:
2007-02-14  Neil ConwayFix capitalization and punctuation of two more GUC...
2007-02-14  Bruce MomjianAdd URL for:
2007-02-14  Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-14  Bruce MomjianAdd URL for:
2007-02-13  Bruce MomjianAdd URL for:
2007-02-13  Bruce MomjianAdd:
2007-02-13  Tom LaneDisallow committing a prepared transaction unless we...
2007-02-13  Tom LaneImprove postmaster's behavior if an accept() call fails...
2007-02-13  Bruce MomjianAdd URL for:
2007-02-13  Bruce MomjianAdd code so database scans are done in an order consist...
2007-02-13  Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-02-13  Bruce MomjianAdd ORDER BY to vacummdb so databases are scaned in...
2007-02-13  Bruce MomjianAdd:
2007-02-13  Magnus HaganderUn-break build on ANSI compilers (like msvc) by moving...
2007-02-13  Magnus HaganderAdd script to run regression tests under vc++ without...
2007-02-13  Magnus HaganderOne more fix for makefile := to : change.
2007-02-13  Magnus HaganderProperly parse Makefile after change from := to =.
2007-02-13  Tom LaneRepair bug in 8.2's new logic for planning outer joins...
2007-02-13  Bruce MomjianAdd comment to explain why O_EXCL and O_TRUNC can be...
2007-02-13  Bruce MomjianAdd comment that to_char() for broken glibc pt_BR might...
2007-02-12  Tom LaneAvoid infinite recursion when dumping new planner Equiv...
2007-02-12  Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-11  Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-11  Tom LaneFix another erroneous =-for-:= substitution.
2007-02-11  Michael MeskesFixed multibyte handling as reported by <harada.toshi...
2007-02-11  Magnus HaganderFix for early log messages during postmaster startup...
2007-02-10  Tom LaneImprove documentation for CREATE CONSTRAINT TRIGGER.
2007-02-10  Magnus HaganderFix pg_standby to build on msvc.
2007-02-10  Peter EisentrautAdd proper mapping of boolean type data to XML Schema.
2007-02-10  Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-10  Tom LanePut back some not-so-unnecessary-as-all-that := usages...
2007-02-10  Tom LaneHm, seems my hack on rowtypes regression test has made...
2007-02-09  Neil ConwayUnbreak the SGML doc build: ":=" is needed to assign...
2007-02-09  Tom LaneMinor tweak to make rowtypes regression test run faster...
2007-02-09  Peter EisentrautRemove useless CPPFLAGS.
2007-02-09  Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-02-09  Tom LaneCall pgstat_drop_database during DROP DATABASE, so...
2007-02-09  Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-09  Bruce MomjianRemove blank lines in code.
next