]> granicus.if.org Git - postgresql/shortlog
postgresql
2006-02-19 Tom LaneModify logtape.c so that the initial LogicalTapeSetCrea...
2006-02-19 Tom LaneImprove tuplesort.c to support variable merge order...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-18 Neil ConwayMinor SGML style police work.
2006-02-18 Peter Eisentraut' is not valid HTML 4.01, so print the plain chara...
2006-02-18 Neil ConwayPatch from Marko Kreen:
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-18 Neil ConwayMark unescape_single_char() "static": as far as I can...
2006-02-17 Neil ConwayFix typo in comment.
2006-02-16 Peter EisentrautChange MemSet to use long instead of int32, for better...
2006-02-16 Peter EisentrautPut the first section of a chapter in its own chunk.
2006-02-15 Tom LaneSince we only use libld on AIX, don't include it in...
2006-02-14 Tom LaneRepair --single-transaction patch so it handles blobs...
2006-02-14 Tom LaneMove btbulkdelete's vacuum_delay_point() call to a...
2006-02-14 Tom LaneAdd some missing vacuum_delay_point calls in GIST vacuu...
2006-02-14 Tom LaneAllocSetStats should probably be using unsigned format...
2006-02-14 Tom LaneNeed a DLLIMPORT for MaxFSMPages, per buildfarm failure...
2006-02-14 Bruce MomjianDocument that GRANT on a table does not affect sequence...
2006-02-14 Bruce MomjianDocument that xact commit/abort stats are collected...
2006-02-13 Tom LaneAdd positive defense against trying to connect when...
2006-02-13 Tom LaneIMHO, --single-transaction should wrap *all* the comman...
2006-02-13 Tom LaneImprove documentation of --single-transaction option...
2006-02-13 Bruce MomjianPlace function names in first column for consistency.
2006-02-13 Tom LaneFix qual_is_pushdown_safe to not try to push down quals...
2006-02-13 Tom LaneFix build failure when not USE_READLINE. Sergey E...
2006-02-13 Bruce MomjianAdd:
2006-02-12 Bruce MomjianRevert because C locale uses "" for thousands_sep,...
2006-02-12 Tom LaneUpdate release notes.
2006-02-12 Tom LaneFix bug that allowed any logged-in user to SET ROLE...
2006-02-12 Bruce MomjianThrow a warning rather than an error on invalid charact...
2006-02-12 Tom LaneFix broken markup.
2006-02-12 Bruce MomjianBack out patch pending review.
2006-02-12 Bruce Momjian> I've now tested this patch at home w/ 8.2HEAD and...
2006-02-12 Bruce MomjianSupport "" for thousands separator and plus sign in...
2006-02-12 Bruce MomjianRemove LEFT part of JOIN to pg_roles because of optimiz...
2006-02-12 Bruce MomjianUpdate README file.
2006-02-12 Bruce MomjianNot done:
2006-02-12 Bruce MomjianRevert patch becaues of locking concerns:
2006-02-12 Bruce Momjian> Actually, if you submit a patch that says either...
2006-02-12 Bruce MomjianFix release item ordering.
2006-02-12 Bruce MomjianUpdate back branch release notes.
2006-02-12 Bruce MomjianFix release markup.
2006-02-12 Bruce MomjianUpdate release checlist.
2006-02-12 Bruce MomjianUpdate for 8.1.3.
2006-02-12 Bruce MomjianUpdate release notes for 8.1.3.
2006-02-12 Bruce MomjianImprove tab completion macro for default keywords.
2006-02-12 Bruce MomjianWhen performing a parallel build (make -j N) with ...
2006-02-12 Bruce MomjianList psql tab completion for various default keywords.
2006-02-12 Bruce MomjianDone:
2006-02-12 Tom LaneApply code-reviewed version of for-scalar-list patch...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAllow PL/pgSQL FOR statement to return values to scalar...
2006-02-12 Bruce MomjianUse 0x01 for newlines in saved history. It was determi...
2006-02-12 Tom LaneClean up plpgsql grammar to make sure that check_assign...
2006-02-12 Bruce MomjianDone:
2006-02-12 Bruce MomjianAllow to_char() to print localized month and day names.
2006-02-12 Bruce MomjianAs part of previous commit, add pg_restore option:
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Bruce MomjianDone:
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-12 Tom LaneFix more fallout from line-wrap patch, to wit, arbitrar...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Tom LaneUndo changes of trailing space in recently-committed...
2006-02-12 Tom LaneRestore previous psql behavior of not printing useless...
2006-02-12 Bruce MomjianPlease find enclosed a patch that lets you use \c to...
2006-02-12 Tom LaneActually there's a better way to do this, which is...
2006-02-11 Tom LaneSkip ambulkdelete scan if there's nothing to delete...
2006-02-11 Bruce MomjianAllow ALTER TABLE ... ALTER CONSTRAINT ... RENAME
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianRevert based on Tom's recommendation:
2006-02-11 Bruce MomjianAllow VACUUM to complete faster by avoiding scanning...
2006-02-11 Bruce MomjianUpdate catalog version for INET additions.
2006-02-11 Bruce MomjianDone:
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-10 Tom LaneClean up signedness warnings and 64-bit bugs in recent...
2006-02-10 Tom LaneMake it possible to run initdb from an admin account...
2006-02-10 Tom LaneEnable pg_ctl to give up admin privileges when starting...
2006-02-10 Tom LaneCheck that SID is enabled while checking for Windows...
2006-02-10 Tom LaneChange search for default operator classes so that...
2006-02-10 Tom LaneClean up some signedness warnings.
2006-02-10 Bruce MomjianFix psql after newline patch for calloc(0).
2006-02-10 Tom LaneFix fallout from psql line-wrapping patch.
2006-02-10 Teodor SigaevAllow "'" symbol in affixes ("'s" affix in english...
2006-02-10 Peter EisentrautFix up remaining library checks.
2006-02-10 Teodor Sigaevrenew output of regression test accordingly to
2006-02-10 Bruce MomjianDone:
2006-02-10 Bruce MomjianAllow psql multi-line column values to align in the...
2006-02-09 Bruce MomjianThis fixes pg_dump so that when using the '-O' no owner...
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-09 Teodor Sigaev1 Fix bug with very short word: prefix and suffix might...
2006-02-09 Bruce MomjianUse "bitwise" rather than "binary for AND/OR descriptio...
2006-02-09 Tom LaneC++ comments are verboten. Per gripe from Kris Jurka.
2006-02-09 Tom LaneReject out-of-range dates in date_in().
2006-02-09 Tom LaneFix broken non-YYDEBUG case.
2006-02-08 Michael Meskes Added just another test case.
2006-02-07 Tom LaneRemove ancient hack to work around a peculiarity of...
2006-02-07 Bruce MomjianSource code cleanup.
next