aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Clarify to the translator that plpgsql_yyerror() deals with the translationPeter Eisentraut2009-06-10
* Clarify error messagePeter Eisentraut2009-06-10
* Improve capitalization and punctuation in recently added GiST message.Peter Eisentraut2009-06-10
* Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScanTom Lane2009-06-10
* Fix cash_in() to behave properly in locales where frac_digits is zero,Tom Lane2009-06-10
* Fix Linux typedef code.Bruce Momjian2009-06-10
* Correct/improve the datetime_precision field in the information schema.Peter Eisentraut2009-06-10
* Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND inputTom Lane2009-06-10
* Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report fromTom Lane2009-06-10
* Fix BSD find_typedef logic.Bruce Momjian2009-06-10
* Update pgindent instructions.Bruce Momjian2009-06-10
* Document new location for typedef list.Bruce Momjian2009-06-10
* Fix xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-06-09
* Mark internal_in as not strict, so that the construct "null::internal"Tom Lane2009-06-09
* Fix typo, per TomAlvaro Herrera2009-06-09
* Switch order of tests to avoid possible Assert failure forTom Lane2009-06-09
* Dynamically set a lower bound on autovacuum nap time so that we don't rebuildAlvaro Herrera2009-06-09
* Fix failure to double-quote function argument names when needed, inTom Lane2009-06-09
* Fix map_sql_table_to_xmlschema() with dropped attributes.Peter Eisentraut2009-06-08
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Move variable declaration to avoid 'unused variable' warning when theTom Lane2009-06-06
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-06
* Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and...Andrew Dunstan2009-06-05
* GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macrosTom Lane2009-06-05
* Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan2009-06-05
* Trivial code style cleanup around a couple of ngettext calls.Tom Lane2009-06-04
* Remove a couple of debugging messages that have been #ifdef'd out for ages.Tom Lane2009-06-04
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Initialise perl library as documented in perl API. Backpatch to release 7.4.Andrew Dunstan2009-06-04
* Clean up ecpg's use of mmerror(): const-ify the format argument, add anTom Lane2009-06-03
* Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom Lane2009-06-03
* Change rather bizarre code ordering in get_id(). This isn't strictlyTom Lane2009-06-03
* Improve comment about 'if (1)' hack in copy.c macros.Tom Lane2009-06-03
* Add comment about why "((void) 0)" is used in copy macros.Bruce Momjian2009-06-03
* Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas2009-06-02
* Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane2009-06-01
* Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane2009-06-01
* Update obsolete comment in index_drop(). When the comment was written,Tom Lane2009-05-31
* Change macros to make gcc quiet when parsing.Michael Meskes2009-05-29
* When archiving is enabled, rotate the last WAL segment at shutdown so thatHeikki Linnakangas2009-05-28
* Properly return the usermap result when doing gssapi authentication. WithoutMagnus Hagander2009-05-27
* Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut2009-05-27
* Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane2009-05-27
* Fix compiler warnings on Sun Studio of the sortPeter Eisentraut2009-05-27
* Reverting patch just in case a compiler treats this enum as signed.Michael Meskes2009-05-27
* Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane2009-05-26
* Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane2009-05-26
* Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.Tom Lane2009-05-26
* Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane2009-05-26
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-24