]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-03-23  Tom LaneAdjust DatumGetBool macro so that it isn't fooled by...
2007-03-23  Tom LaneFix plancache so that any required replanning is done...
2007-03-23  Tatsuo IshiiAllow 4 bytes UTF-8 (UCS-4 range 00010000-001FFFFF)
2007-03-23  Magnus HaganderForgot commit: support for special-cases in pgcrypto
2007-03-23  Magnus HaganderSupport for running contribcheck on msvc
2007-03-23  Magnus HaganderGenerate SQL files for /contrib (based on .sql.in)
2007-03-23  Magnus HaganderAdd define to exclude configured libraries, to be able...
2007-03-23  Magnus HaganderRemove headers for old sysv shmem emulation that I...
2007-03-23  Bruce MomjianCleanup for procarray.c.
2007-03-22  Bruce MomjianAdd:
2007-03-22  Bruce MomjianAdd comment that pg_dump 'append' format is used only...
2007-03-22  Bruce MomjianAdd to TODO:
2007-03-22  Bruce MomjianCommit newest version of xmlpath().
2007-03-22  Bruce MomjianIn pg_dump, strcasecmp -> pg_strcasecmp.
2007-03-22  Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-22  Tom LaneArrange for PreventTransactionChain to reject commands...
2007-03-22  Bruce MomjianAllow the pgstat process to restart immediately after...
2007-03-22  Tom LaneAllow DROP TABLESPACE to succeed (with a warning) if...
2007-03-22  Bruce MomjianProperly enforce pg_dump -F formation options; only...
2007-03-22  Alvaro HerreraRemove the currently unused FRONTEND case in dllist...
2007-03-22  Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-03-22  Bruce MomjianRemove tabs in SGML files.
2007-03-22  Bruce MomjianRemove tabs from SGML file.
2007-03-22  Magnus HaganderForgot to add file needed for PL regression tests
2007-03-21  Tom LaneFix some problems with selectivity estimation for parti...
2007-03-21  Bruce MomjianAdd:
2007-03-21  Bruce MomjianRemove TODO item, not wanted:
2007-03-21  Magnus HaganderAdd documentation about vcregress.
2007-03-21  Bruce MomjianAdd URL for:
2007-03-21  Magnus HaganderAdd support for running regression tests on procedural...
2007-03-21  Magnus HaganderProperly return exitcode when regression tests fails.
2007-03-21  Magnus HaganderNative shared memory implementation for win32.
2007-03-21  Bruce MomjianAdd URL for:
2007-03-20  Bruce MomjianIn FAQ, reference upgrade info via URL.
2007-03-20  Bruce MomjianNot done, reverted:
2007-03-20  Bruce MomjianDone:
2007-03-20  Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-20  Jan WieckBumping catversion due to changes to pg_trigger and...
2007-03-19  Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-19  Bruce MomjianRemove last line of patch license, per Zeugswetter...
2007-03-19  Tom LaneFurther buildfarm experience shows that actually we...
2007-03-19  Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-03-19  Bruce MomjianAdd URL for:
2007-03-19  Bruce MomjianAdd URL for:
2007-03-19  Magnus Haganderecpglib requires libpgport, per Andrew Dunstan
2007-03-18  Tom LaneFix ecpg/preproc makefile for parallel builds: parser...
2007-03-18  Neil ConwayCode cleanup: mark some variables with the "const"...
2007-03-18  Neil ConwayCode cleanup for function prototypes: change two K...
2007-03-17  Michael MeskesSimplified sortby rule
2007-03-17  Michael Meskes- Changed some whitespacing in connect statement.
2007-03-17  Magnus Hagandermsvc build actually needs Bison 2.2 or later, not 2...
2007-03-17  Magnus HaganderAdd note that diff is required for regression tests.
2007-03-17  Magnus HaganderAdd cvs tags to msvc build files, along with a (very...
2007-03-17  Magnus HaganderOops, forgot to remove the old genbki script.
2007-03-17  Magnus HaganderTurn most vc build scripts into modules instead of...
2007-03-17  Tom LaneSPI_cursor_open failed to enforce that only read-only...
2007-03-17  Tom LaneOoops, got only one of the two ArrayExpr variants corre...
2007-03-17  Tom LaneFix up the remaining places where the expression node...
2007-03-16  Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-16  Tom LaneFix race condition in parallel regression tests. The...
2007-03-16  Alvaro HerreraFix uninitialized value in pgstatindex leading to inval...
2007-03-16  Andrew DunstanRemove undocumented support for copy syntax from before...
2007-03-16  Magnus HaganderShow aggregate return types in psql \da output.
2007-03-15  Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-14  Tom LaneFix a longstanding bug in VACUUM FULL's handling of...
2007-03-14  Tom LaneArrange to install a "posixrules" entry in our timezone...
2007-03-14  Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-14  Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-14  Magnus HaganderRemove extra single-quotes copied from Unix build....
2007-03-14  Tom LaneFix broken markup, strange tab width.
2007-03-13  Tom LaneRegression makefile now needs to make separate lists...
2007-03-13  Magnus HaganderRewrite win32 install documentation (it's not client...
2007-03-13  Peter EisentrautReverted waiting for further fixes:
2007-03-13  Magnus HaganderFilter out warnings coming from the stylesheets, so...
2007-03-13  Magnus HaganderSet root of docbook stuff from buildenv.bat and not...
2007-03-13  Magnus HaganderProperly use pg_strcasecmp() instead of strcasecmp().
2007-03-13  Magnus HaganderSet stderr to unbuffered for pgbench on win32.
2007-03-13  Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-12  Peter EisentrautMake configuration parameters fall back to their defaul...
2007-03-12  Magnus HaganderMake a run with perltidy to format the code. Per reques...
2007-03-11  Alvaro HerreraFix a race condition that caused pg_database_size(...
2007-03-10  Andrew DunstanAdd alternate result file for large object tests to...
2007-03-08  Magnus HaganderRemove unsafe calling of WSAStartup and WSACleanup...
2007-03-08  Tom LaneFix vac_update_relstats to ensure it always sends a...
2007-03-07  Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-03-07  Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-03-06  Tom LaneFix oversight in original coding of inline_function...
2007-03-06  Magnus HaganderAdd script to build documentation on win32 without...
2007-03-06  Peter EisentrautMinor edits
2007-03-06  Peter EisentrautAdd more information about avoiding Linux OOM killer.
2007-03-06  Bruce MomjianRevert temp_tablespaces because of coding problems...
2007-03-05  Bruce MomjianRemove copied comments from geo_ops.c source file and...
2007-03-05  Bruce MomjianRemove timeline for 8.3 release, now on web site.
2007-03-05  Magnus HaganderRemove old-style win32 client-only visual c++ build...
2007-03-05  Neil ConwayFix a typo in a comment. Heikki Linnakangas.
2007-03-03  Neil ConwayMake the newly-added regression tests for lo_truncate...
2007-03-03  Bruce MomjianCosmetic patch to large object regression test.
2007-03-03  Bruce MomjianSplit _bt_insertonpg to two functions.
2007-03-03  Bruce MomjianFix for COPY-after-truncate feature.
2007-03-03  Bruce MomjianRemove undo information from pg_controldata --- never...
next