aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix get_sort_group_operators() so that it doesn't think arrays can be groupedTom Lane2009-06-13
* Fix several places where a function was declared static and then definedTom Lane2009-06-12
* Revisit AlterTableCreateToastTable's API once again, hoping to make it whatTom Lane2009-06-11
* Remove our inadequate kluge that tried to get AIX's various broken versionsTom Lane2009-06-11
* Fix things so that you can still do "select foo()" where foo is a SQLTom Lane2009-06-11
* Somebody seems to have thought they could get away without checking forTom Lane2009-06-11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Translation updatesPeter 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
* 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 xmlattribute escaping XML special characters twice (bug #4822).Peter Eisentraut2009-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
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-06
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-04
* Fix tsquerysel() to not fail on an empty TSQuery. Per report fromTom 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
* 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
* 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
* 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
* Fix LIKE's special-case code for % followed by _. I'm not entirely sure thatTom Lane2009-05-24
* Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.Teodor Sigaev2009-05-21
* Removed comparison of unsigned expression < 0.Michael Meskes2009-05-21
* Silence a gcc compiler warning about non-literal format string with no argsHeikki Linnakangas2009-05-20
* Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas2009-05-19
* Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane2009-05-19
* Update SQL conformance entries for window functions functionalityPeter Eisentraut2009-05-18
* Improve comments in pg_ident.conf.sample.Tom Lane2009-05-16
* Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane2009-05-15
* Include recovery_end_command in recovery.conf.sample.Tom Lane2009-05-14
* Translation updatesAlvaro Herrera2009-05-14