summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-10Properly mark pg_freespace() function as strict. Also updateTom Lane
2009-06-10Clarify error messagePeter Eisentraut
2009-06-10Support Kerberos on platforms where libcom_err depends on OpenSSL, asTom Lane
2009-06-10Add warning that xpath() doesn't work with non-UTF8 data.Tom Lane
2009-06-10Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut
2009-06-10Add a warning about possible strange behavior of volatile functionsTom Lane
2009-06-10Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane
2009-06-10Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane
2009-06-10Fix Linux typedef code.Bruce Momjian
2009-06-10Correct/improve the datetime_precision field in the information schema.Peter Eisentraut
2009-06-10Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane
2009-06-10Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report fromTom Lane
2009-06-10Fix BSD find_typedef logic.Bruce Momjian
2009-06-10Update pgindent instructions.Bruce Momjian
2009-06-10Document new location for typedef list.Bruce Momjian
2009-06-09Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut
2009-06-09Mark internal_in as not strict, so that the construct "null::internal"Tom Lane
2009-06-09Fix typo, per TomAlvaro Herrera
2009-06-09Switch order of tests to avoid possible Assert failure forTom Lane
2009-06-09Restore dblink_current_query() to being a C-language function, so as to notTom Lane
2009-06-09Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera
2009-06-09Default client encoding to server encoding for dblink connections. AddressesJoe Conway
2009-06-09Fix failure to double-quote function argument names when needed, inTom Lane
2009-06-08Fix map_sql_table_to_xmlschema() with dropped attributes.Peter Eisentraut
2009-06-08Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.Tom Lane
2009-06-08Be a bit more verbose about the effects of string literal processingTom Lane
2009-06-07Revert my patch of 2009-04-04 that removed contrib/intarray's definitions ofTom Lane
2009-06-06Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane
2009-06-06Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER,Joe Conway
2009-06-06Move variable declaration to avoid 'unused variable' warning when theTom Lane
2009-06-06Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane
2009-06-05Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan
2009-06-05GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2009-06-05Remove sleep() from backup script example; not needed anymore.Bruce Momjian
2009-06-04Trivial code style cleanup around a couple of ngettext calls.Tom Lane
2009-06-04Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane
2009-06-04Improve the recently-added support for properly pluralized error messagesTom Lane
2009-06-04Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan
2009-06-03Wording improvement for recent sesssion identifier SQL query.Bruce Momjian
2009-06-03Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane
2009-06-03Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane
2009-06-03Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane
2009-06-03Improve comment about 'if (1)' hack in copy.c macros.Tom Lane
2009-06-03Add comment about why "((void) 0)" is used in copy macros.Bruce Momjian
2009-06-03Add example of how to generate the session identifier from pg_stat_activity.Bruce Momjian
2009-06-02Remove the old advice to keep from_collapse_limit less than geqo_threshold,Tom Lane
2009-06-02Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas
2009-06-02Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bitJoe Conway
2009-06-01Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane