]> granicus.if.org Git - postgresql/history - src
Add script to run regression tests under vc++ without mingw. Update
[postgresql] / src /
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-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 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 Tom LaneMinor tweak to make rowtypes regression test run faster...
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.
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-09 Bruce MomjianRemove blank line from C code.
2007-02-08 Tom LaneAdd missing #define for mingw, per Magnus.
2007-02-08 Tom LaneFix an ancient logic error in plpgsql's exec_stmt_block...
2007-02-08 Tom LaneRearrange use of plpgsql_add_initdatums() so that only...
2007-02-08 Bruce MomjianFix bug when localized to_char() day or month names...
2007-02-08 Bruce MomjianThis patch fixes shared_preload_libraries on Windows...
2007-02-08 Bruce MomjianWin32 regression test fixes:
2007-02-08 Alvaro HerreraFix reference-after-free in the new btree page split...
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-08 Bruce MomjianReduce WAL activity for page splits:
2007-02-08 Bruce MomjianCheck if the role exists before doing more complex...
2007-02-08 Bruce MomjianFix bug in our code when using to_timestamp() or to_dat...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-07 Tom LaneModify the stats regression test to delay until the...
2007-02-07 Tom LaneRemove the xlog-centric "database system is ready"...
2007-02-07 Alvaro HerreraThe VC++ build needs to compile the new strlcat.c file...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-07 Peter EisentrautAdd strlcat() from OpenBSD, to be used for replacing...
2007-02-06 Tom LaneFix an error in the original coding of holdable cursors...
2007-02-06 Tom LaneRemove typmod checking from the recent security-related...
2007-02-06 Tom LaneFix typo in comment.
2007-02-06 Tom LaneRemove some dead code, per Heikki.
2007-02-06 Peter EisentrautMove NAMEDATALEN definition from postgres_ext.h to...
2007-02-06 Tom LaneFix a performance regression in 8.2: optimization of...
2007-02-06 Tom LaneCome to think of it, we should check that commutator...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-05 Andrew DunstanPass modern COPY syntax to backend, since copy (query...
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-02-04 Tom LaneDon't MAXALIGN in the checks to decide whether a tuple...
2007-02-04 Bruce MomjianChange vacuum lazy "compacting" warning message to:
2007-02-03 Peter EisentrautUpdate SQL conformance information about XML features.
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-02 Neil ConwayThis patch changes the installscript for vcbuild to...
2007-02-02 Michael MeskesApplied Magnus Hagander's patch to take away some compi...
2007-02-02 Michael MeskesCleaned up va_list handling. Hopefully this now works...
2007-02-02 Tom LaneRepair failure to check that a table is still compatibl...
2007-02-02 Tom LaneRepair insufficiently careful type checking for SQL...
2007-02-01 Neil ConwayUpdate some of the "expected" regression test results...
2007-02-01 Tom LaneFix plpgsql so that when a local variable has no initia...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Neil ConwayFix a few typos in comments in GiN.
2007-01-31 Bruce MomjianUpdate comment.
2007-01-31 Bruce MomjianRevert error message change for may/can/might --- needs...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-31 Neil ConwayAdd missing Makefile dependencies for the "bigtest...
2007-01-31 Neil ConwayRewrite uuid input and output routines to avoid depende...
2007-01-31 Tom LaneFix initdb to not generate misleading error messages...
2007-01-31 Teodor SigaevRevert gincostestimate changes.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-30 Tom LaneRepair oversights in the mechanism used to store compil...
2007-01-30 Tom LaneAdd SPI_push/SPI_pop calls so that datatype input and...
2007-01-30 Bruce MomjianUpdate documentation for pg_get_serial_sequence() function.
2007-01-30 Tom LaneAdd support for cross-type hashing in hash index search...
2007-01-29 Tom LaneAdd comment noting that hashm_procid in a hash index...
2007-01-29 Bruce MomjianUse sizeof() for snprintf() buffer length.
2007-01-29 Bruce MomjianUpdate process termination message to display signal...
2007-01-28 Tom LaneImprove hash join to discard input tuples immediately...
2007-01-28 Tom LaneRemove unnecessary checkpoint from PL regression tests...
2007-01-28 Neil ConwayRename the uuid_t type to pg_uuid_t, to avoid a conflic...
2007-01-28 Andrew DunstanFix plpython MSVC build in non-debug mode.
2007-01-28 Tom LaneRemove some unnecessary conversion work in build_regtyp...
2007-01-28 Tom LaneRepair oversight in creation of "append relations"...
2007-01-28 Tom LaneMake some small improvements in the accuracy of plpgsql...
2007-01-28 Andrew DunstanFix path problem in MSVC bison wrapper. per Joachim...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-28 Tom LaneFix up plpgsql's "simple expression" evaluation mechani...
2007-01-28 Tom LaneDrat, can't fit an additional argument into log_error...
2007-01-28 Tom LaneClean up broken usage of HAVE_DECL_SYS_SIGLIST and...
2007-01-28 Bruce MomjianUse autoconf build-in sys_siglist macro AC_DECL_SYS_SIG...
2007-01-28 Tom LaneAdd a delay at the start of the stats test, to let...
2007-01-28 Tom LaneDept of second thoughts: the IQ of estimate_array_lengt...
2007-01-28 Bruce MomjianAdd signal.h for sys_siglist reference.
2007-01-28 Tom LaneFix scalararraysel() to cope with binary-compatible...
2007-01-28 Bruce MomjianUse sys_siglist[] to print out signal names for signal...
2007-01-27 Tom LaneCorrect an old logic error in btree page splitting...
2007-01-27 Michael MeskesFixed expected files, so they are in sync with tests...
2007-01-27 Andrew Dunstanremove unnecessary and now inaccurate cast which I...
2007-01-27 Peter EisentrautReactivate libxml memory management via palloc, now...
2007-01-27 Peter EisentrautAdd trailing zero byte in Unicode codepoint conversion.
next