]> granicus.if.org Git - postgresql/history - src/backend
Assorted fixes for Cygwin:
[postgresql] / src / backend /
2002-09-05 Peter EisentrautAssorted fixes for Cygwin:
2002-09-05 Peter EisentrautFix compilation warning. (Cygwin has char* as second...
2002-09-05 Tom LaneBe careful to include postgres.h *before* any system...
2002-09-04 Tom LaneGuard against send-lots-and-lots-of-data DoS attack...
2002-09-04 Bruce Momjianpgindent run.
2002-09-04 Tom LaneAvoid multiple scans of utils/mb/conversion_procs/...
2002-09-04 Tatsuo IshiiRefrect the changes to src/test/regress/sql/conversion...
2002-09-03 Tom LaneEXTRACT(EPOCH FROM timestamp) gave wrong answers in...
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-03 Tom LaneWork around mktime() brain damage in recent versions...
2002-09-03 Tom LaneEliminate unnecessary dependency on mktime(), and conse...
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-03 Tom LaneI think reindex_index had better get AccessExclusiveLoc...
2002-09-03 Tom LaneCode review and documentation updates for indisclustere...
2002-09-02 Peter EisentrautTranslation updates
2002-09-02 Tom LaneDepartment of second thoughts: make checks for replacin...
2002-09-02 Bruce Momjian> Okay. When you get back to the original issue, the...
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02 Bruce MomjianRemove documentation that says debug_query_string is...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-09-01 Tom LaneCode cleanups: make non-implicit WITHOUT FUNCTION casts...
2002-09-01 Bruce MomjianRemove code that suggested increasing wal_files.
2002-09-01 Tom LaneMark the float8 -> int8 cast as implicit. This resolve...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-31 Tom LaneWups, didn't mean to commit that just yet.
2002-08-31 Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-30 Tom LaneAdd attisinherited column to pg_attribute; use it to...
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-30 Bruce MomjianBack out password packet length check.
2002-08-30 Tom LaneGroup-manipulating code neglected to fill in array...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Hiroshi InoueFix a bug introduced in 7.2.
2002-08-29 Bruce MomjianSir Mordred The Traitor <mordred@s-mail.com> writes:
2002-08-29 Bruce MomjianPrevent problem with extra-long password packets from...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LanePush down outer qualification clauses into UNION and...
2002-08-29 Tom LaneCause REINDEX to regard TOAST tables as regular relatio...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-29 Tom LaneRephrase 'Cannot insert into a view' and related messag...
2002-08-29 Tom LaneProduce a somewhat-useful error message, namely
2002-08-29 Tom LaneRemove support for version-0 FE/BE protocol, per pghack...
2002-08-29 Tom LaneFix ruleutils to dump column definition lists for anony...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Peter EisentrautInitial Spanish translation from Karim Mribti <karim...
2002-08-28 Bruce MomjianRemove TIOGA files from CVS current; they remain in...
2002-08-28 Bruce MomjianThis trivial patches fixes the error message returned...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-28 Bruce MomjianThe following small patch provides a couple of minor...
2002-08-28 Bruce MomjianAllow FOR UPDATE to appear after LIMIT/OFFSET to match...
2002-08-27 Tom LaneBring comments back in sync with code.
2002-08-27 Bruce MomjianThrow error on pg_atoi(''), regression adjustments.
2002-08-27 Bruce MomjianThe attached patch implements the password packet lengt...
2002-08-27 Bruce MomjianAdd most of Neil Conway's cleanups.
2002-08-27 Bruce MomjianAdd fsm sizes.
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-27 Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-27 Bruce MomjianThis patches replaces a few more usages of strcpy(...
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-27 Bruce MomjianAdd to skip list in check_guc
2002-08-27 Bruce MomjianComment cleanup.
2002-08-27 Bruce MomjianScript cleanups.
2002-08-27 Bruce MomjianClean up script.
2002-08-27 Bruce MomjianAdd check_guc utility to compare guc.c and postgresql...
2002-08-27 Bruce MomjianFix units in postgresql.conf.
2002-08-26 Bruce MomjianAdd units to postgresql.conf file.
2002-08-26 Tom LaneIncrease WIDTH_THRESHOLD from 256 to 1K. This addresse...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-25 Bruce MomjianAdd Bob Devine's name to the optimizer README.
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-23 Tom LaneFurther cleanup around the edges of OPAQUE/pseudotype...
2002-08-22 Tom LaneCode review for recent TRUNCATE changes. Tighten relat...
2002-08-22 Bruce MomjianCommit updated repeat() patch, from Neil Conway
2002-08-22 Bruce MomjianThis patch should fix the problem. Doesn't include...
2002-08-22 Bruce Momjianrepeat() fix:
2002-08-22 Bruce Momjian# Disallow TRUNCATE on tables that are involved in...
2002-08-22 Bruce MomjianAs suggested by Tom, this patch restricts the right...
2002-08-22 Bruce MomjianAdd:
2002-08-22 Bruce MomjianRemove erroneous character from Makefile due to editor...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-21 Bruce MomjianChanges made so new conversion Makefiles will build...
2002-08-21 Peter EisentrautMove PO files into subdirectories separate from the...
2002-08-20 Tom LaneIncrease buffer size in cash_words(). Pure paranoia...
2002-08-20 Bruce MomjianAllow pg_statistics to be reset by calling pg_stat_reset().
2002-08-20 Bruce MomjianAdd current_database().
2002-08-19 Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-19 Tatsuo IshiiFix bug in pg_convert() per report from MaC.Yui.
2002-08-19 Tom LaneClean up leftover bugs from recent COPY feature patch...
2002-08-19 Tom LaneAdd missing copyfuncs/equalfuncs entries, including...
next