summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2018-07-31Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-29Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2018-07-29Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra
2018-07-29Document security implications of qualified names.Noah Misch
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-07-24Defend against some potential spurious compiler warnings in 86eaf208e.Andres Freund
2018-07-24Use setproctitle_fast() to update the ps status, if available.Thomas Munro
2018-07-23Add proper errcodes to new error messages for read() failuresMichael Paquier
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-19Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-07-13Accept invalidation messages in InitializeSessionUserId().Thomas Munro
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-07-11Rethink how to get float.h in old Windows API for isnan/isinfAlvaro Herrera
2018-07-11Use signals for postmaster death on Linux.Thomas Munro
2018-07-10Remove dynamic_shared_memory_type=nonePeter Eisentraut
2018-07-06Print DEBUG2 like that rather than as DEBUGAndrew Dunstan
2018-07-05Use context with correct lifetime in hypothetical_dense_rank_final.Andres Freund
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-27Cosmetic improvements for faster column addition.Amit Kapila
2018-06-26Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-26Correct a comment on logtape.c's leader tape.Peter Geoghegan
2018-06-26Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov
2018-06-22Allow for pg_upgrade of attributes with missing valuesAndrew Dunstan
2018-06-22Fixes for vacuum_cleanup_index_scale_factor GUC optionAlexander Korotkov
2018-06-21Fix partial aggregation for variance(int4) and related aggregates.Tom Lane
2018-06-21Set correct context for XPath evaluationAlvaro Herrera
2018-06-20Accept TEXT and CDATA nodes in XMLTABLE's column_expression.Alvaro Herrera
2018-06-17Suppress -Wshift-negative-value warnings.Tom Lane
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-06-13Fix up run-time partition pruning's use of relcache's partition data.Tom Lane
2018-06-12Fix bugs in vacuum of shared rels, by keeping their relcache entries current.Andres Freund
2018-06-11Make new error code name match SQL standard more closelyPeter Eisentraut
2018-06-08Teach SHOW ALL to honor pg_read_all_settings membershipAlvaro Herrera
2018-06-08Add missing serial commasPeter Eisentraut
2018-06-04Fix typoPeter Eisentraut
2018-05-29Initialize new jsonb iterator to zeroPeter Eisentraut
2018-05-27Avoid use of unportable hex constant in convutils.pmAndrew Dunstan
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-23Accept "B" in all memory-unit GUCs, and improve error messages.Heikki Linnakangas
2018-05-19Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane