summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2015-04-26Fix various typos and grammar errors in comments.Andres Freund
2015-04-26Add transforms featurePeter Eisentraut
2015-04-17Fix typo in relcache's equalPolicy()Stephen Frost
2015-04-14Integrate pg_upgrade_support module into backendPeter Eisentraut
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-04-12Remove duplicated words in comments.Heikki Linnakangas
2015-04-10Optimize locking a tuple already locked by another subxactAlvaro Herrera
2015-04-08Change SQLSTATE for event triggers "wrong context" messageAlvaro Herrera
2015-04-08Make trace_sort control abbreviation debug output for the text opclass.Robert Haas
2015-04-06pg_event_trigger_dropped_objects: add is_temp columnAlvaro Herrera
2015-04-04Fix numeric abbreviation for --disable-float8-byval.Robert Haas
2015-04-03Change the way we decide whether to give up on abbreviated text keys.Robert Haas
2015-04-03Add palloc_extended for frontend and backend.Fujii Masao
2015-04-03Fix rare startup failure induced by MVCC-catalog-scans patch.Tom Lane
2015-04-02Repair stupid mistake in preprocessor directive.Robert Haas
2015-04-02Use abbreviated keys for faster sorting of numeric datums.Robert Haas
2015-04-02Add missing calls to DatumGetUInt32.Robert Haas
2015-04-02Define integer limits independently from the system definitions.Andres Freund
2015-04-01Provide real selectivity estimators for inet/cidr operators.Tom Lane
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-03-30Change array_offset to return subscripts, not offsetsAlvaro Herrera
2015-03-30Be more careful about printing constants in ruleutils.c.Tom Lane
2015-03-30Add index-only scan support to range type GiST opclass.Heikki Linnakangas
2015-03-29Remove a couple other vestigial yylex() declarations.Tom Lane
2015-03-28Add index-only scan support to inet GiST opclass.Heikki Linnakangas
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-25Centralize definition of integer limits.Andres Freund
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-03-23to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14Bruce Momjian
2015-03-22Fix minor copy & pasto in the int128 accumulator patch.Andres Freund
2015-03-22to_char(float4/8): zero pad to specified lengthBruce Momjian
2015-03-20Use 128-bit math to accelerate some aggregation functions.Andres Freund
2015-03-19GetUserId() changes to has_privs_of_role()Stephen Frost
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-15Improve representation of PlanRowMark.Tom Lane
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Suggest to the user the column they may have meant to reference.Robert Haas
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-09Fix handling of sortKeys field in Tuplesortstate.Robert Haas
2015-03-05Avoid unused-variable warning in non-assert builds.Tom Lane
2015-03-04Fix cost estimation for indexscans on expensive indexed expressions.Tom Lane
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane
2015-03-01Add transform functions for AT TIME ZONE.Noah Misch
2015-02-28Improve mmgr README.Tom Lane
2015-02-27Suppress uninitialized-variable warning from less-bright compilers.Tom Lane