OSDN Git Service

RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
[pg-rex/syncrep.git] / src / backend / utils /
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-05 Bruce MomjianUpdate XML error message text for missing libxml; updat...
2007-04-05 Bruce MomjianImprove documentation/warning when --with-libxml is...
2007-04-02 Andrew DunstanCheck length of enum literals on definition and input...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-28 Neil ConwayCode cleanup for the new regexp UDFs: we can hardcode...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-27 Bruce MomjianFix typo in Makefile.
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2007-03-26 Tatsuo IshiiFix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW...
2007-03-26 Tom LaneFix plancache's invalidation callback to do the right...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-25 Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
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-22 Bruce MomjianCommit newest version of xmlpath().
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-21 Tom LaneFix some problems with selectivity estimation for parti...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-03-19 Tom LaneFix 8.2 breakage of domains over array types, and add...
2007-03-18 Neil ConwayCode cleanup: mark some variables with the "const"...
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-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-13 Peter EisentrautReverted waiting for further fixes:
2007-03-13 Magnus HaganderProperly use pg_strcasecmp() instead of strcasecmp().
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-11 Alvaro HerreraFix a race condition that caused pg_database_size(...
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-03 Bruce MomjianFix for COPY-after-truncate feature.
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-03-02 Tom LaneMake log_min_error_statement put LOG level at the same...
2007-03-01 Peter EisentrautFix date/time formats for XML Schema output.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-23 Tom LaneNow that plans have flat rangetable lists, it's a lot...
2007-02-23 Bruce MomjianMove BLCKSZ < 1024 check to guc.c.
2007-02-22 Tom LaneChange Agg and Group nodes so that Vars contained in...
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Bruce MomjianAdd "isodow" option to EXTRACT() and date_part() where...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-17 Bruce MomjianRemove rint() for to_char MS and US output. We can...
2007-02-17 Bruce MomjianCleanup of to_char() patch.
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16 Bruce MomjianReduce the amount of memory "clobbered" for every proce...
2007-02-16 Peter EisentrautBetter fix for determining minimum and maximum int64...
2007-02-16 Tom LaneCode review for SSLKEY patch.
2007-02-16 Peter EisentrautFix // comment
2007-02-16 Peter EisentrautAdd stdint.h include
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-16 Bruce MomjianAdd two new format fields for use with to_char(), to_da...
2007-02-16 Bruce MomjianSSL improvements:
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-14 Bruce MomjianFix to_date()/to_timestamp() 'D' field for day of week...
2007-02-14 Neil ConwayFix capitalization and punctuation of two more GUC...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-13 Magnus HaganderUn-break build on ANSI compilers (like msvc) by moving...
2007-02-13 Bruce MomjianAdd comment that to_char() for broken glibc pt_BR might...
2007-02-11 Peter EisentrautAdd support for optionally escaping periods when conver...
2007-02-11 Magnus HaganderFix for early log messages during postmaster startup...
2007-02-10 Peter EisentrautAdd proper mapping of boolean type data to XML Schema.
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
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 Bruce MomjianFix bug when localized to_char() day or month names...
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 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Neil ConwayRewrite uuid input and output routines to avoid depende...
2007-01-31 Teodor SigaevRevert gincostestimate changes.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
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-28 Neil ConwayRename the uuid_t type to pg_uuid_t, to avoid a conflic...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-28 Tom LaneDept of second thoughts: the IQ of estimate_array_lengt...
2007-01-28 Tom LaneFix scalararraysel() to cope with binary-compatible...
2007-01-27 Peter EisentrautReactivate libxml memory management via palloc, now...
2007-01-27 Peter EisentrautAdd trailing zero byte in Unicode codepoint conversion.
2007-01-25 Bruce MomjianCorrection: temp_tablespaces was implemented by Albert...
2007-01-25 Peter EisentrautVarious fixes in the logic of XML functions:
2007-01-25 Bruce MomjianAdd GUC temp_tablespaces to provide a default location...
2007-01-25 Bruce MomjianProperly detoast access to bytea field pg_trigger.tgarg...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-24 Tom LaneGet pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2uc...
2007-01-23 Peter EisentrautSimplify handling of XML error messages: Just use the...
next