summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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-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-02Only recycle normal files in pg_xlog as WAL segments. pg_standby createsHeikki Linnakangas
2009-06-01Change AdjustIntervalForTypmod to not discard higher-order field values on theTom Lane
2009-06-01Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK,Tom Lane
2009-05-31Update obsolete comment in index_drop(). When the comment was written,Tom Lane
2009-05-29Change macros to make gcc quiet when parsing.Michael Meskes
2009-05-28When archiving is enabled, rotate the last WAL segment at shutdown so thatHeikki Linnakangas
2009-05-27Properly return the usermap result when doing gssapi authentication. WithoutMagnus Hagander
2009-05-27Fix to use the same format specifiers in both branches of a ngettext().Peter Eisentraut
2009-05-27Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead ofTom Lane
2009-05-27Fix compiler warnings on Sun Studio of the sortPeter Eisentraut
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes
2009-05-26Allow the second argument of pg_get_expr() to be just zero when deparsingTom Lane
2009-05-26Remove the useless and rather inconsistent return values of EncodeDateOnly,Tom Lane
2009-05-26Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly.Tom Lane
2009-05-26Add range checks to time_recv() and timetz_recv(), to prevent binary inputTom Lane
2009-05-24Use more-portable coding for the check on handing out the last availableTom Lane
2009-05-24Fix LIKE's special-case code for % followed by _. I'm not entirely sure thatTom Lane
2009-05-21Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error.Teodor Sigaev
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-05-21Convert some messages to use ngettext().Peter Eisentraut
2009-05-20Fix sgml-mode example. thanks Andrew DunstanPeter Eisentraut
2009-05-20Removed unsigned/signed mismatches.Michael Meskes
2009-05-20More variables gcc moans aboutMichael Meskes
2009-05-20Removed some unneeded variables and comparisonsMichael Meskes
2009-05-20Silence a gcc compiler warning about non-literal format string with no argsHeikki Linnakangas
2009-05-19Update relpages and reltuples estimates in stand-alone ANALYZE, even ifHeikki Linnakangas
2009-05-19Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane
2009-05-18Make pwdfMatchesString() a little more careful about matching * fields.Tom Lane
2009-05-18Add some instructions on how to customize emacs for working on the SGMLPeter Eisentraut
2009-05-18Update SQL conformance entries for window functions functionalityPeter Eisentraut
2009-05-16Improve comments in pg_ident.conf.sample.Tom Lane
2009-05-15Fix all the server-side SIGQUIT handlers (grumble ... why so many identicalTom Lane
2009-05-15commit for BETA2REL8_4_BETA2Marc G. Fournier
2009-05-14Include recovery_end_command in recovery.conf.sample.Tom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-05-14Improve a couple of comments.Tom Lane