]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-01-08  Bruce MomjianAdd URLs to two excellent web pages about SSL API and...
2008-01-08  Tom Laneinformix.c was violating the coding rule about not...
2008-01-08  Tom LaneRemove unnecessary comma in enum definition ... some...
2008-01-07  Bruce MomjianMention use of src/tools/major_release_split for creati...
2008-01-07  Neil ConwayFix a minor bug in outfuncs support for SetOp: dupOpera...
2008-01-06  Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-05  Peter EisentrautPut spaces after "RFC".
2008-01-04  Bruce MomjianAdd URL for:
2008-01-03  Tom LaneStamp release 8.3RC1. REL8_3_RC1
2008-01-03  Tom LaneUpdate release notes for security releases.
2008-01-03  Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-03  Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-03  Tom LaneFix assorted security-grade bugs in the regex engine...
2008-01-03  Bruce MomjianAdd:
2008-01-02  Tom LaneForbid ALTER TABLE and CLUSTER when there are pending...
2008-01-02  Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-02  Magnus HaganderFix invalid ipv6 address in example. Per doc comment...
2008-01-02  Tom LaneFix plpython's overoptimistic caching of information...
2008-01-02  Bruce MomjianCorrect two more copyrights found by updated script.
2008-01-02  Bruce MomjianModify copyright script to handle cases where there...
2008-01-01  Tom LaneUpdate time zone data files to tzdata release 2007k.
2008-01-01  Tom LaneFix some missed copyright updates.
2008-01-01  Bruce MomjianUpdate copyrights in source tree to 2008.
2008-01-01  Bruce MomjianMove a few release note items from "Utility Commands...
2008-01-01  Bruce MomjianUpdate release notes to match CVS HEAD.
2008-01-01  Bruce Momjian8.3 is possible release on 2008-01-??, not 2007.
2007-12-31  Bruce MomjianProvide a more helpful error message when there is...
2007-12-31  Bruce MomjianProvide a more helpful error message when there is...
2007-12-31  Tom LaneImprove a number of elog messages for not-supposed...
2007-12-31  Alvaro HerreraAdd missing return code checks in the uuid-ossp contrib...
2007-12-30  Andrew DunstanAdd sanity check to ensure delimiter and quote are...
2007-12-30  Bruce MomjianUpdate TODO list based on 8.3 completed items:
2007-12-30  Bruce MomjianRemove TODO.detil for pg_upgrade.
2007-12-30  Bruce MomjianAdd:
2007-12-29  Bruce MomjianUpdate Japanese FAQ.
2007-12-29  Bruce MomjianDocument how to control the disk write cache on Solaris.
2007-12-29  Bruce MomjianRemove tab in file name
2007-12-29  Bruce MomjianDocument that null ciphers are not recommended.
2007-12-29  Bruce MomjianUpdate docs mentioning PAM doesn't work reading /etc...
2007-12-29  Bruce MomjianDoc wording improvment.
2007-12-29  Bruce MomjianDocument problem with NULL SSL ciphers and man-in-the...
2007-12-28  Tom LaneUpdate examples in planstats.sgml for 8.3, and improve...
2007-12-28  Bruce MomjianUpdate docs: client always gets server certificate
2007-12-28  Peter Eisentrautmay -> might
2007-12-28  Michael MeskesSorry, hit the wrong button with my last commit. Here...
2007-12-28  Michael Meskes*** empty log message ***
2007-12-28  Peter EisentrautDisable LOT for the time being because of TeX problems
2007-12-28  Peter EisentrautUpdate required TeX settings
2007-12-28  Tom LaneImprove consistency of error reporting in GUC assign_ho...
2007-12-27  Tom LaneDisallow digits and lower-case ASCII letters as the...
2007-12-27  Tom LaneFix ill-advised usage of x?y:z expressions in errmsg...
2007-12-27  Tom LaneSwap the order of testing for control characters and...
2007-12-27  Peter EisentrautWording improvements
2007-12-25  Bruce MomjianUpdate docs to clarify purpose of SSL key file
2007-12-25  Bruce MomjianAdd two documentation tables to outline SSL file usage...
2007-12-25  Bruce MomjianAdd documentation section about preventing server spoofing.
2007-12-23  Bruce MomjianProperly indent SGML paragraph.
2007-12-22  Bruce MomjianRemove paragraph about Linux OOM killer and fork()...
2007-12-21  Bruce MomjianMove item to proper section:
2007-12-21  Bruce MomjianUpdate find_typedefs to handle simple 'typedef X' cases...
2007-12-21  Michael MeskesFixed a few minor glitches pointed out by splint.
2007-12-21  Bruce MomjianModify pgindent to use an external typedefs file rather...
2007-12-21  Magnus Haganderlibpq needs pgsleep on win32 because of the changes...
2007-12-21  Tom LaneFix a small typo, per Jan Urbanski
2007-12-20  Magnus HaganderOn win32, loop when opening files if sharing- och lock...
2007-12-20  Tom LaneWhen given a nonzero column number, pg_get_indexdef...
2007-12-19  Magnus HaganderRemove unnecessary logo output from msbuild when cleani...
2007-12-19  Magnus HaganderMake all msvc build scripts use buildenv.pl, not builde...
2007-12-18  Andrew DunstanFix thinko in encoding check for chr()
2007-12-18  Tom LaneMake archiver process report its progress in PS display...
2007-12-18  Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-12-17  Bruce MomjianUpdate pg_ctk/kill docs.
2007-12-17  Bruce MomjianRemove tab in SGML file.
2007-12-17  Alvaro HerreraImprove wording.
2007-12-17  Bruce MomjianUpdate archive_command example to use || test, rather...
2007-12-17  Tom LaneSome desultory copy-editing on the backup/restore docs.
2007-12-17  Bruce MomjianMention use all configure options when getting pgindent...
2007-12-17  Bruce MomjianMention installing /contrib libraries for pgindent.
2007-12-17  Bruce MomjianUpdate item description:
2007-12-16  Tom LaneMake an editorial pass over the newly SGML-ified contri...
2007-12-16  Bruce MomjianWindows write-cache wording improvement.
2007-12-16  Bruce MomjianUpdate write-cache docs to mention windows behavior...
2007-12-16  Bruce MomjianMention that HOT helps with DELETE space reuse.
2007-12-16  Bruce MomjianUpdate OOM wording.
2007-12-16  Bruce MomjianAdd docs about OOM killer.
2007-12-16  Bruce MomjianMention pg_ctl kill for Win32 in docs.
2007-12-16  Bruce MomjianUpdate pgpool-II mention.
2007-12-16  Bruce MomjianMark 8.3 as likely now January, 2008 in release notes.
2007-12-15  Magnus HaganderGet dllwrap name from variable instead of hardcoded.
2007-12-15  Andrew DunstanFix example archive_command for standalone backups...
2007-12-15  Bruce MomjianUse clearer error message for gmake postgres.pdf:
2007-12-15  Tom LaneImprove documentation about Julian dates; in particular...
2007-12-14  Peter EisentrautMake error message more accurate
2007-12-14  Bruce MomjianAdd default error rules for making postgres.pdf and...
2007-12-13  Alvaro HerreraCorrect result type of convert_to, per Pavel Stehule.
2007-12-13  Peter EisentrautClarify log messages
2007-12-13  Tom LaneChange a couple of examples to say ALTER MAPPING instea...
2007-12-13  Bruce MomjianMark items needing updating for beta stamping.
2007-12-12  Tom LaneImprove the method of localizing column names and other...
2007-12-12  Tom LaneClean up unportable attempt to use #if inside a macro...
next