summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2015-05-10Code review for foreign/custom join pushdown patch.Tom Lane
2015-05-09Add new OID alias type regnamespaceAndrew Dunstan
2015-05-09Add new OID alias type regroleAndrew Dunstan
2015-05-09Improve ParseConfigFp comment wrt head/tailStephen Frost
2015-05-08Modify pg_stat_get_activity to build a tuplestoreStephen Frost
2015-05-08Add pg_file_settings view and functionStephen Frost
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-05-07Fix indentation that could mask a future bugMagnus Hagander
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-05-04Fix two small bugs in json's populate_record_workerAndrew Dunstan
2015-05-04Second try at fixing warnings caused by commit 9b43d73b3f9bef27.Tom Lane
2015-05-01Deparse named arguments to use the new => operator instead of :=Robert Haas
2015-05-01Allow FDWs and custom scan providers to replace joins with scans.Robert Haas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-29Remove enum-related special cases for catalog scans.Robert Haas
2015-04-29Attempt to fix some compiler warnings.Robert Haas
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-29to_char(): have format 'OF' only show the leading negative signBruce Momjian
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